-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.4.2
-
Component/s: None
-
None
-
Environment:linux, 64-bit
-
ALL
When a slave is fsync-and-locked, attempting to show dbs hangs. Examining currentOp while this happens shows it to be waiting for lock:
{
"opid" : xxxxxxxxx,
"active" : false,
"lockType" : "write",
"waitingForLock" : true,
"op" : "query",
"ns" : "?dmin.$cmd",
"query" :
,
"client" : "127.0.0.1:48470",
"desc" : "conn"
},