You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/02 13:15:43 UTC

[GitHub] [shardingsphere] kimmking commented on issue #6231: The closing delete/modify dataSource process in OrchestrationShardingDataSource#renew(DataSourceChangedEvent)

kimmking commented on issue #6231:
URL: https://github.com/apache/shardingsphere/issues/6231#issuecomment-652998985


   1. lead to pending all query before new datasource instead of old one
   2. it's more complex for graceful shutdown/refresh, 
   - close old ds to be an easy way to implement
   - pend all new query and wait existing connection release and close completely to a short time unavailable
   - keep old ds not accept new query and wait for closing completely, and the same time create a new ds to accept new query to be a better way, but it's hard to implement


----------------------------------------------------------------
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.

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