GitHub user nathanmarz opened a pull request:
https://github.com/apache/incubator-storm/pull/48
Add capability to remove keys from MemorymapState
The implementation maintains proper opaque semantics, so if the batch is
retried the keys will still be there. Keys are officially removed once the next
batch starts. This also fixes a bug in OpaqueMap where get after put/update in
the same batch wasn't working properly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nathanmarz/incubator-storm
removable-memory-map-state
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/48.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 #48
----
commit 69594018082333f6dc168a3e5e07ee2eb9a75c8f
Author: nathanmarz <[email protected]>
Date: 2014-03-17T21:07:45Z
adds capability to remove keys from memorymapstate (maintains proper opaque
semantics)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---