You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed binary file format for WAL for more efficient I/O. A new format is incompatible with all previous versions. To enable legacy format, set `PersistentState.Options.UseLegacyBinaryFormat` property to **true**
54
-
* Introduced a new experimental binary format for WAL based on sparse files. Can be enabled with `PersistentState.Options.MaxLogEntrySize` property
// majority of nodes accept entries with at least one entry from the current term
178
-
varcount=awaitauditTrail.CommitAsync(currentIndex,Token).ConfigureAwait(false);// commit all entries starting from the first uncommitted index to the end
// majority of nodes accept entries with at least one entry from the current term
180
+
varcount=awaitauditTrail.CommitAsync(currentIndex,Token).ConfigureAwait(false);// commit all entries starting from the first uncommitted index to the end
0 commit comments