This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 23a1e3c11f OAK-10559 : temporarily adding more info to an exception
(#1229)
23a1e3c11f is described below
commit 23a1e3c11fd11547bae0d17926e045d6a72b9957
Author: stefan-egli <[email protected]>
AuthorDate: Wed Nov 22 19:08:47 2023 +0100
OAK-10559 : temporarily adding more info to an exception (#1229)
---
.../org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
b/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
index 4f396ce188..d53e1822f9 100644
---
a/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
+++
b/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
@@ -600,7 +600,7 @@ public class ClusterNodeInfo {
// use it after a successful recovery
if (!recoveryHandler.recover(id)) {
reuseFailureReason = reject(id,
- "needs recovery and was unable to perform it
myself");
+ "needs recovery and was unable to perform it
myself - now = " + getCurrentTime()); // OAK-10559 : temporary, to be removed
asap
continue;
}
} else {