You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2022/01/17 07:33:00 UTC

[jackrabbit-oak] branch trunk updated (f0dbfc0 -> f876ad8)

This is an automated email from the ASF dual-hosted git repository.

mreutegg pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git.


    from f0dbfc0  OAK-9649 - Improve multithreaded download retry strategy during indexing (#450)
     new e1ff20d  OAK-9564: Improved logging for runtime id and allow to acquire recovered and disposed clusters.
     new 9b495d9  OAK-9564: Make the renewLease mechanism a bit more tolerant against unexpected updates
     new 2ebff8f  OAK-9564: Allow to acquire recovered and disposed clusters.
     new f876ad8  Merge pull request #464 from Joscorbe/oak-9564-fixed

The 17477 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../oak/plugins/document/ClusterNodeInfo.java      |  68 +++---
 .../plugins/document/ClusterNodeInfoDocument.java  |   8 +
 .../oak/plugins/document/RecoveryLock.java         |   2 +
 .../BaseDocumentDiscoveryLiteServiceTest.java      |  11 +-
 .../oak/plugins/document/ClusterNodeInfoTest.java  | 252 ++++++++++++++++++++-
 5 files changed, 305 insertions(+), 36 deletions(-)