[jira] [Updated] (KAFKA-15091) Javadocs for SourceTask::commit are incorrect

2023-07-18 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-15091: -- Fix Version/s: 3.3.3 > Javadocs for SourceTask::commit are incorrect > ---

[GitHub] [kafka] cmccabe commented on a diff in pull request #14010: KAFKA-15183: Add more controller, loader, snapshot emitter metrics

2023-07-18 Thread via GitHub
cmccabe commented on code in PR #14010: URL: https://github.com/apache/kafka/pull/14010#discussion_r1267289475 ## metadata/src/main/java/org/apache/kafka/controller/metrics/QuorumControllerMetrics.java: ## @@ -176,17 +210,53 @@ public long dualWriteOffset() { } publi

[GitHub] [kafka] mjsax merged pull request #14031: Docs: Include ZK Deprecation notice and information

2023-07-18 Thread via GitHub
mjsax merged PR #14031: URL: https://github.com/apache/kafka/pull/14031 -- 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-unsubscr...@kafka.apache.or

[GitHub] [kafka] mjsax commented on pull request #14031: Docs: Include ZK Deprecation notice and information

2023-07-18 Thread via GitHub
mjsax commented on PR #14031: URL: https://github.com/apache/kafka/pull/14031#issuecomment-1641032657 Merged to `trunk` and cherry-picked to `3.5` branch. Will take care to get the changes into `kafka-site`, too. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [kafka] muralibasani commented on pull request #13417: KAFKA-14585: Moving StorageTool from core to tools module

2023-07-18 Thread via GitHub
muralibasani commented on PR #13417: URL: https://github.com/apache/kafka/pull/13417#issuecomment-1641043256 @fvaleri Managed to remove the core dependency from tools. If am in the right direction, will add tests, fix conflicts, and several other minor things. -- This is an autom

[jira] [Assigned] (KAFKA-15000) High vulnerability PRISMA-2023-0067 reported in jackson-core

2023-07-18 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA reassigned KAFKA-15000: -- Assignee: Said BOUDJELDA > High vulnerability PRISMA-2023-0067 reported in jackson-co

[jira] [Commented] (KAFKA-15000) High vulnerability PRISMA-2023-0067 reported in jackson-core

2023-07-18 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17744366#comment-17744366 ] Said BOUDJELDA commented on KAFKA-15000: I can take this  Jira  > High vulnerab

[jira] [Updated] (KAFKA-15214) Add metrics for OffsetOutOfRangeException when tiered storage is enabled

2023-07-18 Thread Lixin Yao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lixin Yao updated KAFKA-15214: -- Parent: KAFKA-7739 Issue Type: Sub-task (was: Improvement) > Add metrics for OffsetOutOfRange

[jira] [Closed] (KAFKA-10775) DOAP has incorrect category

2023-07-18 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed KAFKA-10775. > DOAP has incorrect category > --- > > Key: KAFKA-10775 > URL

[jira] [Commented] (KAFKA-15205) Race condition in ShutdownableThread causes InterruptedException

2023-07-18 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17744377#comment-17744377 ] Ismael Juma commented on KAFKA-15205: - Have you seen this behavior in practice? We s

[GitHub] [kafka] ijuma commented on pull request #13676: MINOR: Capture build scans on ge.apache.org to benefit from deep build insights

2023-07-18 Thread via GitHub
ijuma commented on PR #13676: URL: https://github.com/apache/kafka/pull/13676#issuecomment-1641123937 If I'm reading this right, it seems very restrictive. It's very common for other companies to build AK for their own purposes. If they're not allowed to use gradle enterprise, then it shoul

[jira] [Commented] (KAFKA-15194) Rename local tiered storage segment with offset as prefix for easy navigation

2023-07-18 Thread Lan Ding (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17744384#comment-17744384 ] Lan Ding commented on KAFKA-15194: -- [~divijvaidya] Sorry, just saw the message, [~owen-

[GitHub] [kafka] jeffkbkim commented on a diff in pull request #14017: KAFKA-14500; [6/6] Implement SyncGroup protocol in new GroupCoordinator

2023-07-18 Thread via GitHub
jeffkbkim commented on code in PR #14017: URL: https://github.com/apache/kafka/pull/14017#discussion_r1267427788 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ## @@ -2643,9 +2652,175 @@ private CoordinatorResult updateStaticMem

[GitHub] [kafka] gharris1727 commented on pull request #14029: KAFKA-10579: Upgrade reflections from 0.9.12 to 0.10.2

2023-07-18 Thread via GitHub
gharris1727 commented on PR #14029: URL: https://github.com/apache/kafka/pull/14029#issuecomment-1641250195 > Would it be too much to ask to run system tests? I ran the connect system tests on a spare machine and got 181/181 passing. -- This is an automated message from the Apache G

[GitHub] [kafka] jeffkbkim commented on a diff in pull request #14017: KAFKA-14500; [6/6] Implement SyncGroup protocol in new GroupCoordinator

2023-07-18 Thread via GitHub
jeffkbkim commented on code in PR #14017: URL: https://github.com/apache/kafka/pull/14017#discussion_r1267441961 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ## @@ -2643,9 +2652,175 @@ private CoordinatorResult updateStaticMem

[GitHub] [kafka] jeffkbkim commented on a diff in pull request #14017: KAFKA-14500; [6/6] Implement SyncGroup protocol in new GroupCoordinator

2023-07-18 Thread via GitHub
jeffkbkim commented on code in PR #14017: URL: https://github.com/apache/kafka/pull/14017#discussion_r1267462476 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ## @@ -2643,9 +2652,175 @@ private CoordinatorResult updateStaticMem

[GitHub] [kafka] jeffkbkim commented on pull request #13870: KAFKA-14500; [5/N] Implement JoinGroup protocol in new GroupCoordinator

2023-07-18 Thread via GitHub
jeffkbkim commented on PR #13870: URL: https://github.com/apache/kafka/pull/13870#issuecomment-1641304041 the test failures are unrelated -- 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 speci

[jira] [Updated] (KAFKA-15215) The default.dsl.store config is not compatible with custom state stores

2023-07-18 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-15215: --- Labels: needs-kip (was: ) > The default.dsl.store config is not compatible

[jira] [Created] (KAFKA-15215) The default.dsl.store config is not compatible with custom state stores

2023-07-18 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-15215: -- Summary: The default.dsl.store config is not compatible with custom state stores Key: KAFKA-15215 URL: https://issues.apache.org/jira/browse/KAFKA-15215

[GitHub] [kafka] nizhikov commented on pull request #13247: KAFKA-14595 Move value objects of ReassignPartitionsCommand to java

2023-07-18 Thread via GitHub
nizhikov commented on PR #13247: URL: https://github.com/apache/kafka/pull/13247#issuecomment-1641385324 Tests failures seems unrelated. -- 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 specif

[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-18 Thread via GitHub
nizhikov commented on PR #13278: URL: https://github.com/apache/kafka/pull/13278#issuecomment-1641386848 Tests failures unrelated. -- 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 com

[GitHub] [kafka] Phuc-Hong-Tran closed pull request #14026: KAFKA-15152: Fix incorrect format specifiers when formatting string

2023-07-18 Thread via GitHub
Phuc-Hong-Tran closed pull request #14026: KAFKA-15152: Fix incorrect format specifiers when formatting string URL: https://github.com/apache/kafka/pull/14026 -- 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] [Assigned] (KAFKA-15160) Message bytes duplication in Kafka headers when compression is enabled

2023-07-18 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phuc Hong Tran reassigned KAFKA-15160: -- Assignee: Phuc Hong Tran > Message bytes duplication in Kafka headers when compressio

[GitHub] [kafka] DL1231 opened a new pull request, #14042: KAFKA-15205:Catch InterruptedException when calling ShutDownableThrea…

2023-07-18 Thread via GitHub
DL1231 opened a new pull request, #14042: URL: https://github.com/apache/kafka/pull/14042 https://issues.apache.org/jira/browse/KAFKA-15205 Catch InterruptedException when calling ShutDownableThread#awaitShutdown() ### Committer Checklist (excluded from commit message) - [ ] Veri

[GitHub] [kafka] hudeqi opened a new pull request, #14043: KAFKA-15129;[9/N] Remove metrics in network package when broker shutdown

2023-07-18 Thread via GitHub
hudeqi opened a new pull request, #14043: URL: https://github.com/apache/kafka/pull/14043 This pr is used to remove the metrics in network package(`SocketServer`, `RequestChannel`, `Acceptor`) when broker shutdown. This pr has passed the corresponding unit test, and it is part of [KAFKA-

[GitHub] [kafka] DL1231 commented on pull request #14042: KAFKA-15205:Catch InterruptedException when calling ShutDownableThrea…

2023-07-18 Thread via GitHub
DL1231 commented on PR #14042: URL: https://github.com/apache/kafka/pull/14042#issuecomment-1641493151 @divijvaidya I apologize for the interruption, but I tried to write unit tests to cover this scenario, but it failed. Do you have any suggestions? -- This is an automated message from th

[jira] [Created] (KAFKA-15216) InternalSinkRecord::newRecord method ignores the headers argument

2023-07-18 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-15216: -- Summary: InternalSinkRecord::newRecord method ignores the headers argument Key: KAFKA-15216 URL: https://issues.apache.org/jira/browse/KAFKA-15216 Project: Kafka

<    1   2   3