[infinispan-issues] [JBoss JIRA] (HRJS-27) Support recovering from complete cluster restarts
Galder Zamarreño (JIRA)
issues at jboss.org
Tue Dec 13 09:38:00 EST 2016
Galder Zamarreño created HRJS-27:
------------------------------------
Summary: Support recovering from complete cluster restarts
Key: HRJS-27
URL: https://issues.jboss.org/browse/HRJS-27
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
Hot Rod JS client might forgets initial addresses after a topology update, which means that if all the address in the topology are lost, there's no possibility to get back to the initial address.
In essence, JS client should have the equivalent of ISPN-5283 implemented so that it can handle complete restarts.
Here's the chat I had with Gustavo on IRC on this topic:
{code}
<gustavonalle> this reminds of an issue in the Node.js client
> oh right!
<gustavonalle> if I confiure it with address A, it connects to A and
get B,C,D as topology, it removes A from its pool
> which issue?
> ah yes!
> you mentioned it
<gustavonalle> A is the stable address to obtain initial topology
{code}
Once implemented, verify it works as expected by running the example in: https://github.com/gustavonalle/nodejs-infinispan
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list