maksaska commented on code in PR #11995:
URL: https://github.com/apache/ignite/pull/11995#discussion_r2055950575


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java:
##########
@@ -1198,7 +1198,7 @@ private void checkAtomicSequenceInitialization(boolean 
limitProjection) throws E
 
                 }
                 catch (Exception e) {
-                    throw F.wrap(e);
+                    throw new GridClosureException(e);

Review Comment:
   Restored the method



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to