-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix FileInterceptor to deduce the access level from the list of OpenOption #17816
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
Conversation
…ption Signed-off-by: Andriy Redko <[email protected]>
libs/agent-sm/agent/src/main/java/org/opensearch/javaagent/FileInterceptor.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17816 +/- ##
============================================
- Coverage 72.55% 72.48% -0.07%
+ Complexity 66502 66499 -3
============================================
Files 5399 5399
Lines 307755 307757 +2
Branches 44656 44656
============================================
- Hits 223295 223089 -206
- Misses 66266 66464 +198
- Partials 18194 18204 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
andrross
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.
Fix FileInterceptor to deduct the access level from the list of OpenOption
Should this be "deduce" instead of "deduct"?
cwperks
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.
Verified manually that this fixes the startup issue when running with the agent.
…ption (opensearch-project#17816) Signed-off-by: Andriy Redko <[email protected]>
Description
Fix FileInterceptor to deduct the access level from the list of OpenOption
Related Issues
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.