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 b0b216c Merge pull request #452 from apache/OAK-9653
new 19b0f8c Make the renewLease mechanism a bit more tolerant against
unexpected updates:
new 022a46d Removed previousLeaseEndTime, as it's not needed anymore
new 1e39021 Fixing some tests. Added missing logic for delay operations
once and edit the returned document.
new 90895a3 Some improvements to the logic of the test.
new 8c4684d Reverted "lessThan" operation and replaced by simply using
"max" UpdateOP in Mongo.
new ff376a3 Ensure the new leaseEnd time is applied, as UpdateOp.max()
won't allow to set a lower time.
new 01f51d8 Merge branch 'apache:trunk' into OAK-9564
new 82c6154 Reapply suggestions by Marcel, reverted for some reason.
new be34aab Merge pull request #359 from Joscorbe/OAK-9564
The 17446 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 | 60 +++----
.../plugins/document/ClusterNodeInfoDocument.java | 8 +
.../oak/plugins/document/RecoveryLock.java | 2 +
.../BaseDocumentDiscoveryLiteServiceTest.java | 11 +-
.../oak/plugins/document/ClusterNodeInfoTest.java | 197 ++++++++++++++++++++-
5 files changed, 244 insertions(+), 34 deletions(-)