[jira] [Updated] (OAK-9125) Oak-run indexing with MongoDB logs errors in a background thread

2020-06-29 Thread Marcel Reutegger (Jira)


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

Marcel Reutegger updated OAK-9125:
--
Attachment: OAK-9125.patch

> 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.8.22
>Reporter: Thomas Mueller
>Assignee: Marcel Reutegger
>Priority: Major
> Attachments: OAK-9125.patch
>
>
> 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)


[jira] [Updated] (OAK-9125) Oak-run indexing with MongoDB logs errors in a background thread

2020-06-29 Thread Marcel Reutegger (Jira)


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

Marcel Reutegger updated OAK-9125:
--
Affects Version/s: (was: 1.22.3)

Removed 1.22.3 from list of affected versions. The affected class was removed 
in 1.10 (OAK-7644).

> 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.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)


[jira] [Updated] (OAK-9125) Oak-run indexing with MongoDB logs errors in a background thread

2020-06-29 Thread Thomas Mueller (Jira)


 [ 
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)


[jira] [Updated] (OAK-9125) Oak-run indexing with MongoDB logs errors in a background thread

2020-06-26 Thread Thomas Mueller (Jira)


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

Thomas Mueller updated OAK-9125:

Affects Version/s: 1.22.3
   1.8.22

> 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
>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 have a negative impact on the index command. However, 
> they are annoying.



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


[jira] [Updated] (OAK-9125) Oak-run indexing with MongoDB logs errors in a background thread

2020-06-26 Thread Thomas Mueller (Jira)


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

Thomas Mueller updated OAK-9125:

Component/s: oak-run
 indexing

> 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
>Reporter: Thomas Mueller
>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 have a negative impact on the index command. However, 
> they are annoying.



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