[GitHub] [kafka] predatorray commented on pull request #10525: KAFKA-7572: Producer should not send requests with negative partition id

2022-01-26 Thread GitBox
predatorray commented on pull request #10525: URL: https://github.com/apache/kafka/pull/10525#issuecomment-1021977962 @guozhangwang Would you mind reviewing this pr for me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (KAFKA-7572) Producer should not send requests with negative partition id

2022-01-26 Thread Wenhao Ji (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482323#comment-17482323 ] Wenhao Ji commented on KAFKA-7572: -- [~guozhang] Would you mind reviewing the pr [#10525

[jira] [Commented] (KAFKA-13617) Enhance delete-expired-group-metadata logging

2022-01-26 Thread Nicolas Guyomar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482351#comment-17482351 ] Nicolas Guyomar commented on KAFKA-13617: - Hi [~joecqupt] , indeed I'll edit my

[jira] [Updated] (KAFKA-13617) Enhance delete-expired-group-metadata logging

2022-01-26 Thread Nicolas Guyomar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Guyomar updated KAFKA-13617: Description: Hi team, When you try to understand why a consumer group offset was expired,

[GitHub] [kafka] mimaison merged pull request #11508: KAFKA-9279: Fail producer transactions for asynchronously-reported, synchronously-encountered ApiExceptions

2022-01-26 Thread GitBox
mimaison merged pull request #11508: URL: https://github.com/apache/kafka/pull/11508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr

[jira] [Resolved] (KAFKA-9279) Silent data loss in Kafka producer

2022-01-26 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-9279. --- Fix Version/s: 3.2.0 Resolution: Fixed > Silent data loss in Kafka producer >

[GitHub] [kafka] mimaison commented on a change in pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
mimaison commented on a change in pull request #11382: URL: https://github.com/apache/kafka/pull/11382#discussion_r792539420 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -364,9 +365,16 @@ private boolean sendRecords()

[jira] [Created] (KAFKA-13618) BatchAccumulator `Exptected` rename to `Expected`

2022-01-26 Thread Kvicii.Yu (Jira)
Kvicii.Yu created KAFKA-13618: - Summary: BatchAccumulator `Exptected` rename to `Expected` Key: KAFKA-13618 URL: https://issues.apache.org/jira/browse/KAFKA-13618 Project: Kafka Issue Type: Impro

[GitHub] [kafka] showuon commented on pull request #11705: [WIP] KAFKA-9847: add config to set default store type

2022-01-26 Thread GitBox
showuon commented on pull request #11705: URL: https://github.com/apache/kafka/pull/11705#issuecomment-1022206850 @mjsax , I know the KIP is still having discussion about the `Stores` API. But I think the PR is ready for pre-review right now (if you have time :)). For the `Stores` AP

[GitHub] [kafka] showuon edited a comment on pull request #11705: [WIP] KAFKA-9847: add config to set default store type

2022-01-26 Thread GitBox
showuon edited a comment on pull request #11705: URL: https://github.com/apache/kafka/pull/11705#issuecomment-1022206850 @mjsax , I know the KIP is still under discussion about the `Stores` API. But I think the PR is ready for pre-review right now (if you have time :)). For the `Stor

[GitHub] [kafka] Kvicii opened a new pull request #11715: `Exptected` rename to `Expected`

2022-01-26 Thread GitBox
Kvicii opened a new pull request #11715: URL: https://github.com/apache/kafka/pull/11715 BatchAccumulator `Exptected` rename to `Expected` ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build statu

[GitHub] [kafka] showuon commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-26 Thread GitBox
showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r792651448 ## File path: clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java ## @@ -226,6 +227,11 @@ public Password getPassword(String key) {

[GitHub] [kafka] Kvicii commented on pull request #11715: `Exptected` rename to `Expected`

2022-01-26 Thread GitBox
Kvicii commented on pull request #11715: URL: https://github.com/apache/kafka/pull/11715#issuecomment-1022211436 @showuon hi, cloud you help me. PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka] showuon commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-26 Thread GitBox
showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r792653054 ## File path: clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java ## @@ -24,14 +24,15 @@ import org.slf4j.LoggerFactory; import or

[GitHub] [kafka] showuon commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-26 Thread GitBox
showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r792657463 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaStatusBackingStore.java ## @@ -170,6 +170,7 @@ public void configure(fi

[GitHub] [kafka] showuon commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-26 Thread GitBox
showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r792658808 ## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ## @@ -2383,6 +2384,7 @@ class AuthorizerIntegrationTest extends

[jira] [Created] (KAFKA-13619) zookeeper.sync.time.ms is no longer used

2022-01-26 Thread Tomonari Yamashita (Jira)
Tomonari Yamashita created KAFKA-13619: -- Summary: zookeeper.sync.time.ms is no longer used Key: KAFKA-13619 URL: https://issues.apache.org/jira/browse/KAFKA-13619 Project: Kafka Issue Ty

[jira] [Updated] (KAFKA-13619) zookeeper.sync.time.ms is no longer used

2022-01-26 Thread Tomonari Yamashita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomonari Yamashita updated KAFKA-13619: --- Component/s: core documentation > zookeeper.sync.time.ms is no long

[GitHub] [kafka] showuon commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-26 Thread GitBox
showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r792663973 ## File path: core/src/test/scala/integration/kafka/api/EndToEndAuthorizationTest.scala ## @@ -352,20 +359,28 @@ abstract class EndToEndAuthorizationTest

[jira] [Updated] (KAFKA-13619) zookeeper.sync.time.ms is no longer used

2022-01-26 Thread Tomonari Yamashita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomonari Yamashita updated KAFKA-13619: --- Description: - zookeeper.sync.time.ms is no longer used. But it is present in the d

[GitHub] [kafka] vvcephei commented on pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-26 Thread GitBox
vvcephei commented on pull request #11682: URL: https://github.com/apache/kafka/pull/11682#issuecomment-1022316812 Unrelated test failures: ``` Build / ARM / kafka.server.ReplicaManagerTest.testDeltaFromLeaderToFollower() Build / JDK 8 and Scala 2.12 / kafka.admin.LeaderEle

[GitHub] [kafka] vvcephei merged pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-26 Thread GitBox
vvcephei merged pull request #11682: URL: https://github.com/apache/kafka/pull/11682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr

[GitHub] [kafka] dajac opened a new pull request #11716: MINOR: Add 3.0 to streams system tests

2022-01-26 Thread GitBox
dajac opened a new pull request #11716: URL: https://github.com/apache/kafka/pull/11716 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade not

[GitHub] [kafka] dajac commented on pull request #11716: MINOR: Add 3.0 to streams system tests

2022-01-26 Thread GitBox
dajac commented on pull request #11716: URL: https://github.com/apache/kafka/pull/11716#issuecomment-1022337985 Run: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4762/ -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [kafka] mimaison commented on pull request #11715: KAFKA-13618;`Exptected` rename to `Expected`

2022-01-26 Thread GitBox
mimaison commented on pull request #11715: URL: https://github.com/apache/kafka/pull/11715#issuecomment-1022424951 Thanks @Kvicii For such small changes you don't need to create a JIRA. Just prefix your commit with `MINOR: `. -- This is an automated message from the Apache Git Servic

[GitHub] [kafka] mimaison merged pull request #11715: KAFKA-13618;`Exptected` rename to `Expected`

2022-01-26 Thread GitBox
mimaison merged pull request #11715: URL: https://github.com/apache/kafka/pull/11715 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr

[jira] [Resolved] (KAFKA-13618) BatchAccumulator `Exptected` rename to `Expected`

2022-01-26 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-13618. Fix Version/s: 3.2.0 Resolution: Fixed > BatchAccumulator `Exptected` rename to `Ex

[GitHub] [kafka] mimaison commented on pull request #11599: KAFKA-13527: Add top-level error code field to DescribeLogDirsResponse

2022-01-26 Thread GitBox
mimaison commented on pull request #11599: URL: https://github.com/apache/kafka/pull/11599#issuecomment-1022438866 @dajac Do you want to take another look? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Created] (KAFKA-13620) The request handler metric name for ControllerApis should be different than KafkaApis

2022-01-26 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-13620: Summary: The request handler metric name for ControllerApis should be different than KafkaApis Key: KAFKA-13620 URL: https://issues.apache.org/jira/browse/KAFKA-13620

[jira] [Created] (KAFKA-13621) Resign leader on partition

2022-01-26 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-13621: -- Summary: Resign leader on partition Key: KAFKA-13621 URL: https://issues.apache.org/jira/browse/KAFKA-13621 Project: Kafka Issue

[jira] [Updated] (KAFKA-13621) Resign leader on network partition

2022-01-26 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-13621: --- Summary: Resign leader on network partition (was: Resign leader on

[jira] [Commented] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-26 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482729#comment-17482729 ] Jason Gustafson commented on KAFKA-13612: - [~dnwe] I agree with you that computi

[GitHub] [kafka] hachikuji merged pull request #11693: MINOR: Convert LogLoader into a class

2022-01-26 Thread GitBox
hachikuji merged pull request #11693: URL: https://github.com/apache/kafka/pull/11693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubsc

[jira] [Commented] (KAFKA-13621) Resign leader on network partition

2022-01-26 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482745#comment-17482745 ] Jason Gustafson commented on KAFKA-13621: - [~guozhang] I seem to recall that we

[GitHub] [kafka] splett2 commented on pull request #11671: KAFKA-13388; Kafka Producer nodes stuck in CHECKING_API_VERSIONS

2022-01-26 Thread GitBox
splett2 commented on pull request #11671: URL: https://github.com/apache/kafka/pull/11671#issuecomment-1022640040 thanks for fixing this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [kafka] junrao commented on pull request #11345: KAFKA-13603: Allow the empty active segment to have missing offset index during recovery

2022-01-26 Thread GitBox
junrao commented on pull request #11345: URL: https://github.com/apache/kafka/pull/11345#issuecomment-1022654522 @ccding : There is a conflict now. Could you rebase? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] TheKnowles commented on a change in pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
TheKnowles commented on a change in pull request #11382: URL: https://github.com/apache/kafka/pull/11382#discussion_r793104719 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -364,9 +365,16 @@ private boolean sendRecords

[GitHub] [kafka] TheKnowles commented on a change in pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
TheKnowles commented on a change in pull request #11382: URL: https://github.com/apache/kafka/pull/11382#discussion_r793104806 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -364,9 +365,16 @@ private boolean sendRecords

[GitHub] [kafka] TheKnowles commented on a change in pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
TheKnowles commented on a change in pull request #11382: URL: https://github.com/apache/kafka/pull/11382#discussion_r793104975 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperator.java ## @@ -111,6 +111,23 @@ public Ret

[GitHub] [kafka] TheKnowles commented on pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
TheKnowles commented on pull request #11382: URL: https://github.com/apache/kafka/pull/11382#issuecomment-1022663365 > Thanks @TheKnowles for the PR. I've made a first pass and left a few comments. @mimaison Thank you for reviewing. I've replied to each comment above and pushed chan

[GitHub] [kafka] C0urante commented on a change in pull request #11382: KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions

2022-01-26 Thread GitBox
C0urante commented on a change in pull request #11382: URL: https://github.com/apache/kafka/pull/11382#discussion_r793112244 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -364,9 +365,16 @@ private boolean sendRecords()

[GitHub] [kafka] Kvicii commented on pull request #11715: KAFKA-13618;`Exptected` rename to `Expected`

2022-01-26 Thread GitBox
Kvicii commented on pull request #11715: URL: https://github.com/apache/kafka/pull/11715#issuecomment-1022676092 @mimaison OK -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793196902 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java ## @@ -85,8 +85,23 @@ * @throws IllegalStateException

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793198150 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBSessionStore.java ## @@ -44,9 +43,12 @@ public void init(final

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793212425 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java ## @@ -85,8 +85,23 @@ * @throws IllegalStateException

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793214036 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/StateStore.java ## @@ -152,4 +153,11 @@ default void init(final StateStoreContext

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793216634 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/AbstractRocksDBSegmentedBytesStore.java ## @@ -264,8 +267,12 @@ public void

[jira] [Updated] (KAFKA-13605) Checkpoint position in state stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13605: - Parent: KAFKA-13479 Issue Type: Sub-task (was: Improvement) > Checkpoint position in st

[jira] [Assigned] (KAFKA-13524) IQv2: Implement KeyQuery from the RecordCache

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler reassigned KAFKA-13524: Assignee: Vicky Papavasileiou > IQv2: Implement KeyQuery from the RecordCache > -

[jira] [Resolved] (KAFKA-13524) IQv2: Implement KeyQuery from the RecordCache

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-13524. -- Resolution: Fixed > IQv2: Implement KeyQuery from the RecordCache > --

[jira] [Commented] (KAFKA-13608) Implement Position restoration for all in-memory state stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482866#comment-17482866 ] John Roesler commented on KAFKA-13608: -- Ah, I didn't realize there was a ticket for

[jira] [Resolved] (KAFKA-13608) Implement Position restoration for all in-memory state stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-13608. -- Resolution: Duplicate > Implement Position restoration for all in-memory state stores > --

[jira] [Created] (KAFKA-13622) Revisit the complexity of position tracking in state stores

2022-01-26 Thread John Roesler (Jira)
John Roesler created KAFKA-13622: Summary: Revisit the complexity of position tracking in state stores Key: KAFKA-13622 URL: https://issues.apache.org/jira/browse/KAFKA-13622 Project: Kafka

[jira] [Updated] (KAFKA-13622) Revisit the complexity of position tracking in state stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13622: - Priority: Blocker (was: Major) > Revisit the complexity of position tracking in state stores >

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

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13554: - Priority: Blocker (was: Major) > Rename RangeQuery to KeyRangeQuery > -

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

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13554: - Affects Version/s: 3.2.0 > Rename RangeQuery to KeyRangeQuery >

[jira] [Updated] (KAFKA-13526) IQv2: Consider more generic logic for mapping between binary and typed queries

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13526: - Affects Version/s: 3.2.0 > IQv2: Consider more generic logic for mapping between binary and type

[jira] [Updated] (KAFKA-13548) IQv2: revisit WindowKeyQuery and WindowRangeQuery

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13548: - Affects Version/s: 3.2.0 > IQv2: revisit WindowKeyQuery and WindowRangeQuery > -

[jira] [Updated] (KAFKA-13523) Implement IQv2 support in global stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13523: - Priority: Blocker (was: Major) > Implement IQv2 support in global stores >

[jira] [Updated] (KAFKA-13541) Make IQv2 query/store interface type safe

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13541: - Priority: Blocker (was: Major) > Make IQv2 query/store interface type safe > --

[jira] [Updated] (KAFKA-13622) Revisit the complexity of position tracking in state stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13622: - Affects Version/s: 3.2.0 > Revisit the complexity of position tracking in state stores > ---

[jira] [Updated] (KAFKA-13541) Make IQv2 query/store interface type safe

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13541: - Affects Version/s: 3.2.0 > Make IQv2 query/store interface type safe > -

[jira] [Updated] (KAFKA-13548) IQv2: revisit WindowKeyQuery and WindowRangeQuery

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13548: - Priority: Blocker (was: Major) > IQv2: revisit WindowKeyQuery and WindowRangeQuery > --

[jira] [Updated] (KAFKA-13526) IQv2: Consider more generic logic for mapping between binary and typed queries

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13526: - Priority: Blocker (was: Major) > IQv2: Consider more generic logic for mapping between binary a

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-26 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r793249432 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java ## @@ -85,8 +85,23 @@ * @throws IllegalStateException

[jira] [Updated] (KAFKA-13523) Implement IQv2 support in global stores

2022-01-26 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-13523: - Affects Version/s: 3.2.0 > Implement IQv2 support in global stores > ---

[GitHub] [kafka] dajac merged pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

2022-01-26 Thread GitBox
dajac merged pull request #11714: URL: https://github.com/apache/kafka/pull/11714 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...

[jira] [Resolved] (KAFKA-13614) Leader replication quota is applied to consumer fetches

2022-01-26 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13614. - Fix Version/s: 3.2.0 Reviewer: David Jacot Resolution: Fixed > Leader replicatio

[jira] [Updated] (KAFKA-13619) zookeeper.sync.time.ms is no longer used

2022-01-26 Thread Tomonari Yamashita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomonari Yamashita updated KAFKA-13619: --- Description: - zookeeper.sync.time.ms is no longer used. But it is present in the d

[jira] [Updated] (KAFKA-13619) zookeeper.sync.time.ms is no longer used

2022-01-26 Thread Tomonari Yamashita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomonari Yamashita updated KAFKA-13619: --- Description: - zookeeper.sync.time.ms is no longer used. But it is present in the d