You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/12/18 13:30:22 UTC

[31/50] git commit: [KARAF-2263] - Cellar-Cloud: discover member removes member information which isn't re-generated

[KARAF-2263] - Cellar-Cloud: discover member removes member information which isn't re-generated

git-svn-id: https://svn.apache.org/repos/asf/karaf/cellar/branches/cellar-2.2.x@1466935 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/7d5024b0
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/7d5024b0
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/7d5024b0

Branch: refs/heads/cellar-2.2.x
Commit: 7d5024b0fdb7938b4471302da9f0bbad82a4cd1b
Parents: a9549d9
Author: anierbeck <an...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Thu Apr 11 16:01:52 2013 +0000
Committer: anierbeck <an...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Thu Apr 11 16:01:52 2013 +0000

----------------------------------------------------------------------
 manual/src/main/webapp/user-guide/cloud.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/7d5024b0/manual/src/main/webapp/user-guide/cloud.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/user-guide/cloud.conf b/manual/src/main/webapp/user-guide/cloud.conf
index dc67c30..59be271 100644
--- a/manual/src/main/webapp/user-guide/cloud.conf
+++ b/manual/src/main/webapp/user-guide/cloud.conf
@@ -29,4 +29,9 @@ credential=<the credential/password of the blobstore account)
 container=<the name of the bucket>
 validity=<the amount of time an entry is considered valid, after that time the entry is removed>
 
-After creating the file the service will check for new nodes. If new nodes are found the Hazelcast instance configuration is updated and the instance is restarted.
\ No newline at end of file
+After creating the file the service will check for new nodes. If new nodes are found the Hazelcast instance configuration is updated and the instance is restarted.
+
+h2. Configuring Cellar - Hazelcast 
+
+To use the black-board approach you need to switch from the multicast join strategy to the tcpIpJoin strategy. At this point it's safe to keep the entries empty since the self containing node will be added during runtime. 
+All other nodes will be visible the time their information is stored to the S3 bucket. (or in case of another storage in that one) 
\ No newline at end of file