-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.Thread.State: TIMED_WAITING #605
Comments
public void run(ApplicationArguments args) throws Exception { // String fileName = "";
} |
[3076.004s][warning][gc,alloc] pool-1-thread-140: Retried waiting for GCLocker too often allocating 53725 words |
Hi @gogangipark, we found following issues in your TestService:
try (InfluxDB influxDB = InfluxDBFactory.connect(
influxDbProperties.getUrl(),
influxDbProperties.getUser(),
influxDbProperties.getPassword())) {
....
}
If the close() in influxDB client will not solve your issue, try reduce size of fixed thread pool. |
Thank you... |
my environment
during load test, there are a lot of message below.
then don't send any data.
Could you help out.
The text was updated successfully, but these errors were encountered: