nsivabalan commented on code in PR #18085:
URL: https://github.com/apache/hudi/pull/18085#discussion_r2800715012
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/ingestion/HoodieIngestionMetrics.java:
##########
@@ -64,5 +68,7 @@ public HoodieIngestionMetrics(HoodieMetricsConfig
writeConfig) {
public abstract void updateStreamerSourceBytesToBeIngestedInSyncRound(long
sourceBytesToBeIngested);
+ public abstract void updateHoodieIncrSourceMetrics(long commitsInProgress,
long unprocessedCommits);
Review Comment:
looks like we already added these changes as part of
https://github.com/apache/hudi/pull/17929/changes#diff-a7461aeed200ab0b679802dbc0fdce0e72a23bd87c7c0942dccc4ab79cb6a637
can you clean it up and rebase w/ latest master
--
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]