RaigorJiang opened a new issue, #26833: URL: https://github.com/apache/shardingsphere/issues/26833
## Bug Report ### Which version of ShardingSphere did you use? master 655c75431b0a5f906216f03b7fe0324e40d8dd0b ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior After drop single table, single rule is correctly removed ### Actual behavior single rule is not removed ### Reason analyze (If you can) After schema meta data altered, `isRuleRefreshRequired` method does not get expected result <img width="953" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/a2a2e1fd-77e2-4231-9fe6-babe0d0bda9c"> ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Use cluster mode 2. create table; (single table) 3. drop the single table; <img width="515" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/b30aeab3-c04a-4d65-9398-cb68669b4aa2"> -- 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]
