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

jkevan pushed a commit to branch unomi-1.6.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-1.6.x by this push:
     new 6f91c86  UNOMI-503: disable cluster sync because unomi bundles states 
in cluster are not correct (#331)
6f91c86 is described below

commit 6f91c8656e4e352be8dbabdb6963e785c9410918
Author: kevan Jahanshahi <[email protected]>
AuthorDate: Mon Aug 16 11:47:00 2021 +0200

    UNOMI-503: disable cluster sync because unomi bundles states in cluster are 
not correct (#331)
---
 package/src/main/resources/etc/org.apache.karaf.cellar.groups.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/src/main/resources/etc/org.apache.karaf.cellar.groups.cfg 
b/package/src/main/resources/etc/org.apache.karaf.cellar.groups.cfg
index 05567de..9542b73 100644
--- a/package/src/main/resources/etc/org.apache.karaf.cellar.groups.cfg
+++ b/package/src/main/resources/etc/org.apache.karaf.cellar.groups.cfg
@@ -75,7 +75,7 @@ default.feature.blacklist.outbound = none
 #       is the master)
 # node: in this case, the node is the master, it means that the cluster state 
will be overwritten by the node state.
 #
-default.bundle.sync = cluster
-default.config.sync = cluster
-default.feature.sync = cluster
-default.obr.urls.sync = cluster
+default.bundle.sync = disabled
+default.config.sync = disabled
+default.feature.sync = disabled
+default.obr.urls.sync = disabled

Reply via email to