Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

column_family_test: EnvCounter::num_new_writable_file_ to be atomic #2331

Closed
wants to merge 1 commit into from

Commits on May 18, 2017

  1. column_family_test: EnvCounter::num_new_writable_file_ to be atomic

    Summary: TSAN shows warning of data race of EnvCounter::num_new_writable_file_. Make it atomic.
    
    Test Plan: Run all tests.
    siying committed May 18, 2017
    Configuration menu
    Copy the full SHA
    66010b4 View commit details
    Browse the repository at this point in the history