According to PR: #224 , we have make RaftEngine support log recycling with configuration enable-log-recycle: true. Also, the testing results shown in this pr have proved that this feature have positive effects to write workloads.
So, starting from 0.3 version, we want to make it open as default.
Related changes
Default values to format-version and enable-log-recycle should be modified respectively:
Default value of format-version should be changed to 2 (origin is 1);
Default value of enable-log-recycle should be changed to true (origin is false);
Description
According to PR: #224 , we have make RaftEngine support log recycling with configuration
enable-log-recycle: true
. Also, the testing results shown in this pr have proved that this feature have positive effects towrite
workloads. So, starting from0.3
version, we want to make itopen
as default.Related changes
Default values to
format-version
andenable-log-recycle
should be modified respectively:format-version
should be changed to2
(origin is1
);enable-log-recycle
should be changed totrue
(origin isfalse
);