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 2021/03/22 01:56:21 UTC

[GitHub] [iotdb] samperson1997 commented on a change in pull request #2881: [IOTDB-1249] Serialize of device MNode with device template

samperson1997 commented on a change in pull request #2881:
URL: https://github.com/apache/iotdb/pull/2881#discussion_r598381365



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java
##########
@@ -366,6 +371,7 @@ public void operation(String cmd) throws IOException, MetadataException {
         createTimeseries(plan);
         break;
       case MetadataOperationType.CREATE_ALIGNED_TIMESERIES:
+      case MetadataOperationType.AUTO_CREATE_DEVICE_MNODE:

Review comment:
       Since `AUTO_CREATE_DEVICE_MNODE` could never appear in the old mlog, so we do not need to support this case forever : )




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