This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch CacheImprove
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/CacheImprove by this push:
new 674518ad6cd delete unused
674518ad6cd is described below
commit 674518ad6cd87100621dc5f44b3eaf1efa1d9f1b
Author: JackieTien97 <[email protected]>
AuthorDate: Thu Nov 2 19:39:47 2023 +0800
delete unused
---
.../apache/iotdb/db/storageengine/buffer/ChunkCache.java | 15 ---------------
1 file changed, 15 deletions(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/buffer/ChunkCache.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/buffer/ChunkCache.java
index 1d75d131c0c..2cc7adafcc0 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/buffer/ChunkCache.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/buffer/ChunkCache.java
@@ -181,21 +181,6 @@ public class ChunkCache {
private final long offsetOfChunkHeader;
- public ChunkCacheKey(
- String filePath,
- int regionId,
- long timePartitionId,
- long tsFileVersion,
- long compactionVersion,
- long offsetOfChunkHeader) {
- this.filePath = filePath;
- this.regionId = regionId;
- this.timePartitionId = timePartitionId;
- this.tsFileVersion = tsFileVersion;
- this.compactionVersion = compactionVersion;
- this.offsetOfChunkHeader = offsetOfChunkHeader;
- }
-
public ChunkCacheKey(String filePath, TsFileID tsfileId, long
offsetOfChunkHeader) {
this.filePath = filePath;
this.regionId = tsfileId.regionId;