HuangXingBo commented on a change in pull request #18954:
URL: https://github.com/apache/flink/pull/18954#discussion_r817374755
##########
File path: flink-python/pyflink/pyflink_gateway_server.py
##########
@@ -290,7 +291,23 @@ def launch_gateway_server_process(env, args):
classpath = os.pathsep.join(
[construct_flink_classpath(env), construct_hadoop_classpath(env)])
if "FLINK_TESTING" in env:
- download_apache_avro()
+ retry_times = 3
Review comment:
This only downloads the avro package when the local test prepares the
environment. It is completely invisible to the user. I don't think it is
necessary to make the number of retries configurable. WDYT
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]