jt2594838 commented on code in PR #13353:
URL: https://github.com/apache/iotdb/pull/13353#discussion_r1740248488
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/tsfile/timeindex/FileTimeIndexCacheRecorder.java:
##########
@@ -57,8 +57,7 @@ public class FileTimeIndexCacheRecorder {
private final BlockingQueue<Runnable> taskQueue = new
LinkedBlockingQueue<>();
- private final Map<Integer, Map<Long, FileTimeIndexCacheWriter>> writerMap =
- new ConcurrentHashMap<>();
+ private final Map<Integer, FileTimeIndexCacheWriter> writerMap = new
ConcurrentHashMap<>();
Review Comment:
Add a comment to explain that the key is the data region id.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]