-
- Downloads
[SPARK-6166] Limit number of in flight outbound requests
This JIRA is related to https://github.com/apache/spark/pull/5852 Had to do some minor rework and test to make sure it works with current version of spark. Author: Sanket <schintap@untilservice-lm> Closes #10838 from redsanket/limit-outbound-connections.
Showing
- core/src/main/scala/org/apache/spark/SecurityManager.scala 1 addition, 1 deletioncore/src/main/scala/org/apache/spark/SecurityManager.scala
- core/src/main/scala/org/apache/spark/shuffle/BlockStoreShuffleReader.scala 2 additions, 1 deletion...la/org/apache/spark/shuffle/BlockStoreShuffleReader.scala
- core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala 30 additions, 10 deletions...rg/apache/spark/storage/ShuffleBlockFetcherIterator.scala
- core/src/test/scala/org/apache/spark/storage/ShuffleBlockFetcherIteratorSuite.scala 6 additions, 3 deletions...ache/spark/storage/ShuffleBlockFetcherIteratorSuite.scala
- docs/configuration.md 10 additions, 0 deletionsdocs/configuration.md
Loading
Please register or sign in to comment