wernerdv commented on code in PR #12508:
URL: https://github.com/apache/ignite/pull/12508#discussion_r2532141724


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java:
##########
@@ -2954,7 +2960,7 @@ public void forceClientReconnect(ClusterNode node, 
GridDhtPartitionsSingleMessag
 
         GridDhtPartitionsFullMessage fullMsg = createPartitionsMessage(true);
 
-        fullMsg.setErrorsMap(exchangeGlobalExceptions);
+        fullMsg.errorsMap(F.viewReadOnly(exchangeGlobalExceptions, e -> e));

Review Comment:
   Removed this conversion by changing the type for values in the 
`exchangeGlobalExceptions` map (from `Exception` to `Throwable`).



-- 
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]

Reply via email to