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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/visor/node/VisorDataStorageConfiguration.java
##########
@@ -425,6 +436,7 @@ public boolean isWalCompactionEnabled() {
         out.writeInt(metricsSubIntervalCount);
         out.writeLong(metricsRateTimeInterval);
         out.writeLong(walAutoArchiveAfterInactivity);
+        out.writeLong(walForceArchiveTimeout);

Review comment:
       Good catch, thanks.
   
   I don't know if anyone is still using this piece of code, but there is a 
compatibility implementation here.
   Fixed.




-- 
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:
[email protected]


Reply via email to