nizhikov commented on a change in pull request #9345:
URL: https://github.com/apache/ignite/pull/9345#discussion_r824605224



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRebalanceTest.java
##########
@@ -879,7 +879,7 @@ public void 
testSwitchHistoricalRebalanceToFullWhileIteratingOverWAL() throws Ex
             supplier1 -> {
                 try {
                     // Corrupt wal record in order to fail historical 
rebalance from supplier1 node.
-                    IgniteWriteAheadLogManager walMgr = 
supplier1.context().cache().context().wal();
+                    IgniteWriteAheadLogManager walMgr = 
supplier1.context().cache().context().wal(true);

Review comment:
       Change reverted, this test shouldn't change in scope of this patch.




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