dongjoon-hyun commented on a change in pull request #31256:
URL: https://github.com/apache/spark/pull/31256#discussion_r560708344
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/dynalloc/ExecutorMonitor.scala
##########
@@ -546,7 +546,7 @@ private[spark] class ExecutorMonitor(
} else {
Long.MaxValue
}
- math.min(_cacheTimeout, _shuffleTimeout)
+ math.max(_cacheTimeout, _shuffleTimeout)
Review comment:
I understand your opinion, but this feature is not designed like that
originally.
----------------------------------------------------------------
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]