Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-05-15 Thread via GitHub
lucasbru merged PR #15784: URL: https://github.com/apache/kafka/pull/15784 -- 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:

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-05-13 Thread via GitHub
kirktrue commented on PR #15784: URL: https://github.com/apache/kafka/pull/15784#issuecomment-2109004703 @lucasbru—please re-review. Thanks! -- 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

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-05-13 Thread via GitHub
kirktrue commented on code in PR #15784: URL: https://github.com/apache/kafka/pull/15784#discussion_r1599213123 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/WakeupTrigger.java: ## @@ -43,8 +43,12 @@ public void wakeup() { return new

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-05-13 Thread via GitHub
kirktrue commented on code in PR #15784: URL: https://github.com/apache/kafka/pull/15784#discussion_r1598896789 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/WakeupTrigger.java: ## @@ -43,8 +43,12 @@ public void wakeup() { return new

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-05-02 Thread via GitHub
lucasbru commented on code in PR #15784: URL: https://github.com/apache/kafka/pull/15784#discussion_r1588371452 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/WakeupTrigger.java: ## @@ -43,8 +43,12 @@ public void wakeup() { return new

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-04-29 Thread via GitHub
kirktrue commented on PR #15784: URL: https://github.com/apache/kafka/pull/15784#issuecomment-2083344885 @cadonna—can you 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 URL above to go to

Re: [PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-04-23 Thread via GitHub
kirktrue commented on PR #15784: URL: https://github.com/apache/kafka/pull/15784#issuecomment-2073707108 @lucasbru/@cadonna —please review. Thanks! -- 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

[PR] KAFKA-16577: New consumer fails with stop within allotted timeout in consumer_test.py system test [kafka]

2024-04-22 Thread via GitHub
kirktrue opened a new pull request, #15784: URL: https://github.com/apache/kafka/pull/15784 WIP ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including