You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/07/02 14:25:09 UTC

[GitHub] [incubator-kvrocks] git-hulk commented on issue #639: BUG: Data race reported by TSan in kvrocks

git-hulk commented on issue #639:
URL: https://github.com/apache/incubator-kvrocks/issues/639#issuecomment-1172907190

   I think maybe it's a false leak report. Coz the main thread
   will write the memtable and convert the memtable to immutable state after it reached
   the max limit, then RocksDB background will read the memtable and flush them into disk.
   So it should be expected behavior that main thread and background thread will have data race,
   but will not cause problem.
   
   HDYT? @ShooterIT @PragmaTwice @tisonkun 


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org