jt2594838 commented on a change in pull request #429: [IOTDB-205]Support 
storage-group-level data ttl
URL: https://github.com/apache/incubator-iotdb/pull/429#discussion_r339510306
 
 

 ##########
 File path: 
server/src/main/java/org/apache/iotdb/db/engine/merge/manage/MergeResource.java
 ##########
 @@ -64,12 +64,28 @@
   private Map<String, MeasurementSchema> measurementSchemaMap = new 
HashMap<>();
   private Map<MeasurementSchema, IChunkWriter> chunkWriterCache = new 
ConcurrentHashMap<>();
 
+  private long fileTimeBound = Long.MAX_VALUE;
 
 Review comment:
   Changed.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to