-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Combined the LockID and reservation attempt UUID into one new object: FateReservation - Now cover edge case with tryReserve() where a write may make it to the server, but the server dies before a response is received - New FATE Thread: DeadReservationCleaner which deletes reservations held by Managers that have since died - Created new classes: ColumnValueMappingIterator and ReservationMappingIterator. ColumnValueMappingIterator abstracts out the common functionality of ReservationMappingIterator and StatusMappingIterator. ReservationMappingIterator is an iterator used for determining if the reservation column for a FateId has a FateReservation set or not - Expanded/improved/simplified MultipleStoresIT tests
- Loading branch information
1 parent
4a062af
commit e6671fb
Showing
31 changed files
with
1,187 additions
and
349 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
Oops, something went wrong.