Hi team,

I am using cluster sharding function, and it's working.
But after I added *min-nr-of-members = 3* to my application.conf, the 
sharding function is not working, and when I using shardregion.tell I get 
below error messages:

[WARN ] 02:09:20.448UTC [RTAPCluster-akka.actor.default-dispatcher-14] 
ShardRegion - Retry request for shard [shard18] homes from coordinator at 
[Actor[akka://RTAPCluster@127.0.0.1:2551/system/sharding/shardregion-appCoordinator/singleton/coordinator#-1432923726]].
 
[1] buffered messages. [WARN ] 02:09:22.446UTC 
[RTAPCluster-akka.actor.default-dispatcher-3] ShardRegion - Retry request 
for shard [shard18] homes from coordinator at 
[Actor[akka://RTAPCluster@127.0.0.1:2551/system/sharding/shardregion-appCoordinator/singleton/coordinator#-1432923726]].
 
[1] buffered messages. [WARN ] 02:09:24.456UTC 
[RTAPCluster-akka.actor.default-dispatcher-15] ShardRegion - Retry request 
for shard [shard18] homes from coordinator at 
[Actor[akka://RTAPCluster@127.0.0.1:2551/system/sharding/shardregion-appCoordinator/singleton/coordinator#-1432923726]].
 
[1] buffered messages. 
The cluster is already set up before the error message, see as below:

[INFO ] 02:00:21.371UTC [RTAPCluster-akka.actor.default-dispatcher-4] 
HttpEndpointActor - Member is Up: Member(address = 
akka://RTAPCluster@127.0.0.1:2551, status = Up)
[INFO ] 02:00:21.371UTC [RTAPCluster-akka.actor.default-dispatcher-4] 
HttpEndpointActor - Member is Up: Member(address = 
akka://RTAPCluster@127.0.0.1:2552, status = Up)
[INFO ] 02:00:21.371UTC [RTAPCluster-akka.actor.default-dispatcher-4] 
HttpEndpointActor - Member is Up: Member(address = 
akka://RTAPCluster@127.0.0.1:3000, status = Up)


Can you help to check what is the root cause for it?
Thank you.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to