kafka/raft/config
José Armando García Sancio 8134adcf91
KAFKA-13073: Fix MockLog snapshot implementation (#11032)
Fix a simulation test failure by:

1. Relaxing the valiation of the snapshot id against the log start
offset when the state machine attempts to create new snapshot. It
is safe to just ignore the request instead of throwing an exception
when the snapshot id is less that the log start offset.

2. Fixing the MockLog implementation so that it uses startOffset both
externally and internally.

Reviewers: Colin P. McCabe <cmccabe@apache.org>
2021-07-13 17:06:18 -07:00
..
kraft-log4j.properties KAFKA-13073: Fix MockLog snapshot implementation (#11032) 2021-07-13 17:06:18 -07:00
kraft.properties KAFKA-12672: Added config for raft testing server (#10545) 2021-04-15 20:48:53 -07:00