[jira] [Created] (KAFKA-15011) Single step upgrade of Kafka

2023-05-21 Thread Swathi Mocharla (Jira)
Swathi Mocharla created KAFKA-15011: --- Summary: Single step upgrade of Kafka Key: KAFKA-15011 URL: https://issues.apache.org/jira/browse/KAFKA-15011 Project: Kafka Issue Type: Wish

[GitHub] [kafka] mjsax commented on pull request #13734: KAFKA-14862 (HOTFIX): Fix ConcurrentModificationException

2023-05-21 Thread via GitHub
mjsax commented on PR #13734: URL: https://github.com/apache/kafka/pull/13734#issuecomment-1556308970 Cherry-picked to trunk and `3.5` branch for now. -- Also pinged @showuon about `3.4` -- this we need a new RC for this hotfix to avoid introducing a very bad regression. -- This is an

[GitHub] [kafka] mjsax merged pull request #13734: KAFKA-14862 (HOTFIX): Fix ConcurrentModificationException

2023-05-21 Thread via GitHub
mjsax merged PR #13734: URL: https://github.com/apache/kafka/pull/13734 -- 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] hudeqi commented on a diff in pull request #13719: MINOR:Fix illogical log in fetchOffsetAndTruncate method

2023-05-21 Thread via GitHub
hudeqi commented on code in PR #13719: URL: https://github.com/apache/kafka/pull/13719#discussion_r1199814054 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -680,12 +680,15 @@ abstract class AbstractFetcherThread(name: String, */ val

[GitHub] [kafka] hudeqi commented on a diff in pull request #13719: MINOR:Fix illogical log in fetchOffsetAndTruncate method

2023-05-21 Thread via GitHub
hudeqi commented on code in PR #13719: URL: https://github.com/apache/kafka/pull/13719#discussion_r1199814054 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -680,12 +680,15 @@ abstract class AbstractFetcherThread(name: String, */ val

[GitHub] [kafka] divijvaidya commented on a diff in pull request #13738: KAFKA-14982: Improve the kafka-metadata-quorum output

2023-05-21 Thread via GitHub
divijvaidya commented on code in PR #13738: URL: https://github.com/apache/kafka/pull/13738#discussion_r1199800198 ## tools/src/main/java/org/apache/kafka/tools/MetadataQuorumCommand.java: ## @@ -155,17 +163,28 @@ private static void handleDescribeReplication(Admin admin)

[GitHub] [kafka] dajac commented on a diff in pull request #13719: MINOR:Fix illogical log in fetchOffsetAndTruncate method

2023-05-21 Thread via GitHub
dajac commented on code in PR #13719: URL: https://github.com/apache/kafka/pull/13719#discussion_r1199789087 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -680,12 +680,15 @@ abstract class AbstractFetcherThread(name: String, */ val

[GitHub] [kafka] dajac commented on a diff in pull request #13719: MINOR:Fix illogical log in fetchOffsetAndTruncate method

2023-05-21 Thread via GitHub
dajac commented on code in PR #13719: URL: https://github.com/apache/kafka/pull/13719#discussion_r1199789087 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -680,12 +680,15 @@ abstract class AbstractFetcherThread(name: String, */ val

[GitHub] [kafka] erikvanoosten commented on pull request #13678: KAFKA-10337: await async commits in commitSync even if no offsets given

2023-05-21 Thread via GitHub
erikvanoosten commented on PR #13678: URL: https://github.com/apache/kafka/pull/13678#issuecomment-1556197144 @philipnee Shall we merge? The failing tests are not related to this PR. I can confirm that the last changes are still performing as expected for my use-case (tested

[jira] [Commented] (KAFKA-15005) Status of KafkaConnect task not correct

2023-05-21 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17724615#comment-17724615 ] Sagar Rao commented on KAFKA-15005: --- Thank you [~LucentWong] , I have updated the condition in the PR

[GitHub] [kafka] machi1990 commented on a diff in pull request #13738: KAFKA-14982: Improve the kafka-metadata-quorum output

2023-05-21 Thread via GitHub
machi1990 commented on code in PR #13738: URL: https://github.com/apache/kafka/pull/13738#discussion_r1199737177 ## tools/src/main/java/org/apache/kafka/tools/MetadataQuorumCommand.java: ## @@ -155,17 +163,28 @@ private static void handleDescribeReplication(Admin admin) throws

[GitHub] [kafka] fvaleri opened a new pull request, #13738: KAFKA-14982: Improve the kafka-metadata-quorum output

2023-05-21 Thread via GitHub
fvaleri opened a new pull request, #13738: URL: https://github.com/apache/kafka/pull/13738 When running kafka-metadata-quorum script to get the quorum replication status, the LastFetchTimestamp and LastCaughtUpTimestamp output is not human-readable. I will be convenient to add an

[jira] [Commented] (KAFKA-14982) Improve the kafka-metadata-quorum output

2023-05-21 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17724600#comment-17724600 ] Federico Valeri commented on KAFKA-14982: -

[jira] [Updated] (KAFKA-14982) Improve the kafka-metadata-quorum output

2023-05-21 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federico Valeri updated KAFKA-14982: Fix Version/s: 3.6.0 > Improve the kafka-metadata-quorum output >