Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

turboFei
Copy link
Member

@turboFei turboFei commented Mar 15, 2024

🔍 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 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior Without This Pull Request ⚰️

Behavior With This Pull Request 🎉

Related Unit Tests


Checklist 📝

Be nice. Be informative.

@turboFei
Copy link
Member Author

cc @pan3793

@turboFei turboFei self-assigned this Mar 15, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.42%. Comparing base (c1239f2) to head (38b0192).
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

log4j

user
@@ -21,6 +21,7 @@
<Configuration status="WARN">
Copy link
Member

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?

Copy link
Member Author

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.

@pan3793 pan3793 added this to the v1.10.0 milestone Mar 22, 2024
@pan3793 pan3793 closed this in a99e1a2 Mar 22, 2024
@pan3793
Copy link
Member

pan3793 commented Mar 22, 2024

Thanks, merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants