dlmarion commented on issue #1099:
URL: https://github.com/apache/accumulo/issues/1099#issuecomment-1179056325

   I just:
     1. created a small cluster from the `main` branch
     2. added the following to `JAVA_OPTS` in `accumulo-env.sh`
   ```
   -XX:+PrintCompilation 
   -XX:+UnlockDiagnosticVMOptions 
   -XX:+PrintInlining
   ```
     3. ran `cingest` commands
     4. `grep accumulo *.out | grep "hot method too big" | awk '{ print $(NF-6) 
}' | sort | uniq -c` in the log files directory


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