[jira] [Commented] (KAFKA-12534) kafka-configs does not work with ssl enabled kafka broker.

2021-03-28 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310435#comment-17310435 ] kaushik srinivas commented on KAFKA-12534: -- Hi [~ijuma] Need your help here. > kafka-configs

[jira] [Commented] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-28 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310434#comment-17310434 ] kaushik srinivas commented on KAFKA-12530: -- Any inputs for this please ? > kafka-configs.sh

[GitHub] [kafka] guozhangwang commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
guozhangwang commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r603011034 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -155,40 +155,55 @@ void

[jira] [Commented] (KAFKA-9552) Stream should handle OutOfSequence exception thrown from Producer

2021-03-28 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310408#comment-17310408 ] Guozhang Wang commented on KAFKA-9552: -- There are some discussions in the past. In

[GitHub] [kafka] highluck commented on pull request #10302: KAFKA-7785: move internal DefaultPartitionGrouper

2021-03-28 Thread GitBox
highluck commented on pull request #10302: URL: https://github.com/apache/kafka/pull/10302#issuecomment-809023212 @mjsax thanks I've updated the code -- 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] Alee4738 commented on pull request #10423: MINOR website quickstart, fix typo

2021-03-28 Thread GitBox
Alee4738 commented on pull request #10423: URL: https://github.com/apache/kafka/pull/10423#issuecomment-809018138 It's already fixed in this repo -- 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

[GitHub] [kafka] showuon commented on pull request #10301: KAFKA-9831: increase max.poll.interval.ms to avoid unexpected rebalance

2021-03-28 Thread GitBox
showuon commented on pull request #10301: URL: https://github.com/apache/kafka/pull/10301#issuecomment-809017631 @mjsax , thanks for your comments. I've updated in this commit: https://github.com/apache/kafka/pull/10301/commits/8fb7221906921602189071aec14322d1e07ec8c4. Thank you. --

[GitHub] [kafka] showuon commented on a change in pull request #10301: KAFKA-9831: increase max.poll.interval.ms to avoid unexpected rebalance

2021-03-28 Thread GitBox
showuon commented on a change in pull request #10301: URL: https://github.com/apache/kafka/pull/10301#discussion_r602972629 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/EosIntegrationTest.java ## @@ -121,6 +121,8 @@ private static final

[GitHub] [kafka] hachikuji commented on pull request #10398: MINOR: Fix newly added flaky test `testClientSideTimeoutAfterFailureTest`

2021-03-28 Thread GitBox
hachikuji commented on pull request #10398: URL: https://github.com/apache/kafka/pull/10398#issuecomment-809009401 Here is a build that failed because of the underlying issue: https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-10422/1 ``` 14:10:37 > Task :clients:unitTest

[GitHub] [kafka] mjsax commented on pull request #10423: MINOR website quickstart, fix typo

2021-03-28 Thread GitBox
mjsax commented on pull request #10423: URL: https://github.com/apache/kafka/pull/10423#issuecomment-809005857 @Alee4738 I the typo in the Kafka Streams code example already fixed? Or did your miss to include it in this PR? -- This is an automated message from the Apache Git Service. To

[GitHub] [kafka] mjsax commented on pull request #10302: KAFKA-7785: move internal DefaultPartitionGrouper

2021-03-28 Thread GitBox
mjsax commented on pull request #10302: URL: https://github.com/apache/kafka/pull/10302#issuecomment-809005491 @highluck Feel free to proceed (it would be somewhat double work, but I don't want to "take it away" from you). Happy to merge your PR instead of Guozhang's. -- This is an

[GitHub] [kafka] highluck commented on pull request #10302: KAFKA-7785: move internal DefaultPartitionGrouper

2021-03-28 Thread GitBox
highluck commented on pull request #10302: URL: https://github.com/apache/kafka/pull/10302#issuecomment-809003963 @mjsax If so, can I proceed? -- 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

[GitHub] [kafka] Alee4738 commented on pull request #10423: MINOR website quickstart, fix typo

2021-03-28 Thread GitBox
Alee4738 commented on pull request #10423: URL: https://github.com/apache/kafka/pull/10423#issuecomment-809001234 Related PR in kafka-site: https://github.com/apache/kafka-site/pull/338 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka] Alee4738 opened a new pull request #10423: MINOR website quickstart, fix typo

2021-03-28 Thread GitBox
Alee4738 opened a new pull request #10423: URL: https://github.com/apache/kafka/pull/10423 ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] Verify documentation (including upgrade

[jira] [Updated] (KAFKA-12569) Clean up usage of commit flags in StateMachineTask

2021-03-28 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-12569: --- Description: The TaskManagerTest uses the StateMachineTask which extends

[jira] [Created] (KAFKA-12569) Clean up usage of commit flags in StateMachineTask

2021-03-28 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-12569: -- Summary: Clean up usage of commit flags in StateMachineTask Key: KAFKA-12569 URL: https://issues.apache.org/jira/browse/KAFKA-12569 Project: Kafka

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602949029 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -494,8 +494,12 @@ public void

[GitHub] [kafka] mjsax commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
mjsax commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602948339 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -494,8 +494,12 @@ public void postCommit(final

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602947595 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -972,42 +1006,53 @@ void

[GitHub] [kafka] mjsax commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
mjsax commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602947603 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -509,30 +527,46 @@ void handleRevocation(final

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602815829 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -155,40 +155,48 @@ void

[jira] [Commented] (KAFKA-12453) Guidance on whether a topology is eligible for optimisation

2021-03-28 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310300#comment-17310300 ] A. Sophie Blee-Goldman commented on KAFKA-12453: You literally wrote a test called

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602939561 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602938154 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602938154 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602938154 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602939561 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602940025 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602939561 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602938154 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602937899 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602937808 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java ## @@ -816,6 +817,106 @@ public void

[GitHub] [kafka] MarcoLotz commented on pull request #10131: KAFKA-5146 / move kafka-streams example to a new module

2021-03-28 Thread GitBox
MarcoLotz commented on pull request #10131: URL: https://github.com/apache/kafka/pull/10131#issuecomment-808963914 Thank you for pointing the directions @mjsax. Updated those files. Since it's not API related, I've used another paragraph on streams/upgrade-guide.html -- This is an

[GitHub] [kafka] ableegoldman commented on a change in pull request #10407: KAFKA-12523: handle TaskCorruption during handleCorruption and handleRevocation

2021-03-28 Thread GitBox
ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602935453 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -972,42 +1004,60 @@ void

[jira] [Commented] (KAFKA-4559) Add a site search bar on the Web site

2021-03-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310278#comment-17310278 ] ASF GitHub Bot commented on KAFKA-4559: --- mjsax closed pull request #143: URL:

[jira] [Commented] (KAFKA-4559) Add a site search bar on the Web site

2021-03-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310279#comment-17310279 ] ASF GitHub Bot commented on KAFKA-4559: --- mjsax commented on pull request #143: URL:

[jira] [Resolved] (KAFKA-7106) Remove segment/segmentInterval from Window definition

2021-03-28 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-7106. -- Resolution: Fixed > Remove segment/segmentInterval from Window definition >

[GitHub] [kafka] guozhangwang merged pull request #10378: KAFKA-7106: remove deprecated Windows APIs

2021-03-28 Thread GitBox
guozhangwang merged pull request #10378: URL: https://github.com/apache/kafka/pull/10378 -- 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. For queries about this service,

[jira] [Resolved] (KAFKA-12562) Remove deprecated-overloaded "KafkaStreams#metadataForKey" and "KafkaStreams#store"

2021-03-28 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-12562. --- Resolution: Fixed > Remove deprecated-overloaded "KafkaStreams#metadataForKey" and >

[GitHub] [kafka] guozhangwang merged pull request #10412: KAFKA-12562: Remove deprecated APIs in KafkaStreams and returned state classes

2021-03-28 Thread GitBox
guozhangwang merged pull request #10412: URL: https://github.com/apache/kafka/pull/10412 -- 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. For queries about this service,

[GitHub] [kafka] hachikuji opened a new pull request #10422: MINOR: Improve reproducability of raft simulation tests

2021-03-28 Thread GitBox
hachikuji opened a new pull request #10422: URL: https://github.com/apache/kafka/pull/10422 When a `@Property` tests fail, jqwik helpfully reports the initial seed that resulted in the failure. For example, if we are executing a test scenario 100 times and it fails on the 51st run, then

[GitHub] [kafka] mjsax commented on pull request #10131: KAFKA-5146 / move kafka-streams example to a new module

2021-03-28 Thread GitBox
mjsax commented on pull request #10131: URL: https://github.com/apache/kafka/pull/10131#issuecomment-808941959 @MarcoLotz Overall LGTM -- but as mentioned by @ijuma (cf https://github.com/apache/kafka/pull/10131#discussion_r586670861) we should add a comment to the upgrade note (ie, in

[GitHub] [kafka] ijuma commented on a change in pull request #10404: KAFKA-12557: Fix hanging KafkaAdminClientTest

2021-03-28 Thread GitBox
ijuma commented on a change in pull request #10404: URL: https://github.com/apache/kafka/pull/10404#discussion_r602916225 ## File path: clients/src/test/java/org/apache/kafka/clients/admin/AdminClientUnitTestEnv.java ## @@ -113,6 +114,9 @@ public MockClient kafkaClient() {

[GitHub] [kafka] mjsax commented on a change in pull request #10380: KAFKA-12527: Remove deprecated PartitionGrouper

2021-03-28 Thread GitBox
mjsax commented on a change in pull request #10380: URL: https://github.com/apache/kafka/pull/10380#discussion_r602915785 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultPartitionGrouper.java ## @@ -31,16 +32,13 @@ import

[GitHub] [kafka] mjsax commented on pull request #10302: KAFKA-7785: move internal DefaultPartitionGrouper

2021-03-28 Thread GitBox
mjsax commented on pull request #10302: URL: https://github.com/apache/kafka/pull/10302#issuecomment-808940415 I think we should have only one PR -- not sure why you did pick it up Guozhang? The ticket was clearly assigned to @highluck @highluck -- the ticket is about _removing_

[GitHub] [kafka] mjsax commented on pull request #10413: MINOR: fix the wrong/missing anchor caused link error

2021-03-28 Thread GitBox
mjsax commented on pull request #10413: URL: https://github.com/apache/kafka/pull/10413#issuecomment-808939896 Thanks @showuon! -- 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

[GitHub] [kafka] mjsax merged pull request #10413: MINOR: fix the wrong/missing anchor caused link error

2021-03-28 Thread GitBox
mjsax merged pull request #10413: URL: https://github.com/apache/kafka/pull/10413 -- 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. For queries about this service, please

[GitHub] [kafka] mjsax merged pull request #10420: MINOR: update Streams upgrade notes with removed APIs

2021-03-28 Thread GitBox
mjsax merged pull request #10420: URL: https://github.com/apache/kafka/pull/10420 -- 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. For queries about this service, please

[GitHub] [kafka] guozhangwang commented on pull request #10421: KAFKA-12568: Remove deprecated APIs in KStream, KTable and Joined

2021-03-28 Thread GitBox
guozhangwang commented on pull request #10421: URL: https://github.com/apache/kafka/pull/10421#issuecomment-808937689 Bumped into https://issues.apache.org/jira/browse/KAFKA-12557, there's a PR fixing it already. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] guozhangwang commented on pull request #10378: KAFKA-7106: remove deprecated Windows APIs

2021-03-28 Thread GitBox
guozhangwang commented on pull request #10378: URL: https://github.com/apache/kafka/pull/10378#issuecomment-808937641 Bumped into https://issues.apache.org/jira/browse/KAFKA-12557, there's a PR fixing it already. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] guozhangwang commented on pull request #10412: KAFKA-12562: Remove deprecated APIs in KafkaStreams and returned state classes

2021-03-28 Thread GitBox
guozhangwang commented on pull request #10412: URL: https://github.com/apache/kafka/pull/10412#issuecomment-808937665 Bumped into https://issues.apache.org/jira/browse/KAFKA-12557, there's a PR fixing it already. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Assigned] (KAFKA-12521) Expand coverage of integration tests with more realistic applications

2021-03-28 Thread Aviral Srivastava (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviral Srivastava reassigned KAFKA-12521: - Assignee: Aviral Srivastava > Expand coverage of integration tests with more

[GitHub] [kafka] mjsax commented on a change in pull request #10301: KAFKA-9831: increase max.poll.interval.ms to avoid unexpected rebalance

2021-03-28 Thread GitBox
mjsax commented on a change in pull request #10301: URL: https://github.com/apache/kafka/pull/10301#discussion_r602910027 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/EosIntegrationTest.java ## @@ -379,19 +382,21 @@ public void

[GitHub] [kafka] showuon commented on pull request #10301: KAFKA-9831: increase max.poll.interval.ms to avoid unexpected rebalance

2021-03-28 Thread GitBox
showuon commented on pull request #10301: URL: https://github.com/apache/kafka/pull/10301#issuecomment-808858488 @mjsax @cadonna , could you review this PR? I was just reading @cadonna 's good article about the rockDB performance tuning, and found it make sure my fix is reasonable here.