-
Notifications
You must be signed in to change notification settings - Fork 15.1k
KAFKA-13694: When the Broker side processes the ProduceRequest, it prints more specific information when the verification record fails. #11830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4169106
fix issue : KafkaConsumer cannot jump out of the poll method, and the…
RivenSun2 cd84dbc
fix this issue for AUTO_PATTERN and AUTO_TOPICS in cleanUpConsumedOff…
RivenSun2 39ee67a
1. fix NPE issue
RivenSun2 9aa7bd7
commit changeCodes by showuon review
RivenSun2 5e09d03
fix package auto-import issue by IDEA Editor
RivenSun2 8b1382a
commit reviewed codeChange
RivenSun2 7346e88
commit reviewed codeChange
RivenSun2 0a77af1
commit test code
RivenSun2 9e544b2
fix merge conflicts
RivenSun2 3334bc5
Merge branch 'apache:trunk' into trunk
RivenSun2 a5f6f81
commit code changes for review
RivenSun2 12359c2
commit code changes for showuon's review
RivenSun2 359af7d
commit code changes for showuon's review
RivenSun2 82b3585
commit code changes for guozhangwang's review
RivenSun2 a98bd87
fix issue for ConsumerBounceTest testClose case failed
RivenSun2 efef844
fix issue for KafkaConsumerTest testCase failed
RivenSun2 12fb32c
fix issue for testCloseManualAssignment case failed
RivenSun2 996b8d9
LeaveGroupResponse should be prepared conditionally
RivenSun2 de1580c
fix issue for testInvalidGroupMetadata case
RivenSun2 587a2bd
Merge branch 'apache:trunk' into trunk
RivenSun2 c5e7595
Merge branch 'trunk' of https://github.com/apache/kafka into trunk
RivenSun2 f78969c
branch conflicts resolved
RivenSun2 e0ab2e5
in order to retrigger jenkins tests
RivenSun2 8b8c78f
Merge branch 'apache:trunk' into trunk
RivenSun2 282692f
Merge branch 'apache:trunk' into trunk
RivenSun2 e7c66e0
Merge branch 'apache:trunk' into trunk
RivenSun2 77718c0
Merge branch 'apache:trunk' into trunk
RivenSun2 d7b986e
Merge branch 'apache:trunk' into trunk
RivenSun2 4ade6dd
KAFKA-13694: When the Broker side processes the ProduceRequest, it pr…
RivenSun2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do we no longer need this special case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, looks like we need this, because we break 2 test cases after removing it. PR to bring it back to fix failed tests is opened: #11853 . Thanks.