-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
10.1.5.Final, 11.0.0.Dev03
-
None
-
DataGrid Sprint #41
StateConsumerImpl.fetchClusterListeners catches any exceptions during the fetch and local installation of cluster listeners from other nodes, and only logs a warning message:
18:04:14,069 WARN (jgroups-5,Test-NodeD:[]) [StateConsumerImpl] ISPN000284: Problem encountered while installing cluster listener
If a cache starts without installing all the cluster listeners locally, the listeners will miss events for keys that end up with the joiner as the primary owner, which would be pretty hard to debug. We should instea fail fast, and prevent the cache from starting if the cluster listeners cannot be fetched and installed locally.
Infinispan issue tracking has been migrated to GitHub issues: https://github.com/infinispan/infinispan/issues
If you still want this issue to be worked on, create a new issue on GitHub and link this issue.