DomGarguilo commented on code in PR #6081:
URL: https://github.com/apache/accumulo/pull/6081#discussion_r2737821797
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:
##########
@@ -386,7 +388,6 @@ public void run() {
int threadPoolSize =
getConfiguration().getCount(Property.SSERV_WAL_SORT_MAX_CONCURRENT);
if (threadPoolSize > 0) {
- final LogSorter logSorter = new LogSorter(this);
Review Comment:
Looks like creation of this object only happened when
SSERV_WAL_SORT_MAX_CONCURRENT > 0. Now I think it will happen all the time. Do
we still want to check this condition and only create/register these metrics
when log sorting is enabled?
--
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]