Re: [akka-user] [Akka 2.1.4] ConsistentHash router and memory issues

2015-08-17 Thread Konrad Malawski
It may be possible to backport the ConsistentRouter, you can give it a shot, however it would have to be in your codebase as 2.1 has been EndOfLife-ed some time ago, we don't maintain it anymore. For a number of other reasons (stability and perf improvements) I'd highly recommend putting an update

Re: [akka-user] [Akka 2.1.4] ConsistentHash router and memory issues

2015-08-15 Thread Roland Kuhn
… or stop using ancient versions of Akka ;-) 13 aug 2015 kl. 10:55 skrev Dima Gutzeit gutz...@gmail.com: OMG. I better stop using ConsistentHashing routing then. Bummer. Regards, Dima Gutzeit On Thu, Aug 13, 2015 at 2:38 PM, Akka Team akka.offic...@gmail.com

Re: [akka-user] [Akka 2.1.4] ConsistentHash router and memory issues

2015-08-15 Thread Dima Gutzeit
Lots of systems tied up on the Akka 2.1 binary protocol, not easy to migrate. If I want to port the 2.3 implementation of ConsistentRouter to 2.1, you think it's something easy to do, or everything was changed completely ? Regards, Dima Gutzeit On Sat, Aug 15, 2015 at 1:01 AM -0700, Roland

Re: [akka-user] [Akka 2.1.4] ConsistentHash router and memory issues

2015-08-13 Thread Dima Gutzeit
OMG. I better stop using ConsistentHashing routing then. Bummer. Regards,Dima Gutzeit On Thu, Aug 13, 2015 at 2:38 PM, Akka Team akka.offic...@gmail.com wrote: Hi Dima, as far as I can see the implementation is quite wasteful in creating these ConsistentActorRef wrappers (100K for every

[akka-user] [Akka 2.1.4] ConsistentHash router and memory issues

2015-08-10 Thread gutzeit
Hey, I am using akka 2.1.4 (yeah, old, tell me about it) and lately been experimenting with ConsistentHashing routers. I have two routers defined like that with, */blahRouter {* *router = consistent-hashing* *nr-of-instances = 10* *