ThreadSanitizer: data race of DeltaIndex #5947
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
component/storage
severity/moderate
type/bug
The issue is confirmed as a bug.
DeltaIndex::toString
is not thread-safe. Member variabledelta_tree
(std::shared_ptr<DefaultDeltaTree>
) can be modifed concurrently.The text was updated successfully, but these errors were encountered: