tetlika
unread,Feb 24, 2011, 5:45:49 AM2/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hi!
while executing db.currentOp() on primary in replica set, i see next:
{
"opid" : 61329,
"active" : true,
"lockType" : "read",
"waitingForLock" : false,
"secs_running" : 5967,
"op" : "none",
"ns" : "local.replset.minvalid",
"query" : {
},
"client" : "(NONE)",
"desc" : "replica set sync"
},
from the point of view the app is working ok, replica set status is
ok, all looks ok - but this operation is still pending, is that ok?
P.S.
we just upgraded our replica set from 1.6.5 to 1.7.6