keith-turner commented on issue #2001: URL: https://github.com/apache/accumulo/issues/2001#issuecomment-845348852
> That would be cool, but right now, there isn't a way to determine how files were encrypted without reading a bit of the file metadata. I was wondering about that. Looking at the code each compaction service has single thread that does selection and planning, however I think the code would easily support multiple threads. This thread pool size is currently not configurable, but it could be. User compactions would examine each file once, if this were done in a thread pool with lots of threads that may be ok. For the case of a per table selector, would probably want the class to have a cache of info about previously examined files to avoid examining them over and over. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
