Re: [PR] WIP Investigate OOM [kafka]

2025-03-03 Thread via GitHub
mumrah commented on PR #19031: URL: https://github.com/apache/kafka/pull/19031#issuecomment-2695763873 I've not been able to reproduce the Gradle OOM that we're seeing on trunk, however I saw a different OOM over on my fork. https://github.com/mumrah/kafka/actions/runs/13639578283/job

Re: [PR] WIP Investigate OOM [kafka]

2025-02-27 Thread via GitHub
ijuma commented on code in PR #19031: URL: https://github.com/apache/kafka/pull/19031#discussion_r1973623540 ## build.gradle: ## @@ -54,7 +54,7 @@ ext { buildVersionFileName = "kafka-version.properties" defaultMaxHeapSize = "2g" - defaultJvmArgs = ["-Xss4m", "-XX:+UsePa

Re: [PR] WIP Investigate OOM [kafka]

2025-02-26 Thread via GitHub
mumrah commented on PR #19031: URL: https://github.com/apache/kafka/pull/19031#issuecomment-2686054397 Seems to have reproduced here: https://github.com/apache/kafka/actions/runs/13550598471/job/37873138268?pr=19031 No activity for a while after ``` Wed, 26 Feb 2025 18:35:41 GMT

Re: [PR] WIP Investigate OOM [kafka]

2025-02-26 Thread via GitHub
mumrah commented on code in PR #19031: URL: https://github.com/apache/kafka/pull/19031#discussion_r1972112034 ## build.gradle: ## @@ -54,7 +54,7 @@ ext { buildVersionFileName = "kafka-version.properties" defaultMaxHeapSize = "2g" - defaultJvmArgs = ["-Xss4m", "-XX:+UseP

Re: [PR] WIP Investigate OOM [kafka]

2025-02-26 Thread via GitHub
mumrah commented on PR #19031: URL: https://github.com/apache/kafka/pull/19031#issuecomment-2685589737 It looks like the UserQuotaTest is the likely culprit. From https://github.com/apache/kafka/actions/runs/13523225366/job/37791507296 ``` Gradle Test Run :core:test > Gradle Tes

[PR] WIP Investigate OOM [kafka]

2025-02-25 Thread via GitHub
mumrah opened a new pull request, #19031: URL: https://github.com/apache/kafka/pull/19031 (no comment) -- 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-mai