Python-IBM commented on issue #24317: URL: https://github.com/apache/shardingsphere/issues/24317#issuecomment-1442641584
> Hi @Python-IBM , which version of ShardingSphere are you using? If it is a version before 5.2.1, you can overwrite it through the configuration property `overwrite: true`. > > After 5.2.1 released, ShardingSphere removed `overwrite` property and set it to `false` by default, it means that already persisted configuration will not be overwritten. > > You can use DistSQL to modify the configuration, if it is a test environment, you can manually clear the configuration data in the governance center. I use version 5.2.1, and set the attribute "overwrite: true" of mode in the spring configuration, but the zookeeper has not updated the metadata, which is still old. I want to update metadata after the spring boot is restarted, and I don't want to use DistSQL to update. -- 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]
