We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
risingwave/src/stream/src/executor/backfill/cdc_backfill.rs
Lines 319 to 325 in f2e79d3
Currently, the cdc_backfill executor reuses the streaming backfill's metrics. This looks weird. Please introduce a set of new metrics, such as
pub cdc_backfill_snapshot_read_row_count: GenericCounterVec<AtomicU64>, pub cdc_backfill_upstream_output_row_count: GenericCounterVec<AtomicU64>,
The text was updated successfully, but these errors were encountered:
StrikeW
Successfully merging a pull request may close this issue.
risingwave/src/stream/src/executor/backfill/cdc_backfill.rs
Lines 319 to 325 in f2e79d3
Currently, the cdc_backfill executor reuses the streaming backfill's metrics. This looks weird. Please introduce a set of new metrics, such as
The text was updated successfully, but these errors were encountered: