dlmarion commented on issue #1099:
URL: https://github.com/apache/accumulo/issues/1099#issuecomment-1178174301
I just re-ran this using `cingest ingest`, `cingest verify` and `cingest
scan`
```
grep accumulo *.out | grep "hot method too big" | awk '{ print $(NF-6) }' |
sort | uniq -c
1
org.apache.accumulo.core.clientImpl.TabletServerBatchWriter$MutationWriter::sendMutationsToTabletServer
4
org.apache.accumulo.core.dataImpl.thrift.TMutation$TMutationStandardScheme::read
29 org.apache.accumulo.core.data.Key::equals
10 org.apache.accumulo.core.file.rfile.bcfile.BCFile$Reader::<init>
22 org.apache.accumulo.core.file.rfile.bcfile.Utils::writeVLong
8 org.apache.accumulo.core.file.rfile.RelativeKey::fastSkip
5 org.apache.accumulo.core.file.rfile.RelativeKey::<init>
14 org.apache.accumulo.core.file.rfile.RelativeKey::readFields
4 org.apache.accumulo.core.file.rfile.RFile$LocalityGroupReader::_seek
1 org.apache.accumulo.core.file.rfile.RFile$Reader::<init>
1
org.apache.accumulo.core.iteratorsImpl.system.LocalityGroupIterator::_seek
12
org.apache.accumulo.core.iteratorsImpl.system.SourceSwitchingIterator::readNext
1
org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner::makePlan
1 org.apache.accumulo.server.constraints.MetadataConstraints::check
2 org.apache.accumulo.server.fs.FileManager::reserveReaders
3 org.apache.accumulo.server.fs.FileManager$ScanFileManager::openFiles
1
org.apache.accumulo.tserver.compactions.CompactionService::submitCompactionJob
1 org.apache.accumulo.tserver.scan.LookupTask::run
2 org.apache.accumulo.tserver.scan.NextBatchTask::run
1 org.apache.accumulo.tserver.ScanServer::reserveFiles
1
org.apache.accumulo.tserver.tablet.CompactableImpl$FileManager::getCandidates
2 org.apache.accumulo.tserver.tablet.ScanDataSource::createIterator
2 org.apache.accumulo.tserver.tablet.Scanner::read
4 org.apache.accumulo.tserver.tablet.TabletBase::nextBatch
1 org.apache.accumulo.tserver.tablet.Tablet::findSplitRow
3 org.apache.accumulo.tserver.ThriftScanClientHandler::continueScan
```
--
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]