tgravescs commented on pull request #29413:
URL: https://github.com/apache/spark/pull/29413#issuecomment-673479231


   Part of the problem with that is that in most cases some queues have higher 
priority, which is why they were split apart. you really want the executor 
management queue to work if dynamic allocation is on so you wouldn't want to 
take the chance of another queue using all of its size.  If its off then its 
not as big of a deal and you could "share" that size.  Beyond that I don't 
really know the stats on the number of message the queues usually see.  It 
would make configuring individual queues much harder but I don't know how much 
people do that.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to