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

assertion in sort.cpp

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.6
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Fully Compatible
    • ALL
    • Quint Iteration 6

      We have a build that runs nightly that runs the MMS integration tests against the head of MongoDB master. This morning we had the following failure.

      FAILED:  com.xgen.svc.brs.dao.RestoreJobDaoIntTests.testPullRestoreJob
      Error Message:
      { "serverUsed" : "127.0.0.1:26000" , "ok" : 0.0 , "errmsg" : "assertion src/mongo/db/exec/sort.cpp:233" , "code" : 8}
      
      Stack Trace:
      com.mongodb.CommandFailureException: { "serverUsed" : "127.0.0.1:26000" , "ok" : 0.0 , "errmsg" : "assertion src/mongo/db/exec/sort.cpp:233" , "code" : 8}
              at com.mongodb.CommandResult.getException(CommandResult.java:76)
              at com.mongodb.CommandResult.throwOnError(CommandResult.java:140)
              at com.mongodb.DBCollection.findAndModify(DBCollection.java:484)
              at com.mongodb.DBCollection.findAndModify(DBCollection.java:424)
              at com.mongodb.DBCollection.findAndModify(DBCollection.java:532)
              at com.xgen.svc.brs.dao.RestoreJobDao.getRestoreJobDocument(RestoreJobDao.java:684)
              at com.xgen.svc.brs.dao.RestoreJobDao.getNewJob(RestoreJobDao.java:80)
              at com.xgen.svc.brs.dao.RestoreJobDao.getNewJob(RestoreJobDao.java:57)
              at com.xgen.svc.brs.dao.RestoreJobDaoIntTests.testPullRestoreJob(RestoreJobDaoIntTests.java:166)
      

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: