LuciferYang commented on a change in pull request #30547:
URL: https://github.com/apache/spark/pull/30547#discussion_r533311921
##########
File path:
repl/src/test/scala/org/apache/spark/repl/ExecutorClassLoaderSuite.scala
##########
@@ -231,6 +231,7 @@ class ExecutorClassLoaderSuite
.setMaster("local")
.setAppName("executor-class-loader-test")
.set("spark.network.timeout", "11s")
+ .set("spark.network.timeoutInterval", "11s")
Review comment:
without this line , this suite failed cause by :
```
requirement failed: spark.network.timeoutInterval should be less than or
equal to spark.storage.blockManagerHeartbeatTimeoutMs.
java.lang.IllegalArgumentException: requirement failed:
spark.network.timeoutInterval should be less than or equal to
spark.storage.blockManagerHeartbeatTimeoutMs.
```
----------------------------------------------------------------
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]