jerrypeng commented on code in PR #42352:
URL: https://github.com/apache/spark/pull/42352#discussion_r1566255030
##########
core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala:
##########
@@ -96,6 +96,30 @@ import org.apache.spark.util.{Clock, SystemClock,
ThreadUtils, Utils}
* If an executor with caching data blocks has been idle for more than
this duration,
* the executor will be removed
*
+ * Dynamic resource allocation is also extended to work for structured
streaming use case.
+ * (micro-batch paradigm).
+ * For it to work we would still need the above configs + few additional
configs.
+ *
+ * For executor allocation, In traditional DRA target number of executors are
added based on the
Review Comment:
Why for batch queries does DRA only account for backlogged tasks per stage?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]