anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3436114891


##########
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java:
##########
@@ -465,6 +466,9 @@ public void resetMetrics() {
                             msg.getClass().getName() + ". Most likely 
GridCommunicationSpi is being used directly, " +
                             "which is illegal - make sure to send messages 
only via GridProjection API.");
                 }
+                catch (IgniteCheckedException e) {
+                    throw new IgniteException(e);
+                }

Review Comment:
   Same worry.
   Checked by regression.



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