You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/07/12 13:49:00 UTC

[jira] [Comment Edited] (KAFKA-7154) Apache kafka getting shut down everytime it is started

    [ https://issues.apache.org/jira/browse/KAFKA-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541672#comment-16541672 ] 

Manikumar edited comment on KAFKA-7154 at 7/12/18 1:48 PM:
-----------------------------------------------------------

looks like you are closing the terminal,  where server started. You can try starting in daemon mode or use nohup & command

_sh kafka-server-start.sh -daemon ../config/server.properties_

_nohup_ _sh kafka-server-start.sh ../config/server.properties &_


was (Author: omkreddy):
looks like you are closing the terminal where server started. You can try starting in deamon mode or use nohup & command

_sh kafka-server-start.sh -daemon ../config/server.properties_

_nohup_ _sh kafka-server-start.sh ../config/server.properties &_

> Apache kafka getting shut down everytime it is started
> ------------------------------------------------------
>
>                 Key: KAFKA-7154
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7154
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Pushkar Kumar
>            Priority: Major
>         Attachments: server.txt
>
>
> Hi Team,
> We performed below steps to setup Apache Kafka on a Linux CentOS box:-
> 1.Setup jdk-8u172-linux-x64
> 2.Setup zookeeper-3.5.4-beta and its running fine.
> 3.Setup kafka_2.12-1.1.0(Binary file download from Apache Kafka platform)
> Whenever I am trying to start the Kafka Service, it shows below behavior:-
> INFO Terminating process due to signal SIGHUP (kafka.Kafka$)
>  INFO [KafkaServer id=0] shutting down (kafka.server.KafkaServer)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)