Re: [akka-user] Sharding not working when I set min-nr-of-members = 3

2017-02-10 Thread Dai Yinhua
Hi Patrik, OK, thank you. On Friday, 10 February 2017 23:06:26 UTC+8, Patrik Nordwall wrote: > > Yes, that is the reason. The proxies are not counted. I understand that > this might be confusing. Could you please create an issue > . I have to think about

Re: [akka-user] Sharding not working when I set min-nr-of-members = 3

2017-02-10 Thread Patrik Nordwall
Yes, that is the reason. The proxies are not counted. I understand that this might be confusing. Could you please create an issue . I have to think about what we should do about it. At least it should be documented, and maybe it would be better with a separate

Re: [akka-user] Sharding not working when I set min-nr-of-members = 3

2017-02-10 Thread Dai Yinhua
Hi Patrik, > > Two of them using ClusterSharding.get(m_actorSystem).start One of them using ClusterSharding.get(m_actorSystem).startProxy So actually I want one as an endpoint, and two servers act as worker node. Is that the reason? -- >> Read the docs: http://akka.io/docs/

Re: [akka-user] Sharding not working when I set min-nr-of-members = 3

2017-02-10 Thread Patrik Nordwall
So you have 3 nodes running. Are you sure that you have started ClusterSharding on all 3 nodes? /Patrik On Wed, Feb 8, 2017 at 3:11 AM, Dai Yinhua wrote: > Hi team, > > I am using cluster sharding function, and it's working. > But after I added *min-nr-of-members = 3* to

[akka-user] Sharding not working when I set min-nr-of-members = 3

2017-02-07 Thread Dai Yinhua
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