[
https://issues.apache.org/jira/browse/FLINK-23546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Metzger closed FLINK-23546.
----------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
Merged to master in
https://github.com/apache/flink/commit/3b115544b04572831e162288097105c63ca5e048
merged to release-1.13 in
https://github.com/apache/flink/commit/d5bf26448780d2bfc3ec4db28c8f8c91b1435487
> 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
> Assignee: Robert Metzger
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> 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)