Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.2.1
-
None
-
ALL
Description
Now that we're exposing the SyncTail query in currentOp, it looks weird as a date:
"query" : {
|
"ts" : {
|
"$gte" : ISODate("184032358-01--2147483647T05:06:59.688Z")
|
}
|
},
|
It's also causing parsing problems for Python deserialization.
Attachments
Issue Links
- related to
-
SERVER-7714 currentop() from master in master-slave pair includes invalid BSON
-
- Closed
-
-
SERVER-4045 Display queries for getmore ops in db.currentOp() output
-
- Closed
-