cloud-fan commented on a change in pull request #26676: 
[FOLLOW-UP][SPARK-28574][CORE] Several minor improvements for event queue 
capacity config
URL: https://github.com/apache/spark/pull/26676#discussion_r350654043
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -596,6 +597,11 @@ package object config {
 
   private[spark] val LISTENER_BUS_EVENT_QUEUE_CAPACITY =
     ConfigBuilder("spark.scheduler.listenerbus.eventqueue.capacity")
+      .doc("The capacity config for listener bus event queue when the event 
queue doesn't " +
 
 Review comment:
   nit:
   ```
   The default capacity for event queues. Spark will try to initialize an event 
queue using capacity specified
   by `spark.scheduler.listenerbus.eventqueue.queueName.capacity` first. If 
it's not configured, Spark will
   use the default capacity specified by this config.
   ```

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