You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by GitBox <gi...@apache.org> on 2019/05/14 23:03:14 UTC

[GitHub] [incubator-ratis] ankitsinghal commented on a change in pull request #19: RATIS-549, RATIS-550, RATIS-552, RATIS-553 Metric Framework for Ratis

ankitsinghal commented on a change in pull request #19: RATIS-549,RATIS-550,RATIS-552,RATIS-553 Metric Framework for Ratis
URL: https://github.com/apache/incubator-ratis/pull/19#discussion_r284033097
 
 

 ##########
 File path: ratis-logservice/src/test/java/org/apache/ratis/logservice/LogServiceReadWriteBase.java
 ##########
 @@ -64,6 +69,46 @@
   static final int NUM_PEERS = 3;
   CLUSTER cluster;
 
+  class MetricLogStream extends LogStreamImpl{
 
 Review comment:
   Actually required for testing only, this is just counting the calls made through log stream, so that we can compare the count with the metrics collected at the server.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services