[jira] [Assigned] (KAFKA-13431) Sink Connectors: Support topic-mutating SMTs for async connectors (preCommit users)

2022-08-21 Thread Yash Mayya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yash Mayya reassigned KAFKA-13431: -- Assignee: Yash Mayya (was: Diego Erdody) > Sink Connectors: Support topic-mutating SMTs for

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

2022-08-21 Thread GitBox
ashmeet13 commented on code in PR #12414: URL: https://github.com/apache/kafka/pull/12414#discussion_r951002747 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -1914,6 +1915,7 @@ public CompletableFuture> createPartitions( }); }

[jira] [Comment Edited] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-08-21 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582710#comment-17582710 ] Sagar Rao edited comment on KAFKA-12495 at 8/22/22 3:46 AM: Thanks

[jira] [Commented] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-08-21 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582710#comment-17582710 ] Sagar Rao commented on KAFKA-12495: --- Thanks [~showuon] for your comments.  Regarding the new draft

[GitHub] [kafka] dengziming commented on a diff in pull request #12414: KAFKA-14073 Logging the reason for Snapshot

2022-08-21 Thread GitBox
dengziming commented on code in PR #12414: URL: https://github.com/apache/kafka/pull/12414#discussion_r950979470 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -1914,6 +1915,7 @@ public CompletableFuture> createPartitions( });

[jira] [Comment Edited] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-08-21 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582706#comment-17582706 ] Luke Chen edited comment on KAFKA-12495 at 8/22/22 3:08 AM: Sorry for the

[jira] [Commented] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-08-21 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582706#comment-17582706 ] Luke Chen commented on KAFKA-12495: --- Sorry for the delay. My thoughts are below   > `I should note

[GitHub] [kafka] RivenSun2 commented on pull request #12539: MINOR: Modify the error log level in SaslChannelBuilder

2022-08-21 Thread GitBox
RivenSun2 commented on PR #12539: URL: https://github.com/apache/kafka/pull/12539#issuecomment-1221692785 Hi @showuon could you help review this PR? Thanks. -- 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] songnon commented on a diff in pull request #12543: KAFKA-10149: Allow auto preferred leader election for partitions are not being reassigned

2022-08-21 Thread GitBox
songnon commented on code in PR #12543: URL: https://github.com/apache/kafka/pull/12543#discussion_r950920059 ## core/src/test/scala/unit/kafka/controller/ControllerIntegrationTest.scala: ## @@ -490,6 +490,41 @@ class ControllerIntegrationTest extends QuorumTestHarness {

[jira] [Commented] (KAFKA-14000) Kafka-connect standby server shows empty tasks list

2022-08-21 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582583#comment-17582583 ] Sagar Rao commented on KAFKA-14000: --- [~ChrisEgerton] , Oh yeah.. Sorry I missed that. Thanks for

[jira] [Updated] (KAFKA-14172) bug: State stores lose state when tasks are reassigned under EOS wit…

2022-08-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-14172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Hørslev updated KAFKA-14172: --- Summary: bug: State stores lose state when tasks are reassigned under EOS wit… (was: bug:

[jira] [Commented] (KAFKA-14000) Kafka-connect standby server shows empty tasks list

2022-08-21 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582582#comment-17582582 ] Chris Egerton commented on KAFKA-14000: --- [~sagarrao] we do not recommend that the status topic use

[GitHub] [kafka] ginaluca opened a new pull request, #12546: KAFKA-14081: Cannot get my MetricsReporter implementation to receive meaningful metrics

2022-08-21 Thread GitBox
ginaluca opened a new pull request, #12546: URL: https://github.com/apache/kafka/pull/12546 Updated Javadoc on `MetricsReporter` to make the semantic of the `metricsChange()` method more clear. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] showuon commented on pull request #12542: MINOR: Fix locking in GroupMetadataManager's metrics

2022-08-21 Thread GitBox
showuon commented on PR #12542: URL: https://github.com/apache/kafka/pull/12542#issuecomment-1221539556 I can't see where's the difference between `synchronized` and `inLock`, either. Could you please explain more? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] LinShunKang opened a new pull request, #12545: Perf: Reduce Fetcher#parseRecord() memory copy

2022-08-21 Thread GitBox
LinShunKang opened a new pull request, #12545: URL: https://github.com/apache/kafka/pull/12545 # Motivation * Reduce `Fetcher#parseRecord()` memory copy: we can direct use ByteBuffer instead of byte[] to deserialize. # Proposed Change * `Deserializer` add default method

[GitHub] [kafka] mdedetrich commented on pull request #12475: MINOR; Update scalafmt to latest version

2022-08-21 Thread GitBox
mdedetrich commented on PR #12475: URL: https://github.com/apache/kafka/pull/12475#issuecomment-1221538822 @ijuma So I have added a commit which adds a workaround for the Scala runtime conflict issues. The CI is failing but it appears it's not using the updated `Jenkinsfile` in the commit

[jira] [Commented] (KAFKA-14015) ConfigProvider with ttl fails to restart tasks

2022-08-21 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17582519#comment-17582519 ] Sagar Rao commented on KAFKA-14015: --- [~rozza] , Thanks for filing this issue. There seems to be a