You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/14 03:33:13 UTC

[GitHub] joooohnli opened a new pull request #1860: fix: OrchestrationDataSource renew error. issue: #1773

joooohnli opened a new pull request #1860: fix: OrchestrationDataSource renew error. issue: #1773
URL: https://github.com/apache/incubator-shardingsphere/pull/1860
 
 
   Fixes #1773.
   
   Changes proposed in this pull request:
   - correct process of OrchestrationDataSource renewing by this way:
   
   while get DataSourceChangedEvent:
   1. old datasources keep working(processing sql requests already received).
   2. create new datasources, and new sql requests will get connections by these new datasources.
   3. close old datasources gracefully.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services