You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2023/07/06 09:52:11 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #41495: [SPARK-44290][CONNECT] Session-based files and archives in Spark Connect

HyukjinKwon commented on code in PR #41495:
URL: https://github.com/apache/spark/pull/41495#discussion_r1254208298


##########
core/src/main/scala/org/apache/spark/executor/Executor.scala:
##########
@@ -187,7 +187,7 @@ private[spark] class Executor(
 
   val isolatedSessionCache = CacheBuilder.newBuilder()
     .maximumSize(100)
-    .expireAfterAccess(5, TimeUnit.MINUTES)
+    .expireAfterAccess(10, TimeUnit.MINUTES)

Review Comment:
   Actually, I already faced the limitation here when the test takes longer than 5 mins. I increased it as a workaround for now. We should fix them before the release.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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