STORM-1886 Extend KeyValueState iface with delete - #1809
Closed
kosii wants to merge 1726 commits into
Closed
Conversation
… into STORM-2110
…o STORM-2117 STROM-2117: Supervisor V2 with local mode extracts resources directory to the wrong directory
… into STORM-2122
…cubator-storm into STORM-2195 STORM-2195: Clean up some of worker-launcher code
…e Store file system (adl://) - Close OutputStream before file gets deleted
…ctive longer than heartbeat timeout * update heartbeat time before turn on flag 'waitingOnSubprocess'
- Remove redundant declarations cause warnings and make the build files harder to extend and maintain
…into STORM-2210 STORM-2210: remove array shuffle from ShuffleGrouping
…b.com/hmcl/storm-apache into STORM-2212 STORM-2212: Remove Redundant Declarations in Maven POM Files
…ORM-2209 STORM-2209: Update documents adding new integration for some external systems
…orm-apache into STORM-2208-merge
… into STORM-2216-merge
… into STORM-2193-merge
The patch also provides implementation for delete in RedisKeyValueState and InMemoryKeyValueState.
* make tombstone static * hide the use of Optional from the users * fix race condition * make encode and decode methods static
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The same as #1470, just against the 1.x-branch