empiredan opened a new issue, #1344:
URL: https://github.com/apache/incubator-pegasus/issues/1344

   As is described in https://github.com/apache/incubator-pegasus/issues/1326, 
we can just add *replica* entity to 
[replica_base](https://github.com/apache/incubator-pegasus/blob/master/src/replica/replica_base.h)
 as a member.
   
   All classes that hold replica-level metrics can get *replica* entity by 
`replica_base::replica_metric_entity()`. Since the *replica* entity has a 
single `id` (the format is `replica_{table_id}.{partition_id}`), all classes 
that hold replica-level metrics will share the single *replica* entity.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to