[
https://issues.apache.org/jira/browse/OAK-10113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated OAK-10113:
---------------------------------
Fix Version/s: 1.50.0
> Lower error to warn in findUncachedWithRetry, to clarify the severity
> ---------------------------------------------------------------------
>
> Key: OAK-10113
> URL: https://issues.apache.org/jira/browse/OAK-10113
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: documentmk
> Reporter: Stefan Egli
> Assignee: Stefan Egli
> Priority: Minor
> Fix For: 1.50.0
>
>
> Below error is somewhat noisy and confusing as it seems to imply that
> something permanently went wrong - while as this is part of a retry loop and
> next time it might succeed. So a warning might be more appropriate:
> {noformat}
> 08:02:54.788 [DocumentNodeStore background read thread (2)] ERROR
> o.a.j.o.p.d.mongo.MongoDocumentStore - findUncachedWithRetry : read fails
> with an exceptioncom.mongodb.MongoSocketWriteException: Exception sending
> message
> com.mongodb.MongoSocketWriteException: Exception sending message
> at
> com.mongodb.internal.connection.InternalStreamConnection.translateWriteException(InternalStreamConnection.java:551)
> at
> com.mongodb.internal.connection.InternalStreamConnection.sendMessage(InternalStreamConnection.java:433)
> ...
> at
> org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore.findUncached(MongoDocumentStore.java:685)
> at
> org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore.findUncachedWithRetry(MongoDocumentStore.java:655)
> at
> org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore.find(MongoDocumentStore.java:603)
> ..
> Caused by: java.net.SocketException: Connection reset
> at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
> at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
> at
> java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)