Ethanlm commented on a change in pull request #3401:
URL: https://github.com/apache/storm/pull/3401#discussion_r668236721



##########
File path: storm-client/src/jvm/org/apache/storm/executor/Executor.java
##########
@@ -680,4 +677,8 @@ public HashMap getSharedExecutorData() {
     public void setLocalExecutorTransfer(ExecutorTransfer executorTransfer) {
         this.executorTransfer = executorTransfer;
     }
+
+    public void incrementErrorCount() {

Review comment:
       maybe change this to incrementReportedErrorCount so it is specific to 
reporter errors?




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to