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


   On macOS, I got the following errors from the stop-cluster.sh script:
   
   ```
   ❰robert❙/tmp/flink-1.14-SNAPSHOT❱✔≻ ./bin/start-cluster.sh
   Starting cluster.
   Starting standalonesession daemon on host MacBook-Pro-2.localdomain.
   Starting taskexecutor daemon on host MacBook-Pro-2.localdomain.
   ❰robert❙/tmp/flink-1.14-SNAPSHOT❱✔≻ ./bin/stop-cluster.sh
   Stopping taskexecutor daemon (pid: 50044) on host MacBook-Pro-2.localdomain.
   tail: illegal option -- -
   usage: tail [-F | -f | -r] [-q] [-b # | -c # | -n #] [file ...]
   Stopping standalonesession daemon (pid: 49812) on host 
MacBook-Pro-2.localdomain.
   tail: illegal option -- -
   usage: tail [-F | -f | -r] [-q] [-b # | -c # | -n #] [file ...]
   ```
   
   With this change any error message from the `tail` command gets swallowed, 
since this timeout operation is anyways optional.
   


-- 
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: issues-unsubscr...@flink.apache.org

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


Reply via email to