Open BiteTheDDDDt opened 15 hours ago
clang-tidy review says "All clean, LGTM! :+1:"
run buildall
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
What problem does this PR solve?
avoid ignore rf multiple times
When an instance is wake_up_by_downstream, it will destroy the logic of
first closing the instance that should build hash table and then closing other instances
, instance that should build hash table during the process of inserting data into rf, this instance may find that rf is ignored, causing dcheck to fail.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)