Closed sanebay closed 1 week ago
@sanebay logs are not downloadable
For some reason, its stuck at uploading. I will paste in the internal channel.
This issue is mostly due to nuraft will use log pack to sync the new follower till the new follower catch up to log_sync_stopping_gap, however , in HomeStore we localize the journal entries , there is no callback available in log pack path, the log from leader will be added as-is to the HomeStore which is obviously wrong.
The #546 make log_sync_stopping_gap
to default 99999 which is larger than any of the written IO counts in our UTs that avoid the log pack sync.
https://github.com/eBay/HomeStore/pull/546/files [Uploading not-working.tar.gz…]()