dongjoon-hyun commented on a change in pull request #30876:
URL: https://github.com/apache/spark/pull/30876#discussion_r547421217
##########
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:
Hi, @mridulm . Actually, we are using it now and it's a good time to
test it by default, isn't it?
> I am not sure how widely this is used, particularly as it is not enabled
by default.
For the following, Apache Spark usually drop only empty executors. If you
are saying a storage timeout configuration, I believe that what we need is to
improve that configuration behavior after this enabling. I guess `storage
timeout` had better not cause any `chatty` situation, of course.
> Especially in context of dynamic resource allocation, it can become very
chatty
----------------------------------------------------------------
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]