You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/13 16:45:44 UTC

[GitHub] [ignite] tkalkirill commented on a change in pull request #7613: IGNITE-12821 Add check size into validate_indexes

tkalkirill commented on a change in pull request #7613: IGNITE-12821 Add check size into validate_indexes
URL: https://github.com/apache/ignite/pull/7613#discussion_r407580357
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerAbstractTest.java
 ##########
 @@ -185,18 +188,17 @@ protected boolean idleVerifyRes(Path p) {
         if (sslEnabled())
             cfg.setSslContextFactory(GridTestUtils.sslFactory());
 
-        DataStorageConfiguration memCfg = new DataStorageConfiguration()
+        DataStorageConfiguration dsCfg = new DataStorageConfiguration()
+            .setWalMode(WALMode.LOG_ONLY)
 
 Review comment:
   I'll leave it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services