Files
scylladb/test
Petr Gusev 27e60ecbf4 raft server, log size limit in bytes
Before this patch we could get an OOM if we
received several big commands. The number of
commands was small, but their total size
in bytes was large.

snapshot_trailing_size is needed to guarantee
progress. Without this limit the fsm could
get stuck if the size of the next item is
greater than max_log_size - (size of trailing entries).
2022-09-26 13:10:10 +04:00
..
2022-09-26 13:10:10 +04:00
2022-07-20 18:19:25 +02:00
2022-09-09 14:29:28 +02:00