-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up secondary column families alongside primary column families (#…
…13343) Summary: This is a continuation of #13338, which aims to address crash test failures caused by #13281. This PR attempts to address the TSAN failures. I searched for wherever we call `column_families_.clear()` and made sure that we also clear the secondary column families as well. I made a helper method since it is easy to forget to clear both sets of column families. Pull Request resolved: #13343 Test Plan: Monitor recurring crash test results. Reviewed By: cbi42 Differential Revision: D68790580 Pulled By: archang19 fbshipit-source-id: 96ed758a21545dd20181b8db71b81dd660546e18
- Loading branch information
1 parent
b8d915c
commit f37ce33
Showing
2 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters