hi guys!
I was trying to configure the gossip interval here :
contrib.cluster.pub-sub {
# Actor name of the mediator actor, /user/FumigoPubSubMediator
name = FumigoPubSubMediator
# Start the mediator on members tagged with this role.
# All members are used if undefined or empty.
# role = "endPoint"
# The routing logic to use for 'Send'
# Possible values: random, round-robin, consistent-hashing, broadcast
routing-logic = random
# How often the DistributedPubSubMediator should send out gossip
information
gossip-interval = 5s
# Removed entries are pruned after this duration
removed-time-to-live = 120s
# Maximum number of elements to transfer in one message when
synchronizing the registries.
# Next chunk will be transferred in next round of gossip.
max-delta-elements = 3000
#topics for different pubs/subs
topic.Resource = resource
topic.PDP = decision
topic.PIP = pip
topic.Resource = resource
}
but it seems not to be working. in logs I can see gossip messages going
around every sec.
A glimpse of the log file :
18:28:26.347 [FumigoSystem-akka.actor.default-dispatcher-2] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:27.346 [FumigoSystem-akka.actor.default-dispatcher-16] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:28.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:29.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:30.346 [FumigoSystem-akka.actor.default-dispatcher-16] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:31.347 [FumigoSystem-akka.actor.default-dispatcher-2] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:32.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:33.346 [FumigoSystem-akka.actor.default-dispatcher-3] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:34.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:35.346 [FumigoSystem-akka.actor.default-dispatcher-14] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:36.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:37.346 [FumigoSystem-akka.actor.default-dispatcher-2] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:38.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
18:28:39.346 [FumigoSystem-akka.actor.default-dispatcher-5] DEBUG
akka.cluster.ClusterCoreDaemon - Cluster Node
[akka.tcp://[email protected]:2551] - Initiating new round of gossip
Please let me know if I am doing it wrong way
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.