Re: Best effort affinity: NPE on topology version check

2019-02-20 Thread Dmitry Melnichuk
Igor, Thank you! It helped. I adapted my code to the new protocol, so my tests are passing. On Tue, 2019-02-19 at 13:22 +0300, Igor Sapego wrote: > This is my branch. I fixed an issue so re-merge and check if it > helps. > > Best Regards, > Igor > > > On Tue, Feb 19, 2019 at 8:14 AM Dmitry Mel

Re: Best effort affinity: NPE on topology version check

2019-02-19 Thread Igor Sapego
This is my branch. I fixed an issue so re-merge and check if it helps. Best Regards, Igor On Tue, Feb 19, 2019 at 8:14 AM Dmitry Melnichuk < dmitry.melnic...@nobitlost.com> wrote: > Igniters, > > I am currently trying to teach my thin client (pyignite) a new trick > called “Best effort affinity

Best effort affinity: NPE on topology version check

2019-02-18 Thread Dmitry Melnichuk
Igniters, I am currently trying to teach my thin client (pyignite) a new trick called “Best effort affinity”. I have been told that this feature is being implemented in the private branch [1], so I checked it out, built it, and gave it a go. The handshake goes as expected, I have actually manage