BUAAserein commented on code in PR #8648:
URL: https://github.com/apache/iotdb/pull/8648#discussion_r1058986624


##########
confignode/src/main/java/org/apache/iotdb/confignode/persistence/schema/ClusterSchemaInfo.java:
##########
@@ -95,7 +95,9 @@ public class ClusterSchemaInfo implements SnapshotProcessor {
   private final ReentrantReadWriteLock storageGroupReadWriteLock;
   private final ConfigMTree mTree;
 
-  private final String snapshotFileName = "cluster_schema.bin";
+  private static String snapshotFileName = "cluster_schema.bin";
+
+  private final String ERROR_NAME = "Error StorageGroup name";

Review Comment:
   Already fixed.



-- 
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]

Reply via email to