7.0.8 $currentOp aggregation gives invalid name space
Completed
This worked in the prior version, and works from the mongo shell:
use admin
db.getSiblingDB("admin").aggregate( [
{ $currentOp : { allUsers: true, idleConnections: true, idleSessions: true } },
{ $match : { "effectiveUsers.user":/.*dk.*/} }
] )
after upgrade to 7.0.8 I get the following error:
"message" : "$currentOp must be run against the 'admin' database with {aggregate: 1}",
Resolved in 7.0.9.
Resolved in 7.0.9.
We have worked out a new test build to resolve this issue, please download and give it a try.
MacOS: http://s3.mongobooster.com/download/releasesv7/nosqlbooster4mongo-7.0.9-beta.2.dmg
Window: http://s3.mongobooster.com/download/releasesv7/nosqlbooster4mongo-7.0.9-beta.2.exe
We have worked out a new test build to resolve this issue, please download and give it a try.
MacOS: http://s3.mongobooster.com/download/releasesv7/nosqlbooster4mongo-7.0.9-beta.2.dmg
Window: http://s3.mongobooster.com/download/releasesv7/nosqlbooster4mongo-7.0.9-beta.2.exe
Its working in this beta version.
Its working in this beta version.
Resolved in 7.0.9.
Resolved in 7.0.9.
Replies have been locked on this page!