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

mr_killop failing with authentication

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • MapReduce
    • ALL

    Description

      	
       m30100| Thu May 24 17:02:30 [conn1] build index test.jstests_mr_killop { _id: 1 }
      	"testPath" : "/Users/yellow/buildslave/OS_X_105_64bit_DUR_OFF/mongo/jstests/slowNightly/dur_passthrough.js",
      	"testFile" : "dur_passthrough.js",
      	"testName" : "dur_passthrough",
      	"noJournal" : false,
      	"noJournalPrealloc" : false,
      	"auth" : false,
      	"keyFile" : null,
      	"keyFileData" : null
      Thu May 24 17:02:30 shell: started program /Users/yellow/buildslave/OS_X_105_64bit_DUR_OFF/mongo/mongo --eval TestData = {
      };jsTest.authenticate(db.getMongo());assert.commandWorked( db.runCommand( { 	'mapreduce' : 'jstests_mr_killop', 	'out' : 'jstests_mr_killop_out', 	'map' : function () {     emit(this.a, 1); }, 	'reduce' : function (k, v) {     return v[0]; }, 	'finalize' : function () {     while (1) {     } } } ) ); 127.0.0.1:30100
      Thu May 24 17:02:30 [conn19] end connection 127.0.0.1:59004 (8 connections now open)
      sh79276| MongoDB shell version: 2.1.2-pre-
       m30100| Thu May 24 17:02:30 [initandlisten] connection accepted from 127.0.0.1:59460 #70 (3 connections now open)
       m30100| Thu May 24 17:02:30 [conn70] CMD: drop test.tmp.mr.jstests_mr_killop_52_inc
       m30100| Thu May 24 17:02:30 [conn70] build index test.tmp.mr.jstests_mr_killop_52_inc { 0: 1 }
       m30100| Thu May 24 17:02:30 [conn70] build index done.  scanned 0 total records. 0 secs
       m30100| Thu May 24 17:02:30 [conn70] CMD: drop test.tmp.mr.jstests_mr_killop_52
       m30100| Thu May 24 17:02:30 [conn70] build index test.tmp.mr.jstests_mr_killop_52 { _id: 1 }
       m30100| Thu May 24 17:02:30 [conn70] build index done.  scanned 0 total records. 0 secs
       m30100| Thu May 24 17:02:30 [conn1] going to kill op: op: 1103465.0
      sh79276| connecting to: 127.0.0.1:30100/test
       m30100| Thu May 24 17:02:30 [conn70] assertion 11601 operation was interrupted ns:test.system.indexes query:{ ns: "test.tmp.mr.jstests_mr_killop_52_inc" }
       m30100| Thu May 24 17:02:30 [conn70]   Assertion failure isABSONObj() src/mongo/db/commands/../../util/net/../../db/../bson/bson-inl.h 183
       m30100| 0x10003e54b 0x100018e77 0x1001e5942 0x1001fdceb 0x100510f16 0x100514021 0x100515881 0x100587fcb 0x10058ced1 0x1005c4b6e 0x1005c7d5f 0x10007dcc9 0x100567fb3 0x1003883e3 0x7fff8a34efd6 0x7fff8a34ee89 
       m30100|  0   mongod                              0x000000010003e54b _ZN5mongo15printStackTraceERSo + 43
       m30100|  1   mongod                              0x0000000100018e77 _ZN5mongo12verifyFailedEPKcS1_j + 327
       m30100| Thu May 24 17:02:30 [conn70] { $err: "operation was interrupted", code: 11601 }
       m30100|  2   mongod                              0x00000001001e5942 _ZN5mongo2mr5State11finalReduceEPNS_5CurOpERNS_19ProgressMeterHolderE + 1538
       m30100|  3   mongod                              0x00000001001fdceb _ZN5mongo2mr16MapReduceCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb + 3851
       m30100|  4   mongod                              0x0000000100510f16 _ZN5mongo12_execCommandEPNS_7CommandERKSsRNS_7BSONObjEiRNS_14BSONObjBuilderEb + 86
       m30100|  5   mongod                              0x0000000100514021 _ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb + 2353
       m30100|  6   mongod                              0x0000000100515881 _ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi + 1793
       m30100|  7   mongod                              0x0000000100587fcb _ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi + 59
       m30100|  8   mongod                              0x000000010058ced1 _ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_ + 2241
       m30100|  10  mongod                              0x00000001005c7d5f _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE + 975
       m30100|  11  mongod                              0x000000010007dcc9 _ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE + 249
       m30100|  12  mongod                              0x0000000100567fb3 _ZN5mongo3pms9threadRunEPNS_13MessagingPortE + 691
       m30100|  9   mongod                              0x00000001005c4b6e _ZN5mongoL13receivedQueryERNS_6ClientERNS_10DbResponseERNS_7MessageE + 270
       m30100|  13  mongod                              0x00000001003883e3 thread_proxy + 163
       m30100|  14  libSystem.B.dylib                   0x00007fff8a34efd6 _pthread_start + 331
       m30100|  15  libSystem.B.dylib                   0x00007fff8a34ee89 thread_start + 13
       m30100| 
       m30100| ***aborting after verify() failure as this is a debug/test build

      http://buildbot.mongodb.org/builders/OS%20X%2010.5%2064-bit%20DUR%20OFF/builds/1045/steps/test_1/logs/stdio

      Attachments

        Activity

          People

            milkie@mongodb.com Eric Milkie
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: