-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
RHDG 8.5.4 GA
-
None
ISPN028029: Client /10.0.0.1:11222 keeps providing outdated topology -1
From getTopologyResponse in server/hotrod/src/main/java/org/infinispan/server/hotrod/Encoder2x.java
log.clientNotUpdatingTopology(channel.localAddress(), topologyId);
This should be channel.remoteAddress() to log the client's address, instead of localAddress which is the server's address.