KAFKA-19624: Improve consistency of command-line arguments for consumer performance tests#20385
Conversation
…umer performance tests
|
@AndrewJSchofield can you please review this? |
|
ping @aheev, could you please fix the conflicts? |
done |
brandboat
left a comment
There was a problem hiding this comment.
Thanks for the patch, left some comments below.
This test seems to be flaky. It succeeds on my machine and fails sometimes. Also the changes are not even related to the test Just tested. Same issue on trunk too |
m1a2st
left a comment
There was a problem hiding this comment.
Thanks for this patch, some comments left
AndrewJSchofield
left a comment
There was a problem hiding this comment.
Thanks for the PR. Please add some tests for the variation combinations of new/old options to make sure the rules in the KIP are correctly implemented.
…nd `messages` traces from the tools
brandboat
left a comment
There was a problem hiding this comment.
Thanks for the update, some minor comments.
|
@Yunyung ConsumerPerformanceService and ShareConsumerPerformanceService are used in
I think we need to fix our test suite first |
|
@AndrewJSchofield @Yunyung gentle ping on this one |
|
@aheev Sorry for the delay. I'll review it early next week. |
|
@aheev This is what I get when I run the tests on your branch: I do get the following warnings on trunk and your branch: |
AndrewJSchofield
left a comment
There was a problem hiding this comment.
Thanks for the updates.
The share_consumer_performance.py test file also needs changes to account for --messages changing into --num-records.
I've been running the ducktape tests and tests/kafkatest/sanity_checks/test_performance_services.py does seem flaky. However, I have had passes on v2.1.1 and dev across all variations. So, I think we can rule out problems being introduced by this PR.
Please merge latest changes from trunk.
I got similar results |
done |
|
@AndrewJSchofield addressed your comments. Can you please take a re-look? |
AndrewJSchofield
left a comment
There was a problem hiding this comment.
Thanks for the PR. Looks good to me.
…er performance tests (apache#20385) resolves https://issues.apache.org/jira/browse/KAFKA-19624 Reviewers: @brandboat, @AndrewJSchofield, @m1a2st
|
Hi @AndrewJSchofield , I noticed 36 rename refactoring in your recent commit:
How did you identify that these 36 elements were connected and should be renamed together?
|
|
@mkansara23 The code changes were performed by @aheev. Maybe they have an opinion. |
We wanted to get rid of Can I know what's the motive behind your query? |
Thank you for your response! I am conducting a study to understand patterns and challenges in cluster-renames—situations where multiple related program elements are renamed together in the same commit. If you were to estimate, how long did those renames take you, and what part of the process did you find the most challenging? |
…er performance tests (apache#20385) resolves https://issues.apache.org/jira/browse/KAFKA-19624 Reviewers: @brandboat, @AndrewJSchofield, @m1a2st
…er performance tests (apache#20385) resolves https://issues.apache.org/jira/browse/KAFKA-19624 Reviewers: @brandboat, @AndrewJSchofield, @m1a2st
resolves https://issues.apache.org/jira/browse/KAFKA-19624
Reviewers: @brandboat, @AndrewJSchofield, @m1a2st