martinsumner / kv_index_tictactree

Provide Active-Anti-Entropy features to a virtual node in a KV store
Apache License 2.0
21 stars 7 forks source link

Fails to use passed rebuild schedule in parallel mode #104

Closed martinsumner closed 2 years ago

martinsumner commented 2 years ago

When starting in parallel mode, after the first rebuild, the rebuild schedule is ignored as it is not added to the state at init if the store is empty

martinsumner commented 2 years ago

https://github.com/martinsumner/kv_index_tictactree/pull/105