Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20920][SQL] ForkJoinPool pools are leaked when writing hive tables with many partitions - #18216
[SPARK-20920][SQL] ForkJoinPool pools are leaked when writing hive tables with many partitions#18216srowen wants to merge 2 commits into
Conversation
srowen
commented
Jun 6, 2017
SparkQA
commented
Jun 6, 2017
Test build #77773 has finished for PR 18216 at commit
|
SparkQA
commented
Jun 6, 2017
Test build #77774 has finished for PR 18216 at commit
|
SparkQA
commented
Jun 6, 2017
Test build #3779 has finished for PR 18216 at commit
|
viirya
commented
Jun 6, 2017
The change looks good. Shall we add a test for it? |
viirya
commented
Jun 6, 2017
Ah, I remember that it is a bit hard to automatically test it. |
viirya
commented
Jun 7, 2017
The fix looks straightforward as previous fix. LGTM. Should be better if we can manually verify it like before. cc @cloud-fan |
cloud-fan
commented
Jun 8, 2017
LGTM, can we add a manual test like #18100 ? |
srowen
commented
Jun 10, 2017
@viirya / @cloud-fan what do you mean here by a manual test? |
viirya
commented
Jun 10, 2017
srowen
commented
Jun 11, 2017
OK, I tried this as a test: Before the change you can see that it does look like one thread is left from each of several ForkJoinPools. After the change, the result is |
viirya
commented
Jun 13, 2017
Thanks @srowen. I think it looks good. |
…bles with many partitions ## What changes were proposed in this pull request? Don't leave thread pool running from AlterTableRecoverPartitionsCommand DDL command ## How was this patch tested? Existing tests. Author: Sean Owen <sowen@cloudera.com> Closes#18216 from srowen/SPARK-20920. (cherry picked from commit 7b7c85e) Signed-off-by: Sean Owen <sowen@cloudera.com>
srowen
commented
Jun 13, 2017
Merged to master/2.2/2.1 |
…bles with many partitions ## What changes were proposed in this pull request? Don't leave thread pool running from AlterTableRecoverPartitionsCommand DDL command ## How was this patch tested? Existing tests. Author: Sean Owen <sowen@cloudera.com> Closes#18216 from srowen/SPARK-20920. (cherry picked from commit 7b7c85e) Signed-off-by: Sean Owen <sowen@cloudera.com>
…bles with many partitions ## What changes were proposed in this pull request? Don't leave thread pool running from AlterTableRecoverPartitionsCommand DDL command ## How was this patch tested? Existing tests. Author: Sean Owen <sowen@cloudera.com> Closesapache#18216 from srowen/SPARK-20920.
…bles with many partitions Don't leave thread pool running from AlterTableRecoverPartitionsCommand DDL command Existing tests. Author: Sean Owen <sowen@cloudera.com> Closesapache#18216 from srowen/SPARK-20920. (cherry picked from commit 7b7c85e) Signed-off-by: Sean Owen <sowen@cloudera.com>
What changes were proposed in this pull request?
Don't leave thread pool running from AlterTableRecoverPartitionsCommand DDL command
How was this patch tested?
Existing tests.