[
https://issues.apache.org/jira/browse/STORM-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318364#comment-15318364
]
ASF GitHub Bot commented on STORM-1886:
---------------------------------------
GitHub user kosii opened a pull request:
https://github.com/apache/storm/pull/1470
STORM-1886 Extend KeyValueState iface with delete
The patch also provides implementation for delete in
RedisKeyValueState and InMemoryKeyValueState.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/s4mDev/storm keyvaluestate-with-delete
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1470
----
commit 03e7c7276a8b5bc0e913ad4d28e7100101d6c029
Author: Balazs Kossovics <[email protected]>
Date: 2016-06-02T12:32:06Z
STORM-1886 Extend KeyValueState iface with delete
The patch also provides implementation for delete in
RedisKeyValueState and InMemoryKeyValueState.
----
> Extend KeyValueState interface with delete method
> -------------------------------------------------
>
> Key: STORM-1886
> URL: https://issues.apache.org/jira/browse/STORM-1886
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Balazs Kossovics
>
> Even if the implementation of checkpointing only uses the get/put methods of
> the KeyValueState interface, the existance of a delete method could be really
> useful in the general case.
> I made a first implementation, what do you think about?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)