-
Notifications
You must be signed in to change notification settings - Fork 685
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
[DRAFT DO NOT REVIEW] Make ObserverHolder thread safe by having a thread local observer member #6882
base: develop
Are you sure you want to change the base?
[DRAFT DO NOT REVIEW] Make ObserverHolder thread safe by having a thread local observer member #6882
Conversation
This pull request introduces 1 alert when merging 64fe5c2 into c68a770 - view on LGTM.com new alerts:
|
64fe5c2
to
2a98a10
Compare
2a98a10
to
141e30f
Compare
this PR appears to be abandoned, can it be closed? |
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.
comment deleted
I would prefer not to close it yet as it is an alternative approach to #6874 as it is mentioned in the comments. |
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
Has your PR been rebased against the latest commit within the target branch (typically
develop
)?Is your initial contribution a single, squashed commit?
Does
gradlew build
run cleanly?Have you written or updated unit tests to verify your changes?
If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?