]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix a buffer size race condition in BackupEngine (#8732)
authorPeter Dillinger <peterd@fb.com>
Wed, 1 Sep 2021 21:10:36 +0000 (14:10 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 1 Sep 2021 21:28:58 +0000 (14:28 -0700)
commit32752551b97468237d2e8b8054a291feefaa6cd3
tree71cca779e0f97ddc6a0435c3167b2ef0f9b4fe64
parentf9ffeaed3fe76252a6f6baa7a968ea807cfa02d3
Fix a buffer size race condition in BackupEngine (#8732)

Summary:
If RateLimiter burst bytes changes during concurrent Restore
operations

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8732

Test Plan: updated unit test fails with TSAN before change, passes after

Reviewed By: ajkr

Differential Revision: D30683879

Pulled By: pdillinger

fbshipit-source-id: d0ddb3587ade91ee2a4d926b475acf7781b03086
HISTORY.md
utilities/backupable/backupable_db.cc
utilities/backupable/backupable_db_test.cc