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 2022/02/21 09:43:13 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #5099: [IOTDB-2581] Fix compaction recover in 0.13.0 is not compatible with 0.12.5

qiaojialin commented on a change in pull request #5099:
URL: https://github.com/apache/iotdb/pull/5099#discussion_r810942566



##########
File path: server/src/main/java/org/apache/iotdb/db/engine/compaction/TsFileIdentifier.java
##########
@@ -44,8 +44,8 @@
   public static final int LOGICAL_SG_OFFSET_IN_LOG = 0;
   public static final int VIRTUAL_SG_OFFSET_IN_LOG = 1;
   public static final int TIME_PARTITION_OFFSET_IN_LOG = 2;
-  public static final int SEQUENCE_OFFSET_IN_LOG = 3;
-  public static final int FILE_NAME_OFFSET_IN_LOG = 4;
+  public static final int SEQUENCE_OFFSET_IN_LOG = 4;
+  public static final int FILE_NAME_OFFSET_IN_LOG = 3;

Review comment:
       add a javadoc to warn others not modifying 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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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