wernerdv commented on code in PR #12161:
URL: https://github.com/apache/ignite/pull/12161#discussion_r2876315377
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java:
##########
@@ -2288,10 +2289,9 @@ private void sendPartitions(ClusterNode oldestNode) {
try {
sendLocalPartitions(oldestNode);
}
- catch (ClusterTopologyCheckedException ignore) {
- if (log.isDebugEnabled())
- log.debug("Coordinator left during partition exchange
[nodeId=" + oldestNode.id() +
- ", exchId=" + exchId + ']');
+ catch (ClusterTopologyCheckedException e) {
+ log.warning("Coordinator left during partition exchange, will
retry [nodeId=" + oldestNode.id() +
Review Comment:
Do we really need the `will retry` clarification?
--
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]