[GitHub] [kafka] artemlivshits commented on a diff in pull request #12570: KAFKA-14156: Built-in partitioner may create suboptimal batches

2022-09-06 Thread GitBox
artemlivshits commented on code in PR #12570: URL: https://github.com/apache/kafka/pull/12570#discussion_r964385141 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java: ## @@ -378,6 +415,16 @@ private MemoryRecordsBuilder

[GitHub] [kafka] ashmeet13 commented on pull request #12414: KAFKA-14073 Logging the reason for Snapshot

2022-09-06 Thread GitBox
ashmeet13 commented on PR #12414: URL: https://github.com/apache/kafka/pull/12414#issuecomment-1238875586 Hi @jsancio could you please review this PR? Sorry for the multiple changes this has requires. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] showuon commented on a diff in pull request #12596: KAFKA-14203 Don't make snapshots on broker after metadata errors

2022-09-06 Thread GitBox
showuon commented on code in PR #12596: URL: https://github.com/apache/kafka/pull/12596#discussion_r964347667 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -41,8 +43,19 @@ class BrokerMetadataListener( val maxBytesBetweenSnapshots: Long,

[GitHub] [kafka] ijuma merged pull request #12588: MINOR: Enable "abort previous builds" for PRs

2022-09-06 Thread GitBox
ijuma merged PR #12588: URL: https://github.com/apache/kafka/pull/12588 -- 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:

[GitHub] [kafka] ijuma commented on pull request #12588: MINOR: Enable "abort previous builds" for PRs

2022-09-06 Thread GitBox
ijuma commented on PR #12588: URL: https://github.com/apache/kafka/pull/12588#issuecomment-1238861151 I verified that the build was aborted as expected when there's a new commit: https://user-images.githubusercontent.com/24747/188781201-59fc1ec1-41ea-4575-8843-52719e3dfe18.png;>

[GitHub] [kafka] ijuma merged pull request #12592: MINOR: Fix comment in Exit to refer to the right method

2022-09-06 Thread GitBox
ijuma merged PR #12592: URL: https://github.com/apache/kafka/pull/12592 -- 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:

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
guozhangwang commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964339811 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -685,6 +691,7 @@ private void recycleTask(final Task task,

[GitHub] [kafka] guozhangwang commented on pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
guozhangwang commented on PR #12583: URL: https://github.com/apache/kafka/pull/12583#issuecomment-1238855791 LGTM! Thanks @cadonna . No more major comments. -- 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] showuon commented on a diff in pull request #12595: KAFKA-14204: QuorumController must correctly handle overly large batches

2022-09-06 Thread GitBox
showuon commented on code in PR #12595: URL: https://github.com/apache/kafka/pull/12595#discussion_r964335502 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -1148,19 +1225,12 @@ private void renounce() {

[jira] [Comment Edited] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601095#comment-17601095 ] Luke Chen edited comment on KAFKA-14196 at 9/7/22 1:49 AM: --- [~pnee]  # I

[jira] [Commented] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601095#comment-17601095 ] Luke Chen commented on KAFKA-14196: --- [~pnee]  # I don't think we need to pause the fetch if the

[GitHub] [kafka] jsancio commented on a diff in pull request #12596: KAFKA-14203 Don't make snapshots on broker after metadata errors

2022-09-06 Thread GitBox
jsancio commented on code in PR #12596: URL: https://github.com/apache/kafka/pull/12596#discussion_r964302029 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -41,8 +43,19 @@ class BrokerMetadataListener( val maxBytesBetweenSnapshots: Long,

[GitHub] [kafka] jsancio opened a new pull request, #12597: KAFKA-14205; Document how to replace the disk for the KRaft Controller

2022-09-06 Thread GitBox
jsancio opened a new pull request, #12597: URL: https://github.com/apache/kafka/pull/12597 Document process for recovering and formatting the metadata log directory for the KRaft controller. ### Committer Checklist (excluded from commit message) - [ ] Verify design and

[GitHub] [kafka] cmccabe commented on a diff in pull request #12596: KAFKA-14203 Don't make snapshots on broker after metadata errors

2022-09-06 Thread GitBox
cmccabe commented on code in PR #12596: URL: https://github.com/apache/kafka/pull/12596#discussion_r964237398 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -147,7 +160,9 @@ class BrokerMetadataListener( private def maybeStartSnapshot():

[GitHub] [kafka] mumrah commented on a diff in pull request #12596: KAFKA-14203 Don't make snapshots on broker after metadata errors

2022-09-06 Thread GitBox
mumrah commented on code in PR #12596: URL: https://github.com/apache/kafka/pull/12596#discussion_r964234278 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -147,7 +160,9 @@ class BrokerMetadataListener( private def maybeStartSnapshot():

[GitHub] [kafka] mumrah opened a new pull request, #12596: KAFKA-14203 Don't make snapshots on broker after metadata errors

2022-09-06 Thread GitBox
mumrah opened a new pull request, #12596: URL: https://github.com/apache/kafka/pull/12596 When we encounter an error while processing metadata on the broker, we have a "best effort" strategy (log the error and continue). One problem with this is that the broker's metadata state (in

[jira] [Created] (KAFKA-14205) Document how to recover from kraft controller disk failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-14205: -- Summary: Document how to recover from kraft controller disk failure Key: KAFKA-14205 URL: https://issues.apache.org/jira/browse/KAFKA-14205

[GitHub] [kafka] junrao commented on a diff in pull request #12570: KAFKA-14156: Built-in partitioner may create suboptimal batches

2022-09-06 Thread GitBox
junrao commented on code in PR #12570: URL: https://github.com/apache/kafka/pull/12570#discussion_r964182091 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java: ## @@ -378,6 +415,16 @@ private MemoryRecordsBuilder

[jira] [Updated] (KAFKA-14204) QuorumController must correctly handle overly large batches

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14204: --- Affects Version/s: (was: 3.3.0) > QuorumController must

[jira] [Updated] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14197: --- Affects Version/s: 3.3 > Kraft broker fails to startup after topic

[jira] [Updated] (KAFKA-14204) QuorumController must correctly handle overly large batches

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14204: --- Affects Version/s: 3.3.0 > QuorumController must correctly handle

[jira] [Updated] (KAFKA-14204) QuorumController must correctly handle overly large batches

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14204: --- Component/s: controller kraft > QuorumController

[jira] [Updated] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14197: --- Fix Version/s: (was: 3.3.0) > Kraft broker fails to startup

[jira] [Updated] (KAFKA-14204) QuorumController must correctly handle overly large batches

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14204: --- Fix Version/s: 3.3.0 > QuorumController must correctly handle

[GitHub] [kafka] cmccabe commented on pull request #12586: KAFKA-14200: kafka-features.sh must exit with non-zero error code on error

2022-09-06 Thread GitBox
cmccabe commented on PR #12586: URL: https://github.com/apache/kafka/pull/12586#issuecomment-1238657851 > If we're performing multiple feature operations in one invocation, and one fails, we will just see exit code 1 with "1 out of N operation(s) failed". Can you confirm that we'll see

[GitHub] [kafka] cmccabe commented on a diff in pull request #12586: KAFKA-14200: kafka-features.sh must exit with non-zero error code on error

2022-09-06 Thread GitBox
cmccabe commented on code in PR #12586: URL: https://github.com/apache/kafka/pull/12586#discussion_r964178116 ## clients/src/main/java/org/apache/kafka/common/utils/Exit.java: ## @@ -33,14 +33,22 @@ public interface ShutdownHookAdder { private static final Procedure

[jira] [Resolved] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-14197. -- Resolution: Duplicate > Kraft broker fails to startup after topic creation failure >

[GitHub] [kafka] cmccabe opened a new pull request, #12595: KAFKA-14204: QuorumController must correctly handle overly large batches

2022-09-06 Thread GitBox
cmccabe opened a new pull request, #12595: URL: https://github.com/apache/kafka/pull/12595 Originally, the QuorumController did not try to limit the number of records in a batch that it sent to the Raft layer. This caused two problems. Firstly, we were not correctly handling the exception

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964174732 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -685,6 +691,7 @@ private void recycleTask(final Task task,

[jira] [Commented] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600985#comment-17600985 ] Guozhang Wang commented on KAFKA-14196: --- [~pnee] Thanks for reporting this. While reviewing

[GitHub] [kafka] vincent81jiang commented on a diff in pull request #12516: KAFKA-14151: validate offsets of input records before writing them file

2022-09-06 Thread GitBox
vincent81jiang commented on code in PR #12516: URL: https://github.com/apache/kafka/pull/12516#discussion_r964150701 ## core/src/main/scala/kafka/log/LogSegment.scala: ## @@ -176,10 +179,28 @@ class LogSegment private[log] (val log: FileRecords, throw new

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964144146 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -685,6 +691,7 @@ private void recycleTask(final Task task,

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964144146 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -685,6 +691,7 @@ private void recycleTask(final Task task,

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964143315 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -610,73 +610,79 @@ private StreamTask convertStandbyToActive(final

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964139165 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java: ## @@ -867,37 +870,47 @@ void runOnce() { } private void

[GitHub] [kafka] cadonna commented on a diff in pull request #12583: KAFKA-10199: Separate state updater from old restore

2022-09-06 Thread GitBox
cadonna commented on code in PR #12583: URL: https://github.com/apache/kafka/pull/12583#discussion_r964139165 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java: ## @@ -867,37 +870,47 @@ void runOnce() { } private void

[GitHub] [kafka] philipnee commented on pull request #12593: KAFKA-14196: Prevent fetching during the rebalancing

2022-09-06 Thread GitBox
philipnee commented on PR #12593: URL: https://github.com/apache/kafka/pull/12593#issuecomment-1238583494 @dajac - The issue is actually quite complicated, but i'm seeing consumer consuming duplicated records because of the fetching in between the start of async commit and partition revoke

[GitHub] [kafka] philipnee commented on pull request #12593: KAFKA-14196: Prevent fetching during the rebalancing

2022-09-06 Thread GitBox
philipnee commented on PR #12593: URL: https://github.com/apache/kafka/pull/12593#issuecomment-1238575066 sorry.. didn't mean to publish this for review. -- 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

[jira] [Created] (KAFKA-14204) QuorumController must correctly handle overly large batches

2022-09-06 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-14204: Summary: QuorumController must correctly handle overly large batches Key: KAFKA-14204 URL: https://issues.apache.org/jira/browse/KAFKA-14204 Project: Kafka

[GitHub] [kafka] wcarlson5 opened a new pull request, #12594: Minor: When building streams metadata we want to build even if the ho…

2022-09-06 Thread GitBox
wcarlson5 opened a new pull request, #12594: URL: https://github.com/apache/kafka/pull/12594 When building streams metadata we want to build even if the host is empty as it is a common way to find the other host addresses *Summary of testing strategy (including rationale) for

[jira] [Created] (KAFKA-14203) KRaft broker should disable snapshot generation after error replaying the metadata log

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-14203: -- Summary: KRaft broker should disable snapshot generation after error replaying the metadata log Key: KAFKA-14203 URL:

[GitHub] [kafka] dajac commented on pull request #12593: KAFKA-14196: Prevent fetching during the rebalancing

2022-09-06 Thread GitBox
dajac commented on PR #12593: URL: https://github.com/apache/kafka/pull/12593#issuecomment-1238523595 Hum… Isn’t fetching expected during a rebalance in the cooperative mode? Could you elaborate more on the issue that you are trying to solve? -- This is an automated message from the

[GitHub] [kafka] mumrah commented on a diff in pull request #12586: KAFKA-14200: kafka-features.sh must exit with non-zero error code on error

2022-09-06 Thread GitBox
mumrah commented on code in PR #12586: URL: https://github.com/apache/kafka/pull/12586#discussion_r964045673 ## clients/src/main/java/org/apache/kafka/common/utils/Exit.java: ## @@ -33,14 +33,22 @@ public interface ShutdownHookAdder { private static final Procedure

[jira] [Updated] (KAFKA-14200) kafka-features.sh must exit with non-zero error code on error

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14200: --- Fix Version/s: 3.3.0 > kafka-features.sh must exit with non-zero

[GitHub] [kafka] philipnee opened a new pull request, #12593: KAFKA-14196: Prevent fetching during the rebalancing

2022-09-06 Thread GitBox
philipnee opened a new pull request, #12593: URL: https://github.com/apache/kafka/pull/12593 ``` 1203 {"timestamp":1662486291187,"name":"records_consumed","count":2,"partitions":[{"topic":"test_topic","partition":0,"count":2,"minOffset":3566,"maxOffset":3567}]} 1204

[jira] [Commented] (KAFKA-7870) Error sending fetch request (sessionId=1578860481, epoch=INITIAL) to node 2: java.io.IOException: Connection to 2 was disconnected before the response was read.

2022-09-06 Thread Chenxi Zhao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600910#comment-17600910 ] Chenxi Zhao commented on KAFKA-7870: Seeing this on kafka-clients 3.2.0. An observed pattern is that

[jira] [Comment Edited] (KAFKA-7870) Error sending fetch request (sessionId=1578860481, epoch=INITIAL) to node 2: java.io.IOException: Connection to 2 was disconnected before the response was read.

2022-09-06 Thread Chenxi Zhao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600910#comment-17600910 ] Chenxi Zhao edited comment on KAFKA-7870 at 9/6/22 5:37 PM: Seeing this on

[jira] [Comment Edited] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Philip Nee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600897#comment-17600897 ] Philip Nee edited comment on KAFKA-14196 at 9/6/22 5:36 PM: Thanks Luke, per

[GitHub] [kafka] yashmayya commented on a diff in pull request #12478: KAFKA-13952 fix RetryWithToleranceOperator to respect infinite retries configuration

2022-09-06 Thread GitBox
yashmayya commented on code in PR #12478: URL: https://github.com/apache/kafka/pull/12478#discussion_r963990153 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperator.java: ## @@ -268,8 +275,12 @@ void backoff(int attempt, long

[GitHub] [kafka] yashmayya commented on a diff in pull request #12478: KAFKA-13952 fix RetryWithToleranceOperator to respect infinite retries configuration

2022-09-06 Thread GitBox
yashmayya commented on code in PR #12478: URL: https://github.com/apache/kafka/pull/12478#discussion_r963989928 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperatorTest.java: ## @@ -199,112 +202,156 @@ private

[jira] [Commented] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Philip Nee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600897#comment-17600897 ] Philip Nee commented on KAFKA-14196: Thanks Luke, per your suggestion, could you elaborate more

[GitHub] [kafka] gitlw commented on pull request #11285: KAFKA-10548: Implement topic deletion logic with the LeaderAndIsr in KIP-516

2022-09-06 Thread GitBox
gitlw commented on PR #11285: URL: https://github.com/apache/kafka/pull/11285#issuecomment-1238416784 @C0urante Thank you! Yes, I'm still interested and will make an update to this PR within this week. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] jsancio merged pull request #12579: MINOR; Fix LICENSE-binary based on the 3.3 dependencies

2022-09-06 Thread GitBox
jsancio merged PR #12579: URL: https://github.com/apache/kafka/pull/12579 -- 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] [Created] (KAFKA-14202) IQv2: Expose binary store schema to store implementations

2022-09-06 Thread John Roesler (Jira)
John Roesler created KAFKA-14202: Summary: IQv2: Expose binary store schema to store implementations Key: KAFKA-14202 URL: https://issues.apache.org/jira/browse/KAFKA-14202 Project: Kafka

[jira] [Commented] (KAFKA-14201) Consumer should not send group instance ID if committing with empty member ID

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600876#comment-17600876 ] Jose Armando Garcia Sancio commented on KAFKA-14201: [~hachikuji] [~dajac] Is this a

[jira] [Commented] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600874#comment-17600874 ] Jose Armando Garcia Sancio commented on KAFKA-14197: We should get this fixed in

[jira] [Resolved] (KAFKA-14179) Improve docs/upgrade.html to talk about metadata.version upgrades

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio resolved KAFKA-14179. Fix Version/s: (was: 3.3.0) Resolution: Duplicate >

[jira] [Updated] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14197: --- Fix Version/s: 3.3.0 > Kraft broker fails to startup after topic

[jira] [Updated] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14197: --- Priority: Blocker (was: Major) > Kraft broker fails to startup

[GitHub] [kafka] C0urante commented on pull request #11285: KAFKA-10548: Implement topic deletion logic with the LeaderAndIsr in KIP-516

2022-09-06 Thread GitBox
C0urante commented on PR #11285: URL: https://github.com/apache/kafka/pull/11285#issuecomment-1238362604 @gitlw Are you still interested in pursuing this fix? I can provide a round of review if so. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] ijuma opened a new pull request, #12592: MINOR: Fix comment in Exit.java to refer to the right method

2022-09-06 Thread GitBox
ijuma opened a new pull request, #12592: URL: https://github.com/apache/kafka/pull/12592 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes)

[GitHub] [kafka] ijuma commented on pull request #12588: MINOR: Enable "abort previous builds" for PRs

2022-09-06 Thread GitBox
ijuma commented on PR #12588: URL: https://github.com/apache/kafka/pull/12588#issuecomment-1238353652 @showuon This only affects commits within a PR, so I don't think your concern applies here. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (KAFKA-10548) Implement deletion logic for LeaderAndIsrRequests

2022-09-06 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-10548: -- Description: This will allow for specialized deletion logic when receiving

[GitHub] [kafka] cmccabe commented on pull request #12586: KAFKA-14200: kafka-features.sh must exit with non-zero error code on error

2022-09-06 Thread GitBox
cmccabe commented on PR #12586: URL: https://github.com/apache/kafka/pull/12586#issuecomment-1238332467 Test failures look like unrelated flakes. -- 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

[jira] [Commented] (KAFKA-14197) Kraft broker fails to startup after topic creation failure

2022-09-06 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600844#comment-17600844 ] Colin McCabe commented on KAFKA-14197: -- {quote}And one silly question: Why don't we do renounce for

[GitHub] [kafka] rondagostino commented on a diff in pull request #12587: [WIP] MINOR: Use named class for ExpiringCredential to improve `principalLogText()` output

2022-09-06 Thread GitBox
rondagostino commented on code in PR #12587: URL: https://github.com/apache/kafka/pull/12587#discussion_r963820227 ## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/expiring/ExpiringCredentialRefreshingLogin.java: ## @@ -421,17 +419,17 @@ private

[GitHub] [kafka] junrao commented on pull request #12570: KAFKA-14156: Built-in partitioner may create suboptimal batches

2022-09-06 Thread GitBox
junrao commented on PR #12570: URL: https://github.com/apache/kafka/pull/12570#issuecomment-1238270117 @artemlivshits : Thanks for the reply. Could you share some perf results with this PR? It would be useful to test for both 0 and non-zero linger. -- This is an automated message from

[GitHub] [kafka] vamossagar12 commented on pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-09-06 Thread GitBox
vamossagar12 commented on PR #12561: URL: https://github.com/apache/kafka/pull/12561#issuecomment-1238247255 > The changes look good. Left some comments. Also, could you re-enable the test in `RebalanceSourceConnectorsIntegrationTest#testMultipleWorkersRejoining`? This fix should resolve

[GitHub] [kafka] C0urante commented on a diff in pull request #12478: KAFKA-13952 fix RetryWithToleranceOperator to respect infinite retries configuration

2022-09-06 Thread GitBox
C0urante commented on code in PR #12478: URL: https://github.com/apache/kafka/pull/12478#discussion_r963794209 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperatorTest.java: ## @@ -199,112 +202,156 @@ private

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-09-06 Thread GitBox
vamossagar12 commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r963789374 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignor.java: ## @@ -520,6 +554,9 @@ protected void

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-09-06 Thread GitBox
vamossagar12 commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r963791864 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignorTest.java: ## @@ -118,6 +118,152 @@ public void

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-09-06 Thread GitBox
vamossagar12 commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r963789374 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignor.java: ## @@ -520,6 +554,9 @@ protected void

[jira] [Assigned] (KAFKA-14201) Consumer should not send group instance ID if committing with empty member ID

2022-09-06 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-14201: --- Assignee: David Jacot > Consumer should not send group instance ID if committing with

[GitHub] [kafka] C0urante commented on a diff in pull request #12478: KAFKA-13952 fix RetryWithToleranceOperator to respect infinite retries configuration

2022-09-06 Thread GitBox
C0urante commented on code in PR #12478: URL: https://github.com/apache/kafka/pull/12478#discussion_r963777991 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperator.java: ## @@ -268,8 +275,12 @@ void backoff(int attempt, long

[jira] [Commented] (KAFKA-14201) Consumer should not send group instance ID if committing with empty member ID

2022-09-06 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600784#comment-17600784 ] Ismael Juma commented on KAFKA-14201: - If it's reasonably simple, it does make sense to do it on

[GitHub] [kafka] divijvaidya opened a new pull request, #12591: MINOR: Replace usage of File.createTempFile() with TestUtils.tempFile()

2022-09-06 Thread GitBox
divijvaidya opened a new pull request, #12591: URL: https://github.com/apache/kafka/pull/12591 **Why** Current set of integration tests leak files in the `/tmp` directory which makes it cumbersome if you don't restart the machine often. **Fix** Replace the usage of

[jira] [Commented] (KAFKA-9543) Consumer offset reset after new segment rolling

2022-09-06 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600773#comment-17600773 ] Ismael Juma commented on KAFKA-9543: I updated the fix version for KAFKA-9838, the commit was

[jira] [Updated] (KAFKA-9838) Add additional log concurrency test cases

2022-09-06 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-9838: --- Fix Version/s: 2.4.2 2.5.1 > Add additional log concurrency test cases >

[GitHub] [kafka] C0urante merged pull request #12568: KAFKA-14015: StandaloneHerder::restartConnector should reconfigure tasks if configs have been changed

2022-09-06 Thread GitBox
C0urante merged PR #12568: URL: https://github.com/apache/kafka/pull/12568 -- 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] [Updated] (KAFKA-14133) Remaining EasyMock to Mockito tests

2022-09-06 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-14133: -- Description: {color:#de350b}There are tests which use both PowerMock and EasyMock. I have

[jira] [Commented] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600675#comment-17600675 ] Luke Chen commented on KAFKA-14196: --- [~pnee] , thanks for the analysis. Yes, we forgot about during

[jira] [Comment Edited] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2022-09-06 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600675#comment-17600675 ] Luke Chen edited comment on KAFKA-14196 at 9/6/22 8:50 AM: --- [~pnee] , thanks

[jira] [Commented] (KAFKA-6599) KTable KTable join semantics violated when caching enabled

2022-09-06 Thread Jan Filipiak (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600611#comment-17600611 ] Jan Filipiak commented on KAFKA-6599: - Just jumping in here as I'm prepping with this included now.

[GitHub] [kafka] showuon commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-09-06 Thread GitBox
showuon commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r963289740 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignorTest.java: ## @@ -843,12 +1002,6 @@ public void