Thomas Mueller created OAK-9125:
-----------------------------------
Summary: Oak-run indexing with MongoDB logs errors in a background
thread
Key: OAK-9125
URL: https://issues.apache.org/jira/browse/OAK-9125
Project: Jackrabbit Oak
Issue Type: Improvement
Reporter: Thomas Mueller
The following error message can be logged in a background thread:
{noformat}
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)
{noformat}
Those error messages have a negative impact on the index command. However, they
are annoying.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)