smjn commented on code in PR #18174:
URL: https://github.com/apache/kafka/pull/18174#discussion_r1887904112


##########
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##########
@@ -317,6 +317,10 @@ private CompletableFuture<Void> 
performRecordPruning(TopicPartition tp) {
                             fut.completeExceptionally(exp);
                             return;
                         }
+                        shareCoordinatorMetrics.recordPrune(
+                            off,

Review Comment:
   It is not a question of what we need to rely on - it is what the pruner is 
sending to the replicaManager. This is the correct information we want to 
capture. Capturing of low water mark is already present.



-- 
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]

Reply via email to