[
https://issues.apache.org/jira/browse/STORM-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367558#comment-14367558
]
ASF GitHub Bot commented on STORM-711:
--------------------------------------
GitHub user Parth-Brahmbhatt opened a pull request:
https://github.com/apache/storm/pull/467
STORM-711: modifying all connectors to use collector.reportError instead...
... of logging and use tuple anchoring when emitting a tuple.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Parth-Brahmbhatt/incubator-storm STORM-711
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/467.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 #467
----
commit ffb1562cb0eb3fbd916423136fcd3c181fbf6212
Author: Parth Brahmbhatt <[email protected]>
Date: 2015-03-18T17:15:53Z
STORM-711: modifying all connectors to use collector.reportError instead of
logging and use tuple anchoring when emitting a tuple.
----
> All connectors should use collector.reportError and tuple anchoring.
> --------------------------------------------------------------------
>
> Key: STORM-711
> URL: https://issues.apache.org/jira/browse/STORM-711
> Project: Apache Storm
> Issue Type: Bug
> Components: external
> Affects Versions: 0.9.3
> Reporter: Parth Brahmbhatt
> Assignee: Parth Brahmbhatt
> Fix For: 0.10.0
>
>
> Currently most of our connectors log an error when a tuple fails to process
> during execute method. We should change the connectors so we can use
> collector.reportError instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)