dongjoon-hyun commented on a change in pull request #27230: [SPARK-27868][CORE]
Partially rollback previous change #09ed64d.
URL: https://github.com/apache/spark/pull/27230#discussion_r367719264
##########
File path: docs/configuration.md
##########
@@ -844,13 +844,14 @@ Apart from these, the following properties are also
available, and may be useful
</tr>
<tr>
<td><code>spark.shuffle.io.backLog</code></td>
- <td>64</td>
+ <td>-1</td>
<td>
Length of the accept queue for the shuffle service. For large
applications, this value may
need to be increased, so that incoming connections are not dropped if the
service cannot keep
up with a large number of connections arriving in a short period of time.
This needs to
be configured wherever the shuffle service itself is running, which may be
outside of the
- application (see <code>spark.shuffle.service.enabled</code> option below).
+ application (see <code>spark.shuffle.service.enabled</code> option below).
If set below 1,
Review comment:
Just to be clear, do you mean `0 and negative values` by `If set below 1`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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]