You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/25 18:36:32 UTC

[GitHub] [accumulo] dlmarion opened a new issue, #2733: ScanServer follow-on: TabletServerMetricsUtil changes

dlmarion opened a new issue, #2733:
URL: https://github.com/apache/accumulo/issues/2733

   ScanServer can't use TabletServerMetricsUtil, so scanned count, query result count, and query byte count metrics are not being reported in the metrics. TabletServerMetricsUtil also uses `TabletServer.getOnlineTablets` to iterate over the Tablets and accumulate the metrics. ScanServer does not implement getOnlineTablets.
   
   One approach to solving this would be to have a LongAdder (or similar) that could be used by each Tablet to increment. This avoids the iteration over the tablets to get the metrics as the LongAdder objects are updated by each Tablet in real-time.


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

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


[GitHub] [accumulo] dlmarion closed issue #2733: ScanServer follow-on: TabletServerMetricsUtil changes

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2733: ScanServer follow-on: TabletServerMetricsUtil changes
URL: https://github.com/apache/accumulo/issues/2733


-- 
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: notifications-unsubscribe@accumulo.apache.org

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