Skip to content

Commit

Permalink
crosscluster/logical: refine lip tags
Browse files Browse the repository at this point in the history
Epic: none

Release note: none
  • Loading branch information
msbutler committed Sep 21, 2024
1 parent 42b72c0 commit 92d0784
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ func newLogicalReplicationWriterProcessor(
//
// Start implements the RowSource interface.
func (lrw *logicalReplicationWriterProcessor) Start(ctx context.Context) {
ctx = logtags.AddTag(logtags.AddTag(ctx, "job", lrw.spec.JobID), "part", lrw.spec.PartitionSpec.PartitionID)
ctx = logtags.AddTag(ctx, "job", lrw.spec.JobID)
ctx = logtags.AddTag(ctx, "src-node", lrw.spec.PartitionSpec.PartitionID)
ctx = logtags.AddTag(ctx, "proc", lrw.ProcessorID)
streampb.RegisterActiveLogicalConsumerStatus(&lrw.debug)

ctx = lrw.StartInternal(ctx, logicalReplicationWriterProcessorName)
Expand Down

0 comments on commit 92d0784

Please sign in to comment.