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

mongos floating point exception

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.5.10
    • Component/s: Querying
    • None
    • ALL
    • Hide
      git clone git@github.com:10gen/sqlproxy
      cd sqlproxy
      export TOPOLOGY=sharded_cluster
      testdata/bin/reset-testing-state.sh
      testdata/bin/start-orchestration.sh
      

      After this command fails, run cat testdata/artifacts/orchestration/server.log, and find the logpath for the mongos (should be in the last line printed before the traceback).

      Show
      git clone git@github.com:10gen/sqlproxy cd sqlproxy export TOPOLOGY=sharded_cluster testdata/bin/reset-testing-state.sh testdata/bin/start-orchestration.sh After this command fails, run cat testdata/artifacts/orchestration/server.log , and find the logpath for the mongos (should be in the last line printed before the traceback).
    • Query 2017-08-21

      When spinning up a replica set (MongoDB latest) using mongo-orchestration, a mongos crashes with a floating point exception with the following stack trace:

      mongos(mongo::(anonymous namespace)::ClusterCurrentOpCommand::runAggregation(mongo::OperationContext*, mongo::AggregationRequest const&) const 0x12B) [0x10b58a08b]
       mongos(mongo::CurrentOpCommandBase::run(mongo::OperationContext*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, mongo::BSONObj const&, mongo::BSONObjBuilder&) 0x6F2) [0x10b71a2c2]
       mongos(mongo::BasicCommand::enhancedRun(mongo::OperationContext*, mongo::OpMsgRequest const&, mongo::BSONObjBuilder&) 0xAC) [0x10b99cf5c]
       mongos(mongo::(anonymous namespace)::runAgainstRegistered(mongo::OperationContext*, mongo::OpMsgRequest const&, mongo::BSONObjBuilder&) 0xBC5) [0x10b5dd0c5]
       mongos(mongo::(anonymous namespace)::runCommand(mongo::OperationContext*, mongo::OpMsgRequest const&, mongo::BSONObjBuilder&&) 0x11A) [0x10b5d965a]
       mongos(mongo::Strategy::clientOpQueryCommand(mongo::OperationContext*, mongo::NamespaceString, mongo::DbMessage*) 0x5E8) [0x10b5d8b28]
       mongos(mongo::ServiceEntryPointMongos::handleRequest(mongo::OperationContext*, mongo::Message const&) 0xC03) [0x10b5295b3]
       mongos(mongo::ServiceStateMachine::processMessage() 0x165) [0x10b5300a5]
       mongos(mongo::ServiceStateMachine::runNextInGuard(mongo::ServiceStateMachine::ThreadGuard&) 0x153) [0x10b52f3d3]
       mongos(mongo::ServiceStateMachine::sourceCallback(mongo::Status) 0x4EF) [0x10b52ef7f]
       mongos(mongo::ServiceStateMachine::runNextInGuard(mongo::ServiceStateMachine::ThreadGuard&) 0x10F) [0x10b52f38f]
       mongos(mongo::ServiceStateMachine::runNext() 0x34) [0x10b52fef4]
       mongos(_ZNSt3__110__function6__funcIZN5mongo21ServiceEntryPointImpl12startSessionENS_10shared_ptrINS2_9transport7SessionEEEE3$_1NS_9allocatorIS8_EEFvvEEclEv 0x87) [0x10b52e657]
      

            Assignee:
            bernard.gorman@mongodb.com Bernard Gorman
            Reporter:
            ryan.chipman@mongodb.com Ryan Chipman
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: