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/protocol/thrift/impl/DataNodeInternalRPCServiceImpl.java
+36-20
Original file line number
Diff line number
Diff line change
@@ -566,23 +566,32 @@ public TSStatus invalidateLastCache(final String database) {
Copy file name to clipboardexpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/schema/ClusterSchemaFetcher.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ public void fetchAndComputeSchemaWithAutoCreate(
193
193
// The schema cache R/W and fetch operation must be locked together thus the cache clean
194
194
// operation executed by delete timeseries will be effective.
Copy file name to clipboardexpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public Optional<TableSchema> validateTableHeaderSchema(
101
101
// The schema cache R/W and fetch operation must be locked together thus the cache clean
102
102
// operation executed by delete timeSeries will be effective.
0 commit comments