Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6510 Double-Checked Locking field must be volatile - #1264
PHOENIX-6510 Double-Checked Locking field must be volatile#1264jojochuang wants to merge 4 commits into
Conversation
Change-Id: I4b5fd760605958d209409e740a6da2560e9d9f7a
Change-Id: I24ba028ccd1ca26ef4473338d6e7417244b2e389
Change-Id: Ie940b4abf58e9294859770b9a7542eb1d0a6e3d1
jojochuang
commented
Jul 13, 2021
Something is wrong with the Jenkins. I tried to trigger the precommit job again but it failed outright immediately: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1264/2/console
|
stoty
commented
Jul 14, 2021
I wonder if switching to eager initialization (at least in PhoenixConnection.java ) would be a more performant option. Looking at ConcurrentLinkedQueue, it seems to be cheap to initalize, and we could simplify the code as well. |
jojochuang
commented
Jul 14, 2021
Yeah this lazy initialization in PhoenixConnection isn't used correctly anyway. Let's change it. Do you want it to be in a separate PR or are you okay to have it in the same one? |
stoty
commented
Jul 14, 2021
Fine in this one. |
Change-Id: I39a954e9a6989b729e0c1c4849ab3bf5a6337a8b
stoty
left a comment
There was a problem hiding this comment.
+1 LGTM
I'll wait for the Jenkins job to finish before merging. (If I forget it, ping me pls)
stoty
commented
Jul 14, 2021
Jenkins is still down, it seems. |
jojochuang
commented
Jul 15, 2021
I asked Infra to investigate INFRA-22106 and looks like it'll take a while for the hardware to reset. |
stoty
commented
Jul 15, 2021
💔 -1 overall
This message was automatically generated. |
jojochuang
commented
Jul 15, 2021
Thanks! |
No description provided.