redsanket edited a comment on issue #23700: [SPARK-25692] [CORE] Fix ChunkFetchIntegrationSuite URL: https://github.com/apache/spark/pull/23700#issuecomment-459112284 @zsxwing you could always disable this by setting spark.shuffle.server.chunkFetchHandlerThreadsPercent to 100. This is turned off by default. To use this feature you have to reduce spark.shuffle.server.chunkFetchHandlerThreadsPercent to like say for example 80 which says ok i have 10 IO threads use only 8 for chunk fetch requests rest for other rpc calls. This is wrt shuffle server
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
