forked from linkedin/venice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
[controller][h2v][common][router] Improve resiliency in ZSTD dictiona…
…ry retrieval (linkedin#852) * [controller][h2v][common][router] Improve resiliency in ZSTD dictionary retrieval 1. Catch throwable in router dictionary fetching thread so the thread doesn't die when encountering issues fetching dictionary for one store. 2. Replaced static final field for empty push dictionary in ZstdWithDictCompressor to Lazy wrapped final fields in corresponding classes. This way it doesn't get initialized if it's not used. This is the case for routers since it was initialized but never used. Failure to initialize the field will render the entire ZstdWithDictCompressor class unable to initialize.
Showing
5 changed files
with
47 additions
and
26 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
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