samperson1997 commented on a change in pull request #1100:
URL: https://github.com/apache/incubator-iotdb/pull/1100#discussion_r417026185
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/write/writer/TsFileIOWriter.java
##########
@@ -273,10 +278,11 @@ public void endFile() throws IOException {
}
/**
- * Flush ChunkMetadataList and TimeseriesMetaData
- * @return DeviceMetaDataMap in TsFileMetaData
+ * Flush TsFileMetadata, including ChunkMetadataList and TimeseriesMetaData
+ *
+ * @return MetadataIndexNode list in TsFileMetadata
*/
- private Map<String, Pair<Long, Integer>> flushAllChunkMetadataList(
+ private List<MetadataIndexNode> flushTsFileMetadata(
Review comment:
Renamed
----------------------------------------------------------------
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]