You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Alastair Munro (JIRA)" <ji...@apache.org> on 2017/10/26 12:49:01 UTC

[jira] [Resolved] (KAFKA-6128) Shutdown script does not do a clean shutdown

     [ https://issues.apache.org/jira/browse/KAFKA-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Munro resolved KAFKA-6128.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0.0
                   0.11.0.1

Broken zookeeper replication for /brokers/ids/<broker-id>.

> Shutdown script does not do a clean shutdown
> --------------------------------------------
>
>                 Key: KAFKA-6128
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6128
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.11.0.1
>            Reporter: Alastair Munro
>            Priority: Minor
>             Fix For: 0.11.0.1, 0.11.0.0
>
>
> Shutdown script (sending term signal) does not do a clean shutdown.
> We are running kafka in kubernetes/openshift 0.11.0.0. The statefulset kafka runs the shutdown script prior to stopping the pod kafka is running on:
> {code}
>         lifecycle:
>           preStop:
>             exec:
>               command:
>               - ./bin/kafka-server-stop.sh
> {code}
> This worked perfectly in 0.11.0.0 but doesn't in 0.11.0.1. Also we see the same behaviour if we send a TERM signal to the kafka process (same as the shutdown script).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)