You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/schema/dualkeycache/impl/DualKeyCacheImpl.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,8 @@ private long evictOneCacheEntry() {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/schema/ClusterSchemaFetcher.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ public ClusterSchemaTree fetchSchema(
125
125
Set<String> storageGroupSet = newHashSet<>();
126
126
if (!explicitDevicePatternList.isEmpty()) {
127
127
for (PartialPathexplicitDevicePattern : explicitDevicePatternList) {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/TableDeviceLastCache.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,12 @@ public TSDataType getDataType() {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/TreeDeviceSchemaCacheManager.java
+87-68Lines changed: 87 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -128,14 +128,14 @@ public ClusterSchemaTree get(final PartialPath devicePath, final String[] measur
128
128
* @param devicePath full path of the device
129
129
* @return empty if cache miss or the device path is not a template activated path
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/metadata/cache/TreeDeviceSchemaCacheManagerTest.java
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -197,10 +197,10 @@ public void testUpdateLastCache() throws IllegalPathException {
0 commit comments