agresch commented on a change in pull request #3307:
URL: https://github.com/apache/storm/pull/3307#discussion_r467273620
##########
File path:
storm-client/src/jvm/org/apache/storm/executor/spout/SpoutExecutor.java
##########
@@ -357,8 +345,7 @@ public void failSpoutMsg(SpoutExecutor executor, Task
taskData, Long timeDelta,
spout.fail(tupleInfo.getMessageId());
new SpoutFailInfo(tupleInfo.getMessageId(), taskId,
timeDelta).applyOn(taskData.getUserContext());
if (timeDelta != null) {
- executor.getStats().spoutFailedTuple(tupleInfo.getStream(),
timeDelta,
-
taskData.getTaskMetrics().getFailed(tupleInfo.getStream()));
+
executor.getExecutorMetrics().spoutFailedTuple(taskData.getComponentId(),
tupleInfo.getStream(), taskData.getTaskId());
Review comment:
sure
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]