[GitHub] [kafka] showuon commented on a diff in pull request #13275: KAFKA-14522 Rewrite/Move of RemoteIndexCache to storage module.

2023-02-18 Thread via GitHub
showuon commented on code in PR #13275: URL: https://github.com/apache/kafka/pull/13275#discussion_r157501 ## storage/src/main/java/org/apache/kafka/storage/internals/log/RemoteIndexCache.java: ## @@ -0,0 +1,398 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[jira] [Commented] (KAFKA-14295) FetchMessageConversionsPerSec meter not recorded

2023-02-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690821#comment-17690821 ] Chia-Ping Tsai commented on KAFKA-14295: I encountered this issue too. [~david.m

[GitHub] [kafka] rondagostino commented on pull request #13273: KAFKA-14731: Upgrade ZooKeeper to 3.6.4

2023-02-18 Thread via GitHub
rondagostino commented on PR #13273: URL: https://github.com/apache/kafka/pull/13273#issuecomment-1435742626 Ran all failing unit/integration tests locally, and they passed: ``` DynamicBrokerReconfigurationTest KafkaServerKRaftRegistrationTest TransactionsTest MirrorConnectorsW

[GitHub] [kafka] ijuma commented on a diff in pull request #13255: KAFKA 14714: Move/Rewrite RollParams, LogAppendInfo, and LeaderHwChange to storage module.

2023-02-18 Thread via GitHub
ijuma commented on code in PR #13255: URL: https://github.com/apache/kafka/pull/13255#discussion_r041567 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogAppendInfo.java: ## @@ -0,0 +1,320 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [kafka] yashmayya opened a new pull request, #13276: KAFKA-14732: Use an exponential backoff retry mechanism while reconfiguring connector tasks

2023-02-18 Thread via GitHub
yashmayya opened a new pull request, #13276: URL: https://github.com/apache/kafka/pull/13276 - Kafka Connect in distributed mode currently retries infinitely with a fixed retry backoff (`250 ms`) in case of errors arising during connector task reconfiguration. - Tasks can be "reconfigure

[jira] [Updated] (KAFKA-14680) Gradle version upgrade 7 -->> 8

2023-02-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Stojadinović updated KAFKA-14680: --- Description: +*Gradle 8 release notes:*+ * *8.0* ** [https://github.com/gradle/gra

[jira] [Updated] (KAFKA-14680) Gradle version upgrade 7 -->> 8

2023-02-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Stojadinović updated KAFKA-14680: --- Description: +*Gradle 8 release notes:*+ * {*}{{*}}{*}8.0:{*} ** [https://github.c

[jira] [Updated] (KAFKA-14680) Gradle version upgrade 7 -->> 8

2023-02-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Stojadinović updated KAFKA-14680: --- Description: +*Gradle 8 release notes:*+ * {*}{{*}}{*}8.0:{*} ** [https://github.c

[jira] [Created] (KAFKA-14732) Use an exponential backoff retry mechanism while reconfiguring connector tasks

2023-02-18 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-14732: -- Summary: Use an exponential backoff retry mechanism while reconfiguring connector tasks Key: KAFKA-14732 URL: https://issues.apache.org/jira/browse/KAFKA-14732 Project: K

[GitHub] [kafka] dejan2609 commented on pull request #13205: KAFKA-14680: gradle version upgrade 7 -->> 8

2023-02-18 Thread via GitHub
dejan2609 commented on PR #13205: URL: https://github.com/apache/kafka/pull/13205#issuecomment-1435650269 Update: there are some new issues with Gradle 8.0.1; I will try to investigate that also. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [kafka] satishd opened a new pull request, #13275: KAFKA-14522 Rewrite/Move of RemoteIndexCache to storage module.

2023-02-18 Thread via GitHub
satishd opened a new pull request, #13275: URL: https://github.com/apache/kafka/pull/13275 KAFKA-14522 Rewrite/Move of RemoteIndexCache to the storage module. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage

[GitHub] [kafka] satishd commented on pull request #13255: KAFKA 14714: Move/Rewrite RollParams, LogAppendInfo, and LeaderHwChange to storage module.

2023-02-18 Thread via GitHub
satishd commented on PR #13255: URL: https://github.com/apache/kafka/pull/13255#issuecomment-1435647234 >Are the test failures and timeout related to this PR? @junrao Those failures are not related to the PR. I pushed an empty commit to trigger the build/test jobs again. -- This is an

[GitHub] [kafka] satishd commented on a diff in pull request #13255: KAFKA 14714: Move/Rewrite RollParams, LogAppendInfo, and LeaderHwChange to storage module.

2023-02-18 Thread via GitHub
satishd commented on code in PR #13255: URL: https://github.com/apache/kafka/pull/13255#discussion_r1110984600 ## core/src/test/scala/other/kafka/StressTestLog.scala: ## @@ -123,7 +123,8 @@ object StressTestLog { class WriterThread(val log: UnifiedLog) extends WorkerThread wi