[
https://issues.apache.org/jira/browse/KAFKA-14254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608979#comment-17608979
]
Ashmeet Lamba commented on KAFKA-14254:
---------------------------------------
Hi [~vvcephei], can I pick this up? I see that this is the log
([StreamsPartitionAssignor.java#L960-L961|https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java#L960-L961])
that still prints the timestamp.
Also will be going through the codebase to find if there are any other
instances where timestamps are being printed.
> Format timestamps in assignor logs as dates instead of integers
> ---------------------------------------------------------------
>
> Key: KAFKA-14254
> URL: https://issues.apache.org/jira/browse/KAFKA-14254
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: John Roesler
> Priority: Minor
> Labels: newbie, newbie++
>
> This is a follow-on task from [https://github.com/apache/kafka/pull/12582]
> There is another log line that prints the same timestamp: "Triggering the
> followup rebalance scheduled for ...", which should also be printed as a
> date/time in the same manner as PR 12582.
> We should also search the codebase a little to see if we're printing
> timestamps in other log lines that would be better off as date/times.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)