Skip to content

Instantly share code, notes, and snippets.

@ajdavis
Created February 9, 2012 20:42
Show Gist options
  • Save ajdavis/1782930 to your computer and use it in GitHub Desktop.
Save ajdavis/1782930 to your computer and use it in GitHub Desktop.
Thu Feb 9 15:21:26 [conn60] command admin.$cmd command: { applyOps: [ { ts: Timestamp 1328818874000|1, h: -823979429724744787, op: "i", ns: "test.test", o: { _id: ObjectId('4f342abab09cc797e9f6ce89') } } ] } ntoreturn:1 reslen:50 0ms
PRIMARY> use local
switched to db local
PRIMARY> db.oplog.rs.find()
{ "ts" : { "t" : 1328818308000, "i" : 1 }, "h" : NumberLong(0), "op" : "n", "ns" : "", "o" : { "msg" : "initiating set" } }
{ "ts" : { "t" : 1328818529000, "i" : 1 }, "h" : NumberLong("4789225745807310865"), "op" : "i", "ns" : "test.test", "o" : { "_id" : ObjectId("4f33f724b09cc797e9f6ce87") } }
{ "ts" : { "t" : 1328818541000, "i" : 1 }, "h" : NumberLong("8176887930741101556"), "op" : "c", "ns" : "admin.$cmd", "o" : { "applyOps" : [ { "ts" : { "t" : 1328805668000, "i" : 1 }, "h" : NumberLong("4788286707042615313"), "op" : "i", "ns" : "test.test", "o" : { "_id" : ObjectId("4f33f724b09cc797e9f6ce87") } } ] } }
{ "ts" : { "t" : 1328818575000, "i" : 1 }, "h" : NumberLong("7782250113577456557"), "op" : "c", "ns" : "admin.$cmd", "o" : { "applyOps" : [ { "ts" : { "t" : 1328818567000, "i" : 1 }, "h" : NumberLong("6085650500139652084"), "op" : "i", "ns" : "test.test", "o" : { "_id" : ObjectId("4f342987b09cc797e9f6ce88") } } ] } }
{ "ts" : { "t" : 1328818886000, "i" : 1 }, "h" : NumberLong("-4079174538018936312"), "op" : "c", "ns" : "admin.$cmd", "o" : { "applyOps" : [ { "ts" : { "t" : 1328818874000, "i" : 1 }, "h" : NumberLong("-823979429724744787"), "op" : "i", "ns" : "test.test", "o" : { "_id" : ObjectId("4f342abab09cc797e9f6ce89") } } ] } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment