Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki committed Oct 1, 2024
1 parent 868f37e commit a2744e6
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,14 +422,6 @@ public ProcessContinuation processElement(
Optional.ofNullable(watermarkEstimator.currentWatermark()));
}
final long startOffset = tracker.currentRestriction().getFrom();
String restrictionInfo =
String.format(
"%s_%s_%s",
kafkaSourceDescriptor.getTopic(), kafkaSourceDescriptor.getPartition(), startOffset);
if (kafkaSourceDescriptor.getPartition() == 42) {
LOG.info(
"{} bzablockilog start restriction {}", Thread.currentThread().getId(), restrictionInfo);
}
long resumeOffset = startOffset;
@Nullable KafkaConsumerPollThread pollThread = null;
try {
Expand Down

0 comments on commit a2744e6

Please sign in to comment.