-
Notifications
You must be signed in to change notification settings - Fork 919
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
Audit kyuubi operation state change log #6185
Conversation
cc @pan3793 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6185 +/- ##
============================================
- Coverage 58.47% 58.42% -0.06%
Complexity 24 24
============================================
Files 649 650 +1
Lines 39312 39325 +13
Branches 5415 5415
============================================
- Hits 22988 22975 -13
- Misses 13856 13875 +19
- Partials 2468 2475 +7 ☔ View full report in Codecov by Sentry. |
1dba79d
to
38b0192
Compare
@@ -21,6 +21,7 @@ | |||
<Configuration status="WARN"> |
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 have bunches of log4j2-test.xml
, can we sync them?
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.
I think it is not needed, we just need to enable it in kyuubi-server side.
Thanks, merged to master |
🔍 Description
Issue References 🔗
We meet some issue, I want to check the operation sessionHandle and the operation timeline.
I found that, it is difficult for me to check it from kyuubi log.
So, In this pr, I log the operation change log into separate file.
Describe Your Solution 🔧
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.