keith-turner commented on code in PR #4840:
URL: https://github.com/apache/accumulo/pull/4840#discussion_r1731850556
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:
##########
@@ -408,6 +408,7 @@ public void run() {
metricsInfo.addCommonTags(List.of(Tag.of("resource.group", groupName)));
scanMetrics = new TabletServerScanMetrics();
+ sessionManager.setZombieCountConsumer(scanMetrics::setZombieScanThreads);
Review Comment:
You missed the `::`. Its not calling the `setZombieScanThreads` on this
line, its passing a method reference.
--
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]