Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6.0
-
Untriaged
-
1
-
No
Description
What's the issue?
We do some simple performance testing in our CV, it transiently fails to remove the test directory due to it not being empty (this is a race condition).
What's the fix?
Ensure that we close the vBucketBackupWriter before we try to remove the test directory; this ensures the metawriter goroutine doesn't attempt to persist any data whilst we're actively removing the test directory.
Build couchbase-server-7.0.0-3507 contains backup commit 061f3de with commit message:
MB-42254Ensure we close the VBucketBackup reader/writer