Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jun 18, 2024
1 parent d1a2aad commit cae66b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stream/src/executor/sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ impl<F: LogStoreFactory> SinkExecutor<F> {
metrics.sink_chunk_buffer_size,
);

tracing::info!("Sink info: sink_id: {} actor_id: {}, executor_id: {}, need_advance_delete: {}, re_construct_with_sink_pk: {}",
sink_id, actor_id, executor_id, need_advance_delete, re_construct_with_sink_pk);

if self.sink.is_sink_into_table() {
processed_input.boxed()
} else {
Expand Down

0 comments on commit cae66b8

Please sign in to comment.