git-hulk commented on PR #2597: URL: https://github.com/apache/kvrocks/pull/2597#issuecomment-2410241899
TSAN is caused by some commands that are allowed during restoring DB, which won't use the DB pointer in those commands like INFO/AUTH(commands with `ok-loading` flag). But the context is now always use the db in construction or destruction, so it might cause the data race even if those command didn't use the DB pointer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
