srowen commented on a change in pull request #26529: 
[SPARK-29902][Doc][Minor]Add listener event queue capacity configuration to 
documentation
URL: https://github.com/apache/spark/pull/26529#discussion_r346545418
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -1857,6 +1857,61 @@ Apart from these, the following properties are also 
available, and may be useful
     driver using more memory.
   </td>
 </tr>
+<tr>
+  <td><code>spark.scheduler.listenerbus.eventqueue.shared.capacity</code></td>
+  <td><code>spark.scheduler.listenerbus.eventqueue.capacity</code></td>
+  <td>
+    Capacity for shared event queue in Spark listener bus, must be greater 
than 0.
+    Unless otherwise specified it uses 
<code>spark.scheduler.listenerbus.eventqueue.capacity</code>.
 
 Review comment:
   I think this is covered already by the fact that this is shown as the 
default here. You can remove it everywhere.

----------------------------------------------------------------
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]

Reply via email to