This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from cfafc48b826d CAMEL-22786 - Camel-AWS: Extract common logic for clients
instantiation in a separated module - AWS S3 (#20434)
add d2b081656fd8 CAMEL-22784: Fix FileLockClusterService failover
reliability
No new revisions were added by this update.
Summary of changes:
.../file/cluster/FileLockClusterLeaderInfo.java | 24 +++----
.../file/cluster/FileLockClusterService.java | 29 ++++++++
.../file/cluster/FileLockClusterUtils.java | 59 ++++++++--------
.../file/cluster/FileLockClusterView.java | 77 ++++++++++++++++-----
.../file/cluster/FileLockClusterUtilsTest.java | 60 +++++++++--------
...FileLockClusterServiceAdvancedFailoverTest.java | 2 +-
.../FileLockClusterServiceBasicFailoverTest.java | 78 ++++++++++++++++++++++
.../cluster/FileLockClusterServiceTestBase.java | 10 +++
.../user-manual/modules/ROOT/pages/clustering.adoc | 37 +++++++---
9 files changed, 281 insertions(+), 95 deletions(-)