Vladsz83 commented on code in PR #12666:
URL: https://github.com/apache/ignite/pull/12666#discussion_r2750634784
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/store/GridCacheStoreManagerAdapter.java:
##########
@@ -914,6 +922,13 @@ private void notifyCacheStoreSessionListeners(SessionData
ses, @Nullable StoreOp
lsnr.onSessionStart(locSes);
}
}
+ catch (RuntimeException e) {
+ U.error(log, "Exception raised during notify SessionListeners: ",
e);
Review Comment:
Suggestion: `notify SessionListeners: ` -> `notifying cache store session
listeners.`
--
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]