[
https://issues.apache.org/jira/browse/KAFKA-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877931#comment-17877931
]
Chia-Ping Tsai commented on KAFKA-17331:
----------------------------------------
[~cmccabe] The remaining work is add validation for tier storage to make sure
it runs with correct MV. I feel that is important, but it is not regression
since we didn't do it when tier storage gets preview with 3.6
There is a long discussion in PR ([https://github.com/apache/kafka/pull/16873)]
and I have the summary of approach
([https://github.com/apache/kafka/pull/16873#discussion_r1735472015)]
Personally, we can move the tier-related validation to the follow-up
(KAFKA-17405) and then merge current work
([https://github.com/apache/kafka/pull/16873|https://github.com/apache/kafka/pull/16873)]).
> Throw/return unsupported version exception if the server/client does NOT
> support EarliestLocalSpec and LatestTieredSpec
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-17331
> URL: https://issues.apache.org/jira/browse/KAFKA-17331
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Chia-Ping Tsai
> Assignee: PoAn Yang
> Priority: Blocker
> Fix For: 3.9.0
>
>
> see comment: https://github.com/apache/kafka/pull/16841#discussion_r1714476438
> the version must be >=8 if timestamp=-4L and the version must be >=9 if
> timestamp=-5
> *client-side*
> it will throw exception in building request[0].
> *server-side*
> it will return UNSUPPORTED_VERSION in processing ListOffsetsRequest [1]
> [0]
> https://github.com/apache/kafka/blob/5b9cbcf886d0666849e81d0fbb8c19d3531c1143/clients/src/main/java/org/apache/kafka/common/requests/ListOffsetsRequest.java#L97
> [1]
> https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/KafkaApis.scala#L1173
--
This message was sent by Atlassian Jira
(v8.20.10#820010)