Robert Metzger created FLINK-23546:
--------------------------------------
Summary: stop-cluster.sh produces warning on macOS 11.4
Key: FLINK-23546
URL: https://issues.apache.org/jira/browse/FLINK-23546
Project: Flink
Issue Type: Bug
Components: Deployment / Scripts
Affects Versions: 1.14.0
Reporter: Robert Metzger
Since FLINK-17470, we are stopping daemons with a timeout, to SIGKILL them if
they are not gracefully stopping.
I noticed that this mechanism causes warnings on macOS:
{code}
❰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 ...]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)