terrymanu opened a new issue #4785: Check uniformed with all actual tables' meta data in once when loading them URL: https://github.com/apache/incubator-shardingsphere/issues/4785 ShardingSphere will check uniformed for all actual tables' meta data if user config to enable meta data checking. The current `checkUniformed()` method can only find the first violation and halt the check by throw an exception. The message of exception is included the first violated actual table only. It will be better to check all actual tables and record all violations. After check finished, the exception can include all violations information. The code is in `org.apache.shardingsphere.core.metadata.ShardingMetaDataLoader`, please search `// TODO check all meta data in once` to get the check point.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
