Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.14.0
Description
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:
❰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 ...]
Attachments
Issue Links
- links to