Kent Yao created SPARK-44241:
--------------------------------
Summary: Set io.connectionTimeout/connectionCreationTimeout to
zero or negative will cause executor incessantes cons/destructions
Key: SPARK-44241
URL: https://issues.apache.org/jira/browse/SPARK-44241
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 3.4.1, 3.3.2, 3.5.0
Reporter: Kent Yao
{code:java}
2023-06-28 14:57:23 CST Bootstrap WARN - Failed to set channel option
'CONNECT_TIMEOUT_MILLIS' with value '-1000' for channel '[id: 0xf4b54a73]'
java.lang.IllegalArgumentException: connectTimeoutMillis : -1000 (expected: >=
0)
at
io.netty.util.internal.ObjectUtil.checkPositiveOrZero(ObjectUtil.java:144)
~[netty-common-4.1.74.Final.jar:4.1.74.Final] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]