Vladsz83 commented on code in PR #11467:
URL: https://github.com/apache/ignite/pull/11467#discussion_r1716803847
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/datastructures/DataStructuresProcessor.java:
##########
@@ -259,6 +259,7 @@ public DataStructuresProcessor(GridKernalContext ctx) {
/** {@inheritDoc} */
@Override public void start() {
ctx.event().addLocalEventListener(lsnr, EVT_NODE_LEFT,
EVT_NODE_FAILED);
+ ctx.internalSubscriptionProcessor().registerGlobalStateListener(this);
Review Comment:
Why changed? Can be moved to another ticket?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]