nizhikov commented on a change in pull request #8902:
URL: https://github.com/apache/ignite/pull/8902#discussion_r599498527
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/visor/node/VisorDataStorageConfiguration.java
##########
@@ -460,6 +472,7 @@ public boolean isWalCompactionEnabled() {
metricsSubIntervalCount = in.readInt();
metricsRateTimeInterval = in.readLong();
walAutoArchiveAfterInactivity = in.readLong();
+ walForceArchiveTimeout = in.readLong();
Review comment:
Ignite doesn't provide backward compatibility for this.
So I think no, we shouldn't handle backward compatibility here.
--
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]