File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
fluss-server/src/main/java/org/apache/fluss/server/kv Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -314,8 +314,6 @@ public void dropKv(TableBucket tableBucket) {
314314 try {
315315 // Unregister RocksDB metrics from TableMetricGroup
316316 serverMetricGroup .unregisterRocksDBMetrics (tablePath , tableBucket );
317- // Remove bucket metric group and clean up table metric group if needed
318- serverMetricGroup .removeTableBucketMetricGroup (tablePath , tableBucket );
319317
320318 dropKvTablet .drop ();
321319 if (dropKvTablet .getPartitionName () == null ) {
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public long getTotalMemoryUsage() {
224224 return 0L ;
225225 }
226226
227- // Create cache set for memory usage calculation
227+ // Create cache set for memory usage calculation.
228228 // If blockCache is null, pass null to MemoryUtil (will only count memtables, etc.)
229229 Set <Cache > caches = null ;
230230 if (blockCache != null ) {
You can’t perform that action at this time.
0 commit comments