-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Use own scheme rather than mutating a global shared one #11250
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
base: main
Are you sure you want to change the base?
Conversation
893f59f
to
c5a6701
Compare
Hello? |
c5a6701
to
c7c65c1
Compare
Conflict resolved, ready for merge. |
8a58fe1
to
e319614
Compare
@joejulian Hi! I wonder if there is a reason this is not getting merged but getting bumped each time? It shouldn't cause any breakage, it fixes a data race. It's almost 1 year since I opened this PR. |
I only recently became a maintainer and I've been working my way up through what I can. I only have an hour a day after work but I'm doing what I can. |
Thank you! No pressure, just wanted to see if there is some other reason apart from lack of time. |
e319614
to
0684a08
Compare
Rebased to resolve a conflict. I still hope to see this merged. |
0684a08
to
38cade1
Compare
Conflict resolved, ready for merge. |
Conflict resolved, ready for merge. Almost 3 years now since I opened this PR. |
33a15c2
to
19e4b73
Compare
@mattfarina Could you review/merge this PR please? It's been open for a while and I see the problematic code is being propagated further into the v3 packages. p.s. Looks like #31078 is missing from v3 too. Ah, backport is here #31091. |
19e4b73
to
45958a0
Compare
@gjenkins8 Hi! Since you are assigned, could you give this one a review/merged please? p.s. wow, today is exactly 3 years since I opened it. |
Please rebase to |
45958a0
to
a6c725e
Compare
@scottrigby Rebased, PTAL. |
Signed-off-by: Mikhail Mazurskiy <[email protected]>
Signed-off-by: Mikhail Mazurskiy <[email protected]>
a1f59a6
to
f04190b
Compare
What this PR does / why we need it:
Fixes data race caused by code in
Client
. Fixes #11169.Special notes for your reviewer:
If applicable: