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

Head commit for run:
97b7d89ad5e2a6a81ae12e6ab76cdc30d64aa3b0 / git-hulk <hulk.webs...@gmail.com>
Fix duplicately join the task runner

Currently, server->Join will join the task runner before the cron
thread, so it may have the data race since the cron thread may acess the
task runner as well. We can avoid this by removing the task runner join
which will do in the task runner destructor.

Report URL: https://github.com/apache/incubator-kvrocks/actions/runs/5235318594

With regards,
GitHub Actions via GitBox

Reply via email to