kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP

Open clolov opened this issue 1 year ago • 5 comments

Summary

This is the first part of the implementation of KIP-1005

The purpose of this pull request is for the broker to start returning the correct offset when it receives a -5 as a timestamp in a ListOffsets API request

clolov avatar Jan 17 '24 13:01 clolov

Thanks a lot for the review @kamalcph! I have hopefully addressed everything 😊

clolov avatar Jan 23 '24 11:01 clolov

Will check this this or next week. Thanks.

showuon avatar Jan 31 '24 07:01 showuon

I will take a look at this PR by ~~5th~~ /7th.

satishd avatar Feb 02 '24 02:02 satishd

Heya @showuon @kamalcph @satishd, I hope I have addressed the latest comments + rebased!

clolov avatar Feb 07 '24 14:02 clolov

@clolov , there's a compilation error in jdk 8/scala 2.12. Could you help fix it? Maybe rebasing to the latest trunk could solve it? https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-15213/4/pipeline

showuon avatar Feb 19 '24 06:02 showuon

@clolov , do we have any update about the compilation error fix?

showuon avatar Feb 27 '24 02:02 showuon

Apologies, I have had a lot of work recently, I will aim to provide an update by the end of the day today

clolov avatar Feb 28 '24 10:02 clolov

Heya @showuon, I tried to reproduce the compilation failure of the unrelated test class locally, but have been unable to. I have rebased and kicked off a new build in case this was a temporary failure. If it occurs again I will continue looking into it.

clolov avatar Feb 28 '24 18:02 clolov

Failed tests are unrelated.

showuon avatar Feb 29 '24 00:02 showuon