Cyrill commented on code in PR #6563:
URL: https://github.com/apache/ignite-3/pull/6563#discussion_r2341204290
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -3051,6 +3057,11 @@ private CompletableFuture<Void>
stopTablePartition(TablePartitionId tablePartiti
minTimeCollectorService.removePartition(tablePartitionId);
+ PartitionModificationCounterMetricSource metricSource =
partModCounterMetricSources.remove(tablePartitionId);
+ if (metricSource != null) {
+ metricManager.unregisterSource(metricSource);
Review Comment:
Where do we unsubscribe when colocation is on?
--
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]