DomGarguilo opened a new pull request, #2811: URL: https://github.com/apache/accumulo/pull/2811
In #1099 there are some lists of methods that have been reported as "hot method too big". This PR refactors some of those methods to make them smaller. After these changes, the following methods are no longer reported as "hot method too big": * `org.apache.accumulo.core.file.rfile.RelativeKey::<init>` * `org.apache.accumulo.core.file.rfile.RelativeKey::readFields` * `org.apache.accumulo.server.fs.FileManager$ScanFileManager::openFiles` The following have been refactored to reduce size, but are still being reported: * `org.apache.accumulo.core.iteratorsImpl.system.LocalityGroupIterator::_seek` * `org.apache.accumulo.tserver.scan.LookupTask::run` -- 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]
