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

bigMapReduce.js failing following balancing

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Environment:
      linux 32-bit
    • Linux
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      http://buildbot.mongodb.org/builders/Linux%2032-bit/builds/4238/steps/test_3/logs/stdio

       m30999| Tue Jan 24 14:56:44 [Balancer] distributed lock 'balancer/domU-12-31-39-01-70-B4:30999:1327434951:1804289383' acquired, ts : 4f1f0cfca59b844346743a5b
       m30999| Tue Jan 24 14:56:44 [Balancer] *** start balancing round
       m30999| Tue Jan 24 14:56:44 [Balancer] won't send a chunk to: shard0000 because it has ops queued
       m30999| Tue Jan 24 14:56:44 [Balancer] collection : test.foo
       m30999| Tue Jan 24 14:56:44 [Balancer] donor      : 85 chunks on shard0001
       m30999| Tue Jan 24 14:56:44 [Balancer] receiver   : 85 chunks on shard0001
       m30999| Tue Jan 24 14:56:44 [Balancer] no need to move any chunk
       m30999| Tue Jan 24 14:56:44 [Balancer] *** end of balancing round
       m30999| Tue Jan 24 14:56:44 [Balancer] distributed lock 'balancer/domU-12-31-39-01-70-B4:30999:1327434951:1804289383' unlocked. 
      Count is 51154
      assert.soon failed: function () {
          var c = db.foo.find().itcount();
          print("Count is " + c);
          return c == 51200;
      }, msg:undefined
      Error("Printing Stack Trace")@:0
      ()@src/mongo/shell/utils.js:37
      ("assert.soon failed: function () {\n    var c = db.foo.find().itcount();\n    print(\"Count is \" + c);\n    return c == 51200;\n}, msg:undefined")@src/mongo/shell/utils.js:58
      ((function () {var c = db.foo.find().itcount();print("Count is " + c);return c == 51200;}))@src/mongo/shell/utils.js:163
      @/mnt/slaves/Linux_32bit/mongo/jstests/sharding/bigMapReduce.js:16
      
      Tue Jan 24 14:56:45 uncaught exception: assert.soon failed: function () {
          var c = db.foo.find().itcount();
          print("Count is " + c);
          return c == 51200;
      }, msg:undefined
      failed to load: /mnt/slaves/Linux_32bit/mongo/jstests/sharding/bigMapReduce.js
      

            Assignee:
            greg_10gen Greg Studer (Inactive)
            Reporter:
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: