keith-turner commented on issue #4232:
URL: https://github.com/apache/accumulo/issues/4232#issuecomment-1930478684

   > My proposal would be to embed the LogSorter in the Compactor and 
ScanServer in addition to the it's current location in the TabletServer.
   
   One thing to consider when doing that would be memory usage as compactors 
may be configured with less memory than tablet servers.  I don't think memory 
would be a concern because log sort pulls chunks of data into memory and sorts 
them possibly creating multiple sorted files for a single unsorted log.  
However that assumption is based on how the code used to work, have not looked 
at it recently.  Would be good to examine the current memory usage of log sort.


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