[jira] [Resolved] (KAFKA-14211) Streams log message has partition and offset transposed

2022-11-06 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman resolved KAFKA-14211. Resolution: Fixed Resolving this since it's apparently fixed by PR (see

Re: Regarding Producer Metric - "request-latency-avg"

2022-11-06 Thread Amrit Gupta
Hi Philip, >> the latency measures the time difference between the *time the request was created* and the response received >> I believe it is *between the time send() was called*, and the time the producer receives the response from the broker. I believe this is not right as if we see

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1339

2022-11-06 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14361) Two versions of commons-lang3 in 3.3.1 binary distribution libs dir

2022-11-06 Thread Rob Young (Jira)
Rob Young created KAFKA-14361: - Summary: Two versions of commons-lang3 in 3.3.1 binary distribution libs dir Key: KAFKA-14361 URL: https://issues.apache.org/jira/browse/KAFKA-14361 Project: Kafka

Re: [VOTE] KIP-852: Optimize calculation of size for log in remote tier

2022-11-06 Thread John Roesler
Hi Divij, Thanks for the KIP! I’ve read through your write-up, and it sounds reasonable to me. I’m +1 (binding) Thanks, John On Tue, Nov 1, 2022, at 05:03, Divij Vaidya wrote: > Hey folks > > The discuss thread for this KIP has been open for a few months with no > concerns being surfaced. I

Re: [DISCUSS] KIP-872: Add Serializer#serializeToByteBuffer() to reduce memory copying

2022-11-06 Thread John Roesler
Thanks for the reply, ShunKang! You’re absolutely right, we should not change the behavior of the existing method. Regarding the new method, I was thinking that this is a good opportunity to correct what seems to be strange semantics in the original one. If we keep the same semantics and