GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/504
[STORM-753] Improve RedisStateQuerier to convert List<Values> from Redis
value
Please see https://issues.apache.org/jira/browse/STORM-753 for more details.
Applied some refactoring to reduce code duplication, and some optimization
regarding round-trip / Pipeline.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-753
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/504.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 #504
----
commit 7fec9a1f4b9887897c9c7d0f3f80433fa34f18c0
Author: Jungtaek Lim <[email protected]>
Date: 2015-04-05T00:38:54Z
Improve RedisStateQuerier to convert List<Values> from Redis value
* Reuse RedisStoreMapper / RedisLookupMapper
** RedisState*Querier / RedisState*Updater
commit 8fd1f4b193b5d81b3036726268da39380e2b3b61
Author: Jungtaek Lim <[email protected]>
Date: 2015-04-05T03:21:57Z
Redis*StateQuerier / Redis*StateUpdater now support HASH type
* use Pipeline when available to gain performance
* extract abstract classes to reduce code duplication
** AbstractRedisStateQuerier, AbstractRedisStateUpdater
commit b9c0329bd182333f0af237e661e88958d7157520
Author: Jungtaek Lim <[email protected]>
Date: 2015-04-05T09:55:03Z
Extract abstract classes to reduce code duplication (Redis*MapState)
----
---
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.
---