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

thread gets stuck doing update for a long time

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.8.0-rc2
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL

      Testing YCSB 50/50 against zlib against replica set seems the easiest way to reproduce this scenario.

      While process is being made, one of the writing threads gets stuck on a single update for a long long time:

      db.currentOp({secs_running:{$gt:50}})
      {
      	"inprog" : [
      		{
      			"desc" : "conn28",
      			"threadId" : "0x469a820",
      			"connectionId" : 28,
      			"opid" : 3896403,
      			"active" : true,
      			"secs_running" : 408,
      			"microsecs_running" : NumberLong(408562540),
      			"op" : "update",
      			"ns" : "ycsb.usertable",
      			"query" : {
      				"_id" : "user6628373086844447656"
      			},
      			"client" : "74.86.233.3:34012",
      			"locks" : {
      				"Global" : "w",
      				"Database" : "w",
      				"local" : "w",
      				"Collection" : "w",
      				"Collection" : "w"
      			},
      			"waitingForLock" : false,
      			"lockStats" : {
      
      			}
      		}
      	]
      }
      

      The stack traces (will attach) seem to indicate that they are compressing large pages.

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            asya.kamsky@mongodb.com Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: