You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/18 05:18:44 UTC

[GitHub] [shardingsphere] jingshanglu commented on a change in pull request #15471: support default jdbc store for cluster mode

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org