Hide Forgot
When L1.onRehash is enabled (by default) and the node loses ownership of some keys, it does not remove them immediately but keeps them in L1. New owners should record this node in L1ManagerImpl.requestors in order to send L1 invalidation when the key is overwritten. However, this is not implemented. The result is that node may read outdated entry (the cluster is not consistent). There's a comment about the intended behaviour in StateConsumerImpl, line 385.
William Burns <wburns> updated the status of jira ISPN-2475 to Coding In Progress