rmetzger opened a new pull request #13438:
URL: https://github.com/apache/flink/pull/13438


   ## What is the purpose of the change
   
   A test failed because the Flink cluster didn't come up in 20 seconds on the 
CI system. While this seems like a lot of time to start Flink, it actually 
isn't if you consider that each Flink daemon startup needs a 2 calls (get java 
version, compute memory config) to the JVM before starting the actual Flink 
daemon. Bash scripts are generally awfully slow, and the CI machines are not 
very well equipped.
   
   
   ## Brief change log
   - Remove unnecessary java version check
   - increase timeout from 20 to 30 seconds.
   
   


----------------------------------------------------------------
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]


Reply via email to