-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10827] replace volatile with Atomic* in AppClient.scala. #9611
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
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.
registrationRetryTimer.get != null
|
LGTM |
|
Test build #2034 has finished for PR 9611 at commit
|
|
Test build #2036 has finished for PR 9611 at commit
|
|
Test build #2037 has finished for PR 9611 at commit
|
|
Test build #2042 has started for PR 9611 at commit |
|
Test build #2044 has finished for PR 9611 at commit
|
This is a followup for #9317 to replace volatile fields with AtomicBoolean and AtomicReference. Author: Reynold Xin <[email protected]> Closes #9611 from rxin/SPARK-10827. (cherry picked from commit e1bcf6a) Signed-off-by: Reynold Xin <[email protected]>
|
I've merged this. |
This is a followup for apache#9317 to replace volatile fields with AtomicBoolean and AtomicReference. Author: Reynold Xin <[email protected]> Closes apache#9611 from rxin/SPARK-10827.
This is a followup for #9317 to replace volatile fields with AtomicBoolean and AtomicReference.