You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/06/03 09:09:24 UTC

[GitHub] [incubator-iotdb] HTHou commented on a change in pull request #1308: [IOTDB-738] Fix measurements has blank

HTHou commented on a change in pull request #1308:
URL: https://github.com/apache/incubator-iotdb/pull/1308#discussion_r434421582



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java
##########
@@ -288,7 +289,11 @@ public void createTimeseries(CreateTimeSeriesPlan plan, long offset) throws Meta
         }
         storageGroupName =
             MetaUtils.getStorageGroupNameByLevel(path, config.getDefaultStorageGroupLevel());
-        setStorageGroup(storageGroupName);
+//        try {
+          setStorageGroup(storageGroupName);
+//        } catch (StorageGroupAlreadySetException e1) {
+//          ignore
+//        }

Review comment:
       Remove this




----------------------------------------------------------------
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:
users@infra.apache.org