FlyingZC opened a new issue, #20738: URL: https://github.com/apache/shardingsphere/issues/20738
Now we can use DistSQL to disable the datasource's state in read-write splitting rules. For example,proxy A has disabled the data source.Then proxy B is started with the same configuration, and the status of the disabled data source will still be checked, resulting in startup failure. In order to ensure that the proxy can startup normally, we need to do the following tasks: - [ ] disabled data sources will not be checked when startup - [ ] use `--force` program parameters to ensure that the proxy starts normally regardless of whether it can be connected or not -- 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]
