The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
f402be06d5a85b38ca36d4ff2ccadd04f60e1f2b / hulk <hulk.webs...@gmail.com>
fix(replication): didn't resume the db status after restarting full sync (#2549)

Currently, the pre_fullsync_cb will stop the task runner and set the DB loading 
status to yes,
but it didn't resume those states. This will cause the server to run in 
restoring status until
success in resyncing from the master. To fix this, we need to call the 
post_fullsync_cb to resume those statuses
before restarting full sync.

This PR also uses try_lock to allow the replication thread to be stopped while 
preparing the restore db.

Report URL: https://github.com/apache/kvrocks/actions/runs/10970259529

With regards,
GitHub Actions via GitBox

Reply via email to