[ 
https://issues.apache.org/jira/browse/OAK-9125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-9125:
--------------------------------
    Description: 
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 don't have a negative impact on the index command. 
However, they are annoying.

  was:
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.


> 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
>          Components: indexing, oak-run
>    Affects Versions: 1.22.3, 1.8.22
>            Reporter: Thomas Mueller
>            Assignee: Marcel Reutegger
>            Priority: Major
>
> 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 don't have a negative impact on the index command. 
> However, they are annoying.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to