[jira] [Commented] (KAFKA-13406) Cooperative sticky assignor got stuck due to assignment validation failed

2021-12-27 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17465967#comment-17465967 ] Luke Chen commented on KAFKA-13406: --- [~Juhyeon Kim] , the release date for v3.0.1 is not planned, yet.

[jira] [Commented] (KAFKA-13406) Cooperative sticky assignor got stuck due to assignment validation failed

2021-12-27 Thread Juhyeon Kim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17465951#comment-17465951 ] Juhyeon Kim commented on KAFKA-13406: - Hi, I faced same issue described above with kafka-client

[jira] [Updated] (KAFKA-13524) IQv2: Add option to query KV Stores from caches

2021-12-27 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13524: - Description: I did a quick POC of this:

[jira] [Updated] (KAFKA-13524) IQv2: Add option to query KV Stores from caches

2021-12-27 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13524: - Summary: IQv2: Add option to query KV Stores from caches (was: IQv2: Add option to query from

[jira] [Updated] (KAFKA-13553) Add PAPI stores to IQv2StoreIntegrationTest

2021-12-27 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13553: - Summary: Add PAPI stores to IQv2StoreIntegrationTest (was: Add DSL stores to

[jira] [Assigned] (KAFKA-13553) Add PAPI stores to IQv2StoreIntegrationTest

2021-12-27 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler reassigned KAFKA-13553: Assignee: John Roesler > Add PAPI stores to IQv2StoreIntegrationTest >

[jira] [Assigned] (KAFKA-13554) Rename RangeQuery to KeyRangeQuery

2021-12-27 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler reassigned KAFKA-13554: Assignee: Vicky Papavasileiou > Rename RangeQuery to KeyRangeQuery >

[GitHub] [kafka] vvcephei opened a new pull request #11630: MINOR: Remove duplicate IQv2 query handler

2021-12-27 Thread GitBox
vvcephei opened a new pull request #11630: URL: https://github.com/apache/kafka/pull/11630 Fixes duplicate query result handling logic that was introduced in https://github.com/apache/kafka/pull/11598 During the implementation of #11598, this logic was moved from the stores into

[jira] [Commented] (KAFKA-13568) org.apache.kafka.common.errors.TimeoutException

2021-12-27 Thread Mohammed Zoheb (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17465833#comment-17465833 ] Mohammed Zoheb commented on KAFKA-13568: Same topic is being used for multiple microservices

[jira] [Created] (KAFKA-13568) org.apache.kafka.common.errors.TimeoutException

2021-12-27 Thread Mohammed Zoheb (Jira)
Mohammed Zoheb created KAFKA-13568: -- Summary: org.apache.kafka.common.errors.TimeoutException Key: KAFKA-13568 URL: https://issues.apache.org/jira/browse/KAFKA-13568 Project: Kafka Issue

[GitHub] [kafka] scanterog commented on pull request #10644: [KAFKA-12635] auto sync consumer offset 0 when translated offset larger than partition end offset

2021-12-27 Thread GitBox
scanterog commented on pull request #10644: URL: https://github.com/apache/kafka/pull/10644#issuecomment-1001606207 Hello! What's the current status of this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [kafka] dongjinleekr commented on pull request #11579: KAFKA-13518: Update gson dependency

2021-12-27 Thread GitBox
dongjinleekr commented on pull request #11579: URL: https://github.com/apache/kafka/pull/11579#issuecomment-1001590586 @showuon My bad. I found several other false-positives from other modules with spotbugs; They are now fixed. (Please see the comments.) :bow: ![20211227-231700](https

[GitHub] [kafka] showuon commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and theā€¦

2021-12-27 Thread GitBox
showuon commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-1001494417 @RivenSun2 , sorry, I think there are other tests cause the `clients:unitTest` timeout. I have a quick look, but can't find which tests cause it stuck. Could you check it?