dlmarion commented on code in PR #6081:
URL: https://github.com/apache/accumulo/pull/6081#discussion_r2737992641


##########
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:
   Reverted this and implemented a little differently in f9d1fce.



-- 
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]

Reply via email to