You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/05 06:07:20 UTC

[jira] [Commented] (APEXCORE-496) Provide Operator name to StatsListener

    [ https://issues.apache.org/jira/browse/APEXCORE-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408936#comment-15408936 ] 

ASF GitHub Bot commented on APEXCORE-496:
-----------------------------------------

Github user tushargosavi commented on a diff in the pull request:

    https://github.com/apache/apex-core/pull/361#discussion_r73645793
  
    --- Diff: api/src/main/java/com/datatorrent/api/StatsListener.java ---
    @@ -113,6 +113,8 @@
         long getLatencyMA();
     
         List<OperatorResponse> getOperatorResponse();
    +
    +    String getOperatorName();
    --- End diff --
    
    stat listener only have access to the BatchedOperatorStats, hence added it as part of it. I am closing this pull request now. Making changes as per discussion on the dev thread.


> Provide Operator name to StatsListener
> --------------------------------------
>
>                 Key: APEXCORE-496
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-496
>             Project: Apache Apex Core
>          Issue Type: Task
>            Reporter: Tushar Gosavi
>            Assignee: Tushar Gosavi
>
> In case of shared statslistener it becomes difficult to identify for which operator
> s stats are being processed. we could provide operator name in BatchedOperatorStats to easily identify the operator. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)