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

mmapv1 ASSERT failure advancing btree bucket

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: None
    • Component/s: Concurrency, Storage
    • Labels:
    • Fully Compatible
    • Windows
    • Hide

      install mongo-perf.
      run Remove.v2.IntNonIdIndex test.
      If that fails to repro, run the full suite.

      Show
      install mongo-perf. run Remove.v2.IntNonIdIndex test. If that fails to repro, run the full suite.

      while running mongo-perf against commit 3340ca09d383bcdf257402bc9b264529429ea97a
      during the Remove.v2.IntNonIdIndex test
      we saw mongod abend with ASSERT failure advancing btree bucket

      Please see attached server log for complete story.

      2014-10-22T20:02:33.749+0100 I COMMANDS [conn17226] CMD: drop test3.Remove_v2.IntNonIdIndex
      2014-10-22T20:02:34.147+0100 I INDEXING [conn17226] build index on: test3.Remove_v2.IntNonIdIndex properties: { v: 1, key: { x: 1.0 }, name: "x_1", ns: "test3.Remove_v2.IntNonIdIndex" }
      2014-10-22T20:02:34.147+0100 I INDEXING [conn17226]      building index using bulk method
      2014-10-22T20:02:34.150+0100 I INDEXING [conn17226] build index done.  scanned 1000 total records. 0 secs
      2014-10-22T20:02:34.151+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49832 #29437 (2 connections now open)
      2014-10-22T20:02:34.152+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49833 #29438 (3 connections now open)
      2014-10-22T20:02:34.152+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49834 #29439 (4 connections now open)
      2014-10-22T20:02:34.152+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49835 #29440 (5 connections now open)
      2014-10-22T20:02:34.152+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49836 #29441 (6 connections now open)
      2014-10-22T20:02:34.153+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49837 #29442 (7 connections now open)
      2014-10-22T20:02:34.153+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49838 #29443 (8 connections now open)
      2014-10-22T20:02:34.153+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49839 #29444 (9 connections now open)
      2014-10-22T20:02:34.153+0100 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:49840 #29445 (10 connections now open)
      2014-10-22T20:02:34.153+0100 I NETWORK  [conn29437] end connection 127.0.0.1:49832 (9 connections now open)
      2014-10-22T20:02:35.559+0100 I INDEXING [conn29438] ASSERT failure advancing btree bucket
      2014-10-22T20:02:35.559+0100 I INDEXING [conn29438]   thisLoc: 0:31000
      2014-10-22T20:02:35.559+0100 I INDEXING [conn29438]   keyOfs: -1 n:124 direction: 1
      2014-10-22T20:02:35.559+0100 I -        [conn29438] Invariant failure false src\mongo\db\storage\mmap_v1\btree\btree_logic.cpp 2300
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\util\stacktrace_win.cpp(175)                         mongo::printStackTrace+0x43
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\util\log.cpp(136)                                    mongo::logContext+0x8f
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\util\assert_util.cpp(145)                            mongo::invariantFailed+0xfb
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\storage\mmap_v1\btree\btree_logic.cpp(2300)       mongo::BtreeLogic<mongo::BtreeLayoutV1>::advance+0x475
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\storage\mmap_v1\btree\btree_logic.cpp(683)        mongo::BtreeLogic<mongo::BtreeLayoutV1>::advance+0x3b
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\storage\mmap_v1\btree\btree_interface.cpp(198)    mongo::BtreeInterfaceImpl<mongo::BtreeLayoutV1>::Cursor::advance+0x26
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\exec\index_scan.cpp(186)                          mongo::IndexScan::work+0x197
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\exec\fetch.cpp(72)                                mongo::FetchStage::work+0x9c
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\exec\delete.cpp(81)                               mongo::DeleteStage::work+0xc3
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\query\plan_executor.cpp(272)                      mongo::PlanExecutor::getNext+0x93
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\query\plan_executor.cpp(373)                      mongo::PlanExecutor::executePlan+0x5f
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\ops\delete_executor.cpp(185)                      mongo::DeleteExecutor::execute+0x158
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\commands\write_commands\batch_executor.cpp(1283)  mongo::multiRemove+0x571
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\commands\write_commands\batch_executor.cpp(896)   mongo::WriteBatchExecutor::execRemove+0xa9
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\commands\write_commands\batch_executor.cpp(771)   mongo::WriteBatchExecutor::bulkExecute+0x26f
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\commands\write_commands\batch_executor.cpp(264)   mongo::WriteBatchExecutor::executeBatch+0x5b2
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\commands\write_commands\write_commands.cpp(145)   mongo::WriteCmd::run+0x16a
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\dbcommands.cpp(1158)                              mongo::_execCommand+0x72
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\dbcommands.cpp(1374)                              mongo::Command::execCommand+0xd84
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\dbcommands.cpp(1450)                              mongo::_runCommands+0x437
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\query\new_find.cpp(125)                           mongo::runCommands+0x43
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\query\new_find.cpp(529)                           mongo::newRunQuery+0x412
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\instance.cpp(272)                                 mongo::receivedQuery+0x359
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\instance.cpp(445)                                 mongo::assembleResponse+0x310
      2014-10-22T20:02:35.974+0100 I -        [conn29438] mongod.exe    ...\src\mongo\db\db.cpp(184)                                       mongo::MyMessageHandler::process+0xdd
      2014-10-22T20:02:35.975+0100 I -        [conn29438] mongod.exe    ...\src\mongo\util\net\message_server_port.cpp(235)                mongo::PortMessageServer::handleIncomingMsg+0x5df
      2014-10-22T20:02:35.975+0100 I -        [conn29438] mongod.exe    ...\src\third_party\boost\libs\thread\src\win32\thread.cpp(185)    boost::`anonymous namespace'::thread_start_function+0x21
      2014-10-22T20:02:35.975+0100 I -        [conn29438] mongod.exe    f:\dd\vctools\crt\crtw32\startup\threadex.c(376)                   _callthreadstartex+0x17
      2014-10-22T20:02:35.975+0100 I -        [conn29438] mongod.exe    f:\dd\vctools\crt\crtw32\startup\threadex.c(354)                   _threadstartex+0x102
      2014-10-22T20:02:35.975+0100 I -        [conn29438] kernel32.dll                                                                     BaseThreadInitThunk+0xd
      2014-10-22T20:02:35.975+0100 I -        [conn29438] 
      2014-10-22T20:02:35.975+0100 I -        [conn29438] 
      

            Assignee:
            geert.bosch@mongodb.com Geert Bosch
            Reporter:
            quentin.conner Quentin Conner
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: