-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-29580][TESTS] Add kerberos debug messages for Kafka secure tests #26252
Conversation
Please note this is not a solution to the problem, it just adds more debug information. |
Test build #112655 has finished for PR 26252 at commit
|
Test build #112657 has finished for PR 26252 at commit
|
Could you check the Jenkins CI build and confirm whether the console output contains all of debug messages you're expecting? The failure is intermittent and we would tend to see failures in CI build result, so would be nice if we can also get the same information from there. |
I've double checked and as expected the newly added debug messages appear there:
|
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.
Thanks for the double-check! LGTM.
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, LGTM.
Thank you for adding this to stabilize Jenkins, @gaborgsomogyi .
Thank you, @srowen and @HeartSaVioR !
Merged to master.
What changes were proposed in this pull request?
org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite
failed lately. After had a look at the logs it just shows the following fact without any details:Since the issue is intermittent and not able to reproduce it we should add more debug information and wait for reproduction with the extended logs.
Why are the changes needed?
Failing test doesn't give enough debug information.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
I've started the test manually and checked that such additional debug messages show up: