mridulm commented on a change in pull request #30876:
URL: https://github.com/apache/spark/pull/30876#discussion_r547383304
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -384,7 +384,7 @@ package object config {
"get the replication level of the block to the initial number")
.version("2.2.0")
.booleanConf
- .createWithDefault(false)
+ .createWithDefault(true)
Review comment:
I am not sure how widely this is used, particularly as it is not enabled
by default.
Especially in context of dynamic resource allocation, it can become very
chatty when executor's start getting dropped.
Given this, I am not very keen on enabling it atleast for yarn. Thoughts
@tgravescs ?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]