terrymanu commented on issue #1793: Sharding-Jdbc Can't continue running(Locked?) URL: https://github.com/apache/incubator-shardingsphere/issues/1793#issuecomment-456299519 I saw this info from your jstack: ``` "Druid-ConnectionPool-Create-756222660" #30 daemon prio=5 os_prio=0 tid=0x00007f1715a4b800 nid=0x1ad5 waiting on condition [0x00007f16e0094000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000000fd3197f0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443) ``` Did you close your connection correctly?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services