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
As investigated in #9731, when raft.segment_max_entries is set to a value >= 2^16 (65,536), the segment file header field will overflow and consumers will run into an exception such as ra_log_segment_unexpected_eof or gap_between_snapshot_and_first_index ({corrupt_log,gap_between_snapshot_and_first_index,{-1,779977}}), depending on Ra version.
raft.segment_max_entries needs a config schema validator.
The text was updated successfully, but these errors were encountered:
As investigated in #9731, when
raft.segment_max_entries
is set to a value >= 2^16 (65,536), the segment file header field will overflow and consumers will run into an exception such asra_log_segment_unexpected_eof
orgap_between_snapshot_and_first_index
({corrupt_log,gap_between_snapshot_and_first_index,{-1,779977}}
), depending on Ra version.raft.segment_max_entries
needs a config schema validator.The text was updated successfully, but these errors were encountered: