Manno15 commented on issue #169: URL: https://github.com/apache/accumulo-testing/issues/169#issuecomment-977086690
This is because `ThreadPoolExecutor createFixedThreadPool(int, String, boolean)` no longer exists inside `ThreadPools.java` in accumulo. It was removed with the OpenTelemetry changes since we don't need to specify `enableTracing`. I will have a PR that changes the two classes in accumulo-testing to just using the (int, String) that replaced it. -- 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]
