GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/1853
STORM-2264 OpaqueTridentKafkaSpout failing after STORM-2216
* use JSONValue.parse() instead of JSONValue.parseWithException() in
TransactionState
* this just rolls back to previous, doesn't provide better approach
Please note that this is just a quick and dirty fix given that the priority
of STORM-2264 is critical.
Even after merging this, we should find better solution and apply soon.
(#1844 is one of)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2264
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1853.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 #1853
----
commit 71269e411bec714f4844790831200dda25d0241b
Author: Jungtaek Lim <[email protected]>
Date: 2017-01-04T16:24:25Z
STORM-2264 OpaqueTridentKafkaSpout failing after STORM-2216
* use JSONValue.parse() instead of JSONValue.parseWithException() in
TransactionState
* this just rolls back to previous, doesn't provide better approach
----
---
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.
---