spark-instrumented-optimizer/common
Sanket Chintapalli 6353425af7 [SPARK-25641] Change the spark.shuffle.server.chunkFetchHandlerThreadsPercent default to 100
## What changes were proposed in this pull request?

We want to change the default percentage to 100 for spark.shuffle.server.chunkFetchHandlerThreadsPercent. The reason being
currently this is set to 0. Which means currently if server.ioThreads > 0, the default number of threads would be 2 * #cores instead of server.io.Threads. We want the default to server.io.Threads in case this is not set at all. Also here a default of 0 would also mean 2 * #cores

## How was this patch tested?
Manual
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Please review http://spark.apache.org/contributing.html before opening a pull request.

Closes #22628 from redsanket/SPARK-25641.

Lead-authored-by: Sanket Chintapalli <schintap@yahoo-inc.com>
Co-authored-by: Sanket Chintapalli <chintapalli.sanketreddy@gmail.com>
Signed-off-by: Thomas Graves <tgraves@apache.org>
2018-10-08 13:19:34 -05:00
..
kvstore [SPARK-25408] Move to more ideomatic Java8 2018-10-08 09:58:52 -05:00
network-common [SPARK-25641] Change the spark.shuffle.server.chunkFetchHandlerThreadsPercent default to 100 2018-10-08 13:19:34 -05:00
network-shuffle [SPARK-25408] Move to more ideomatic Java8 2018-10-08 09:58:52 -05:00
network-yarn [SPARK-25592] Setting version to 3.0.0-SNAPSHOT 2018-10-02 08:48:24 -07:00
sketch [SPARK-25408] Move to more ideomatic Java8 2018-10-08 09:58:52 -05:00
tags [SPARK-25592] Setting version to 3.0.0-SNAPSHOT 2018-10-02 08:48:24 -07:00
unsafe [SPARK-25202][SQL] Implements split with limit sql function 2018-10-06 14:30:43 +08:00