jingshanglu commented on a change in pull request #15471:
URL: https://github.com/apache/shardingsphere/pull/15471#discussion_r809681811
##########
File path:
shardingsphere-mode/shardingsphere-mode-core/src/main/java/org/apache/shardingsphere/mode/metadata/MetaDataContextsBuilder.java
##########
@@ -46,13 +46,15 @@
*/
public final class MetaDataContextsBuilder {
+ @Getter
private final Map<String, SchemaConfiguration> schemaConfigMap = new
LinkedHashMap<>();
private final Map<String, Collection<ShardingSphereRule>> schemaRulesMap =
new LinkedHashMap<>();
@Getter
private final Map<String, ShardingSphereSchema> schemaMap = new
LinkedHashMap<>();
+ @Getter
Review comment:
When the Narayan file is generated, the final transaction configuration
needs to be obtained. The configuration in the `server.yaml' file is obtained
in the ContextManagerBuilderParameter, not the final configuration.
--
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]