Cache in replicated mode can execute commands (e.g. PutKeyValueCommand) broadcasted by other nodes in the cluster even if it is not a member of the current ReplicatedConsistentHash. In the PKVC case the container can then contain keys even if the StateConsumerImpl.getOwnedSegments(CH) returns empty list.
Mircea Markus <mmarkus> made a comment on jira ISPN-2691 This should have no side effect but only a incorrect error in the logs, right?
Radim Vansa <rvansa> made a comment on jira ISPN-2691 As far as I remember, no, it ended up only with the NPE as ISPN-2692 describes.
Radim Vansa <rvansa> updated the status of jira ISPN-2691 to Closed
Already fixed in new replicated mode implementation.