You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no sql
just spring boot init . and run in druid init() method. was slow
Testcase Code
No response
Stacktrace Info
No response
Error Info
druid init method was slow. debug this in line 895 method: this.createPhysicalConnection();
and in this method:
when line 1727: var29 = true; is slowly
i want to know why ?. and how to handle it
The text was updated successfully, but these errors were encountered:
finally i found this slowly code :
class: ConnectionImpl . package com.mysql.cj.jdbc;
inetSocketAddress.getHostName()
It may be a DNS resolution issue。 but no idea to deal it ...
Database Type
mysql
Database Version
mysql8.0.31
Druid Version
1.2.23
JDK Version
jdk17
Error SQL
no sql
just spring boot init . and run in druid init() method. was slow
Testcase Code
No response
Stacktrace Info
No response
Error Info
druid init method was slow. debug this in line 895 method: this.createPhysicalConnection();
and in this method:
when line 1727: var29 = true; is slowly
i want to know why ?. and how to handle it
The text was updated successfully, but these errors were encountered: