linghengqian commented on issue #32765: URL: https://github.com/apache/shardingsphere/issues/32765#issuecomment-2373217222
> * @linghengqian I updated ShardingSphere version to 5.50,and made changes follow your code at [HuLaLaGa/shardingsphere-test](https://github.com/HuLaLaGa/shardingsphere-test/tree/main) - I have reproduced the current issue at https://github.com/linghengqian/shardingsphere-test/commit/240dfe75848179430abed11667c6da980a55da62 . I started mysql server directly with `root` account and empty password, and created `readonly` user dynamically. I also added unit test without shardingsphere to prove that it was a bug of shardingsphere. - After implementing the SPI of `org.apache.shardingsphere.infra.datasource.pool.destroyer.DataSourcePoolActiveDetector`, I found a very strange thing. According to debugging, `org.apache.shardingsphere.infra.datasource.pool.destroyer.DataSourcePoolDestroyer` has never been called.🤯 -  - Let me think what happened, it means that `org.apache.shardingsphere:shardingsphere-infra-data-source-pool-core` is not playing its role at all. Of course I also assume that some friends have prepared PR. I have no idea about this phenomenon. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
