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

"Master fails to step down when orphaned" in replset4.js

    XMLWordPrintableJSON

Details

    • ALL

    Description

      http://buildlogs.mongodb.org/Windows%2064-bit/builds/5035/test/replica%20sets/replset4.js

      assert.soon failed: function () {
          try {
              var result = master.getDB("admin").runCommand({ismaster:1});
              return result.ok == 1 && result.ismaster == false;
          } catch (e) {
              print("replset4.js caught " + e);
              return false;
          }
      }, msg:Master fails to step down when orphaned.
      Error("Printing Stack Trace")@:0
      ()@src/mongo/shell/utils.js:37
      ("assert.soon failed: function () {\n    try {\n        var result = master.getDB(\"admin\").runCommand({ismaster:1});\n        return result.ok == 1 && result.ismaster == false;\n    } catch (e) {\n        print(\"replset4.js caught \" + e);\n        return false;\n    }\n}, msg:Master fails to step down when orphaned.")@src/mongo/shell/utils.js:58
      ((function () {try {var result = master.getDB("admin").runCommand({ismaster:1});return result.ok == 1 && result.ismaster == false;} catch (e) {print("replset4.js caught " + e);return false;}}),"Master fails to step down when orphaned.")@src/mongo/shell/utils.js:167
      (15)@D:\slave\Windows_64bit\mongo\jstests\replsets\replset4.js:35
      @D:\slave\Windows_64bit\mongo\jstests\replsets\replset4.js:43
      Mon Sep 24 19:31:56 uncaught exception: assert.soon failed: function () {
          try {
              var result = master.getDB("admin").runCommand({ismaster:1});
              return result.ok == 1 && result.ismaster == false;
          } catch (e) {
              print("replset4.js caught " + e);
              return false;
          }
      }, msg:Master fails to step down when orphaned.
      failed to load: D:\slave\Windows_64bit\mongo\jstests\replsets\replset4.js

      Attachments

        Activity

          People

            tad Tad Marshall
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: