-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-17679 Use saslClient#hasInitialResponse() instead of heuristics in SaslParticipant#createFirstMessage() #7201
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
Conversation
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
…in SaslParticipant#createFirstMessage()
Contributor
Author
|
@szetszwo This is the fix to avoid the DIGEST heuristics. |
Contributor
Author
|
FYI @jojochuang |
4 tasks
|
💔 -1 overall
This message was automatically generated. |
szetszwo
approved these changes
Dec 6, 2024
Contributor
szetszwo
left a comment
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.
+1 the change looks good.
p-szucs
pushed a commit
to p-szucs/hadoop
that referenced
this pull request
Oct 22, 2025
… heuristics in SaslParticipant#createFirstMessage() (apache#7201) (cherry picked from commit e42d0bf3620d2618df78a1be03a78c7159c367aa) Change-Id: I986140b0204c253401a50210df39f3c48e0323d0
susheelgupta7
pushed a commit
to susheel-gupta/hadoop
that referenced
this pull request
Dec 22, 2025
* CDPD-90798. Revert "CDPD-90798: Use loadDefaults == true. (apache#188)" This reverts commit 255b484. * CDPD-90798. Revert "CDPD-90798: Change back to env having a higher precedence than conf." This reverts commit 90fe047. * CDPD-90798. Revert "CDPD-90798: CDPD-76124.SaslMechanismFactory: Fixed typo in conf vs. env precedence logic" This reverts commit 5496de1. * CDPD-90798. Revert "CDPD-90798: HADOOP-19359. Accelerate token negotiation for other similar mechanisms." This reverts commit 86f58d4. * CDPD-90798. Revert "CDPD-90798: HDFS-17679 Use saslClient#hasInitialResponse() instead of heuristics in SaslParticipant#createFirstMessage() (apache#7201)" This reverts commit bd0f557. * CDPD-90798. Revert "CDPD-90798: HDFS-17668 Treat null SASL negotiated QOP as auth in DataTransferSasl… (apache#7171)" This reverts commit 20eb4e5. * CDPD-90798. Revert "CDPD-90798: HADOOP-19342. SaslRpcServer.AuthMethod print INFO messages in client." This reverts commit 4c7ddb3. * CDPD-90798. Revert "CDPD-90798: HADOOP-19306. Support user defined auth Callback in SaslRpcServer. (apache#7140)" This reverts commit 1c0bd3d.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of PR
HDFS-17679
Use the proper SASL API to determine if SASL Client sends a non-empty inital response
How was this patch tested?
Not tested manually, CI should tell us if more changes are needed.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?