eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k stars 241 forks source link

Initialize parallel_log_appending #366

Closed antonio2368 closed 2 years ago

antonio2368 commented 2 years ago

Really small fix to make it more consistent and to make MSAN happy 😄 (it was caught in our CI https://github.com/ClickHouse/ClickHouse/pull/39609)