Description
The following error message can be logged in a background thread:
Caused by: com.mongodb.MongoQueryException: Query failed with error code 13 and error message 'not authorized on ... to execute command { find: "nodes", filter: { _id: "0:/" }, limit: 1, singleBatch: true }' on server ... at com.mongodb.operation.FindOperation$1.call(FindOperation.java:722)
Those error messages don't have a negative impact on the index command. However, they are annoying.
Attachments
Attachments
Issue Links
- relates to
-
OAK-8938 Oak run recovery fails when running on mongo replicaSet with auth enabled
- Resolved