-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Fixes a problem where blcoks with zero tuples were being written out. This could occur when, say 200 blcoks would be queued for eviction, but only 50 blocks worth of data could be evicted. Then it would still evict 150 empty blocks due to an = sign. 2. Fixed a double delete of blockIDs when migrating that caused a problem due to running out of room. 3. Moved the chooseDB selection of AntiCacheDBs to inside the loop of batching evictions. By having it outside of the loop, when a tier would fill, it wouldn't trigger a migration, only a FullBackingStoreException and failure.
- Loading branch information
user
committed
Jun 22, 2015
1 parent
164f61c
commit 17fe61d
Showing
3 changed files
with
21 additions
and
14 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
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