HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

Shardingsphere close old datasource has exception.

Open liangxianjin opened this issue 2 years ago • 2 comments

select data throws error ? nothing get connection , image image but my local database has connnection !

image

liangxianjin avatar Nov 16 '21 01:11 liangxianjin

image image At first, I turned off the connection pool and then turned it on again, but the above property is true, so an links error is always reported. How to set isshutdown false without pausing the java process

liangxianjin avatar Nov 16 '21 06:11 liangxianjin

after closed the dataSource, you need to new one, because the pool is shutdown also。 why close the dataSource? just set the isShutdown to true would not work。

wangdengwu avatar Dec 10 '21 07:12 wangdengwu