You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2021/08/16 09:47:06 UTC

[unomi] branch master updated: UNOMI-503: disable cluster sync because unomi bundles states in cluster are not correct (#331)

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

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


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

commit 304881c934fd9b9750f889c221028f9a5557f04f
Author: kevan Jahanshahi <ke...@jahia.com>
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