This is an automated email from the ASF dual-hosted git repository. stefanegli pushed a commit to branch OAK-10559 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 544db785fc73e5bcc8027e88acc2ea265019be64 Author: stefan-egli <[email protected]> AuthorDate: Wed Nov 22 18:52:04 2023 +0100 OAK-10559 : temporarily adding more info to an exception --- .../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 {
