-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-15131][SQL] Shutdown StateStore management thread when SparkContext has been shutdown #12905
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
|
Test build #57788 has finished for PR 12905 at commit
|
|
retest this please |
2 similar comments
|
retest this please |
|
retest this please |
|
Let's run more times to see if it's stable. |
|
Test build #57804 has finished for PR 12905 at commit
|
|
Test build #2970 has finished for PR 12905 at commit
|
|
Something flaky with Mima! |
|
Test build #2969 has finished for PR 12905 at commit
|
|
Test build #2971 has finished for PR 12905 at commit
|
|
Test build #2972 has finished for PR 12905 at commit
|
|
Test build #2973 has finished for PR 12905 at commit
|
|
LGTM. Merging to master / 2.0 |
…ntext has been shutdown ## What changes were proposed in this pull request? Make sure that whenever the StateStoreCoordinator cannot be contacted, assume that the SparkContext and RpcEnv on the driver has been shutdown, and therefore stop the StateStore management thread, and unload all loaded stores. ## How was this patch tested? Updated unit tests. Author: Tathagata Das <[email protected]> Closes #12905 from tdas/SPARK-15131. (cherry picked from commit bde27b8) Signed-off-by: Shixiong Zhu <[email protected]>
What changes were proposed in this pull request?
Make sure that whenever the StateStoreCoordinator cannot be contacted, assume that the SparkContext and RpcEnv on the driver has been shutdown, and therefore stop the StateStore management thread, and unload all loaded stores.
How was this patch tested?
Updated unit tests.