This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 719326b2b224 CAMEL-22787: camel-bean - Fix bean info to not cache
exchange instances. (#20438)
new 381eecebb533 CAMEL-22784: Fix FileLockClusterService failover
reliability
new 33f20fa0bd02 CAMEL-22784: Recreate file lock cluster directory if
deletion detected
The 2 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:
.../file/cluster/FileLockClusterLeaderInfo.java | 24 ++--
.../file/cluster/FileLockClusterService.java | 29 +++++
.../file/cluster/FileLockClusterUtils.java | 59 +++++-----
.../file/cluster/FileLockClusterView.java | 82 ++++++++++---
.../file/cluster/FileLockClusterUtilsTest.java | 60 +++++-----
...FileLockClusterServiceAdvancedFailoverTest.java | 129 +++++++++++++++++++--
.../FileLockClusterServiceBasicFailoverTest.java | 78 +++++++++++++
.../cluster/FileLockClusterServiceTestBase.java | 10 ++
.../user-manual/modules/ROOT/pages/clustering.adoc | 37 ++++--
9 files changed, 406 insertions(+), 102 deletions(-)