Skip to content

Commit

Permalink
temp add more log
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Nov 4, 2024
1 parent 27df405 commit cc1def9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/stream/src/executor/backfill/cdc/cdc_backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ impl<S: StateStore> CdcBackfillExecutor<S> {
// just use the last row to update `current_pos`.
current_pk_pos = Some(get_new_pos(&chunk, &pk_indices));

tracing::trace!(
// TODO: revert log level
tracing::error!(
"got a snapshot chunk: len {}, current_pk_pos {:?}",
chunk.cardinality(),
current_pk_pos
Expand Down Expand Up @@ -564,7 +565,8 @@ impl<S: StateStore> CdcBackfillExecutor<S> {
total_snapshot_row_count += row_count;
snapshot_read_row_cnt += row_count as usize;

tracing::debug!(
// TODO: revert log level
tracing::error!(
table_id,
?current_pk_pos,
?snapshot_read_row_cnt,
Expand Down

0 comments on commit cc1def9

Please sign in to comment.