keith-turner commented on PR #5998: URL: https://github.com/apache/accumulo/pull/5998#issuecomment-3602972234
This modifies the the client side code for reading rfiles. Would want to also modify the server side code for reading rfiles. Maybe could shuffle the `filesToOpen` list in the following code. https://github.com/apache/accumulo/blob/11a9bd9c8489e470b5ce956424d61ddd1f39ad09/server/base/src/main/java/org/apache/accumulo/server/fs/FileManager.java#L301 Found this code by following ScanDataSource.createIterator() in the tserver code that creates servers side scan iterators. Would there be any reason to shuffle inputs for compactions? -- 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]
