terrymanu commented on issue #1620: what is the lifecycle of hint URL: https://github.com/apache/incubator-shardingsphere/issues/1620#issuecomment-464998015 > the key is “because of reusing the thread, it make the hints in the thread not being cleared” How to reusing the thread without connection closed? If user really meet this scene, user can call `HintManager.close()` method to clear hint info by themselves. ShardingSphere provide to way to clear hint info. 1. User call `HintManager.close()` 2. User call `connection.close()` Do you want more way to clear hint info?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
