-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-30564 Prevent pending write externals being flushed from cache.
Flushing some externals from the external cache (when full), whilst the transactions are still pending to be written could cause subsequent ext. cache lookups to attempt to look to disk for the external, and fail with "Missing external file ". Also fix a bug with cachedSz. Transactions that removed externals, were being removed from the cache, but their size was not deducted from cachedSz. Consequently, over time, the extCache would falsely appear full, meaning it was purged prematurely. Signed-off-by: Jake Smith <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
21 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