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/12 08:41:22 UTC

[unomi] branch UNOMI-503-disable-cluster-sync created (now 74eca2b)

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

jkevan pushed a change to branch UNOMI-503-disable-cluster-sync
in repository https://gitbox.apache.org/repos/asf/unomi.git.


      at 74eca2b  UNOMI-503: disable cluster sync because unomi bundles states in cluster are not correct

This branch includes the following new commits:

     new 74eca2b  UNOMI-503: disable cluster sync because unomi bundles states in cluster are not correct

The 1 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.


[unomi] 01/01: UNOMI-503: disable cluster sync because unomi bundles states in cluster are not correct

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch UNOMI-503-disable-cluster-sync
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 74eca2b48aeba12e271dc2783a007e8c402a69fe
Author: Kevan <ke...@jahia.com>
AuthorDate: Thu Aug 12 10:41:05 2021 +0200

    UNOMI-503: disable cluster sync because unomi bundles states in cluster are not correct
---
 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