Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-18

pair3.js test fails due to one server remaining in negotiating (-1) state instead of moving to can't arb (-3) state

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None

      <http://buildbot.mongodb.org/builders/Linux%2064-bit/builds/76/steps/test_3/logs/stdio>

      ismaster:

      {"ismaster" : -1 , "remote" : "127.0.0.1:39764" , "ok" : 1}

      ismaster:

      {"ismaster" : -3 , "remote" : "127.0.0.1:53868" , "info" : "can't connect to arb" , "ok" : 1}

      ismaster:

      {"ismaster" : -1 , "remote" : "127.0.0.1:39764" , "ok" : 1}

      (mongo init):708 assert.soon failed: function ()

      { lm = ismaster( l ); rm = ismaster( r ); assert( lm == -1 || lm == -3, "lm value invalid" ); assert( rm == -1 || rm == -3, "rm value invalid" ); return ( lm == -3 && rm == -3 ); }

      throw "assert.soon failed: " + f;

            Assignee:
            aaron Aaron Staple
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: