JaegerRemoteSamplerGrpcNettyTest > pollingInterval() STANDARD_ERROR #8132
Unanswered
eamonn-kearns-ibm
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
can you provide some details about your environment? What JDK are you using, what command line, etc? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This error is probably the result of recent refactoring work I did in #8046. It means a test created a gRPC ManagedChannel and didn't close it after. The stacktrace helps you track down where the ManagedChannel was initialized. I'll clean it up when I get to it, but also happy for PRs if track down the problem test. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm an intern over at IBM and I'm trying to build the Java SDK. When I run the gradle build, I get a rather lengthy stack trace at this point. I've run the stack trace through google but, other than a closed ticket from 2021 and one from 2020, I haven't had any results, and there were no related discussions that I could find.
ChatGPT suggested that it's due to a race condition but I am only so confident in its ability to actually describe the issue meaningfully.
The build is successful, so I'm wondering if this is just a stack trace that I can consider "within acceptable paramaters"
I've attached the buildOutput if it's helpful but the stack trace looks like this:
buildOutput.txt
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions