You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "943305417 (via GitHub)" <gi...@apache.org> on 2023/06/06 14:26:36 UTC

[GitHub] [shardingsphere] 943305417 opened a new issue, #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

943305417 opened a new issue, #26084:
URL: https://github.com/apache/shardingsphere/issues/26084

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] 943305417 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "943305417 (via GitHub)" <gi...@apache.org>.
943305417 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1579790942

   > Hi, are you using `standalone` mode?
   
   ,here are my settings:
   
   mode:
     type: Memory
   
   > Hi, are you using `standalone` mode?
   
   I am using shardingsphere version 5.3.2 and have introduced dynamic datasource spring boot starter. I am not sure if this has any impact?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "zhaojinchao95 (via GitHub)" <gi...@apache.org>.
zhaojinchao95 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1579775852

   Hi, are you using `standalone` mode?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] 943305417 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "943305417 (via GitHub)" <gi...@apache.org>.
943305417 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1579783983

   > Hi, are you using `standalone` mode?
   
   At first, I didn't set any mode, but later I set it to Memory mode, and the startup program still appears:
   
   'com.zaxxer.hikari.HikariDataSource.getConnection - 110 ==== HikariPool-1 - Starting...' 
   and
    'com.zaxxer.hikari.HikariDataSource.getConnection - 123 ==== HikariPool-1 - Start completed.'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "zhaojinchao95 (via GitHub)" <gi...@apache.org>.
zhaojinchao95 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1579860263

   `5.3.2` version already removed Memory mode. you can refer to #24348


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] 943305417 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "943305417 (via GitHub)" <gi...@apache.org>.
943305417 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1580014543

   > `5.3.2` version already removed Memory mode. you can refer to #24348
   
   This problem has been resolved. After switching to cluster mode, there were no Hikari logs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] 943305417 commented on issue #26084: Change dataSourceClassName to druid Connection pool. Why does the startup log still have com.zaxxer.hikari.HikariDataSource.getConnection?

Posted by "943305417 (via GitHub)" <gi...@apache.org>.
943305417 commented on issue #26084:
URL: https://github.com/apache/shardingsphere/issues/26084#issuecomment-1578876301

   I have tried to completely remove hikari in Maven and check if there is still hikari in the logs. However, after excluding the dependency packages of hikari, the program will report an error when starting


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org