You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2021/07/01 18:39:14 UTC

[GitHub] [storm] agresch opened a new pull request #3401: STORM-3780 switch ErrorReportingMetrics to V2 API

agresch opened a new pull request #3401:
URL: https://github.com/apache/storm/pull/3401


   ## What is the purpose of the change
   
   Switch metrics to V2 API.
   
   ## How was the change tested
   
   Ran storm-client unit tests.  Validated error reporting metric logged on word count topology.


-- 
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-unsubscribe@storm.apache.org

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



[GitHub] [storm] agresch commented on a change in pull request #3401: STORM-3780 switch ErrorReportingMetrics to V2 API

Posted by GitBox <gi...@apache.org>.
agresch commented on a change in pull request #3401:
URL: https://github.com/apache/storm/pull/3401#discussion_r668267459



##########
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:
       updated




-- 
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-unsubscribe@storm.apache.org

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



[GitHub] [storm] agresch merged pull request #3401: STORM-3780 switch ErrorReportingMetrics to V2 API

Posted by GitBox <gi...@apache.org>.
agresch merged pull request #3401:
URL: https://github.com/apache/storm/pull/3401


   


-- 
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-unsubscribe@storm.apache.org

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



[GitHub] [storm] Ethanlm commented on a change in pull request #3401: STORM-3780 switch ErrorReportingMetrics to V2 API

Posted by GitBox <gi...@apache.org>.
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-unsubscribe@storm.apache.org

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