-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One of the test cases changes chunk status in order to fail the background job in order to ensure jobs continue to be scheduled even after such a scenario. The problem lies in the race condition between compression policy and the status update which both update the catalog and that causes random test failures. The solution is to add the compression policy after updating the status, eliminating the possibility of race condition.
- Loading branch information
1 parent
42c3750
commit 5cdd414
Showing
2 changed files
with
14 additions
and
13 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