You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2012/11/06 01:12:12 UTC

[jira] [Created] (GIRAPH-407) Metrics Update

Nitay Joffe created GIRAPH-407:
----------------------------------

             Summary: Metrics Update
                 Key: GIRAPH-407
                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
             Project: Giraph
          Issue Type: Improvement
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe


Updating metrics to be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-407) Metrics Update

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491677#comment-13491677 ] 

Nitay Joffe commented on GIRAPH-407:
------------------------------------

https://reviews.apache.org/r/7900/
                
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407.patch
>
>
> Updating metrics to be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-407) Metrics Update

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-407:
-------------------------------

    Attachment: GIRAPH-407.patch
    
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407.patch
>
>
> Updating metrics to be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-407) Metrics Update

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492582#comment-13492582 ] 

Hudson commented on GIRAPH-407:
-------------------------------

Integrated in Giraph-trunk-Commit #276 (See [https://builds.apache.org/job/Giraph-trunk-Commit/276/])
    GIRAPH-407: Metrics Update (nitay via apresta) (Revision 1406744)

     Result = SUCCESS
apresta : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1406744
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/GiraphConfiguration.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/ByteCounter.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/handler/RequestDecoder.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/handler/RequestEncoder.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/handler/RequestInfo.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/handler/RequestServerHandler.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/BspServiceMaster.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/BspServiceWorker.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/ComputeCallable.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/EdgeInputSplitsCallable.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/GraphMapper.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/InputSplitsCallable.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/MasterThread.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/VertexInputSplitsCallable.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/metrics/GiraphMetrics.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/metrics/GiraphMetricsRegistry.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/metrics/ResetSuperstepMetricsObserver.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/metrics/SuperstepMetricsRegistry.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/metrics/ValueGauge.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/FakeTime.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/MemoryUtils.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/SystemTime.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/Time.java
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/Times.java
* /giraph/trunk/giraph/src/test/java/org/apache/giraph/TestPredicateLock.java
* /giraph/trunk/giraph/src/test/java/org/apache/giraph/graph/TestEdgeListVertex.java
* /giraph/trunk/giraph/src/test/java/org/apache/giraph/utils/BspUtilsTest.java

                
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407-2.patch, GIRAPH-407-3.patch, GIRAPH-407.patch
>
>
> Updating metrics to be more useful.
> https://reviews.apache.org/r/7900/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-407) Metrics Update

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-407:
-------------------------------

    Attachment: GIRAPH-407-3.patch
    
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407-2.patch, GIRAPH-407-3.patch, GIRAPH-407.patch
>
>
> Updating metrics to be more useful.
> https://reviews.apache.org/r/7900/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-407) Metrics Update

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-407:
-------------------------------

    Description: 
Updating metrics to be more useful.

https://reviews.apache.org/r/7900/

  was:Updating metrics to be more useful.

    
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407.patch
>
>
> Updating metrics to be more useful.
> https://reviews.apache.org/r/7900/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-407) Metrics Update

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-407:
-------------------------------

    Attachment: GIRAPH-407-2.patch
    
> Metrics Update
> --------------
>
>                 Key: GIRAPH-407
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-407
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-407-2.patch, GIRAPH-407.patch
>
>
> Updating metrics to be more useful.
> https://reviews.apache.org/r/7900/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira