[jira] [Updated] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

2013-11-18 Thread Jun Rao (JIRA)

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

Jun Rao updated KAFKA-1127:
---

   Resolution: Fixed
Fix Version/s: 0.8.1
 Assignee: Raymond Liu
   Status: Resolved  (was: Patch Available)

Thanks for patch v3. +1. Committed to trunk.

 kafka and zookeeper server should start in daemon mode and log to correct 
 position
 --

 Key: KAFKA-1127
 URL: https://issues.apache.org/jira/browse/KAFKA-1127
 Project: Kafka
  Issue Type: Improvement
  Components: core
Affects Versions: 0.9
Reporter: Raymond Liu
Assignee: Raymond Liu
Priority: Minor
 Fix For: 0.8.1

 Attachments: kafka-1127-v2.patch, kafka-1127-v3.patch, 
 kafka-1127.patch


 Hi
 At present, the kafka-server-start.sh and zookeeper-server-start.sh will 
 start kafka broker and zookeeper in fg mode, though daemon parameter is 
 added. you need to add  to make it bg. But the console log will still output 
 in fg.
 Should make it fully run in bg and redirect console log to files. And log 
 file position should not depends on where the cmd is running. Thus it will be 
 more friendly for scripts to launch server on nodes by batch.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

2013-11-13 Thread Raymond Liu (JIRA)

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

Raymond Liu updated KAFKA-1127:
---

Attachment: kafka-1127-v3.patch

 kafka and zookeeper server should start in daemon mode and log to correct 
 position
 --

 Key: KAFKA-1127
 URL: https://issues.apache.org/jira/browse/KAFKA-1127
 Project: Kafka
  Issue Type: Improvement
  Components: core
Affects Versions: 0.9
Reporter: Raymond Liu
Priority: Minor
 Attachments: kafka-1127-v2.patch, kafka-1127-v3.patch, 
 kafka-1127.patch


 Hi
 At present, the kafka-server-start.sh and zookeeper-server-start.sh will 
 start kafka broker and zookeeper in fg mode, though daemon parameter is 
 added. you need to add  to make it bg. But the console log will still output 
 in fg.
 Should make it fully run in bg and redirect console log to files. And log 
 file position should not depends on where the cmd is running. Thus it will be 
 more friendly for scripts to launch server on nodes by batch.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

2013-11-07 Thread Raymond Liu (JIRA)

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

Raymond Liu updated KAFKA-1127:
---

Attachment: kafka-1127.patch

 kafka and zookeeper server should start in daemon mode and log to correct 
 position
 --

 Key: KAFKA-1127
 URL: https://issues.apache.org/jira/browse/KAFKA-1127
 Project: Kafka
  Issue Type: Improvement
  Components: core
Affects Versions: 0.9
Reporter: Raymond Liu
Priority: Minor
 Attachments: kafka-1127.patch


 Hi
 At present, the kafka-server-start.sh and zookeeper-server-start.sh will 
 start kafka broker and zookeeper in fg mode, though daemon parameter is 
 added. you need to add  to make it bg. But the console log will still output 
 in fg.
 Should make it fully run in bg and redirect console log to files. And log 
 file position should not depends on where the cmd is running. Thus it will be 
 more friendly for scripts to launch server on nodes by batch.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

2013-11-07 Thread Raymond Liu (JIRA)

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

Raymond Liu updated KAFKA-1127:
---

Affects Version/s: 0.9
   Status: Patch Available  (was: Open)

 kafka and zookeeper server should start in daemon mode and log to correct 
 position
 --

 Key: KAFKA-1127
 URL: https://issues.apache.org/jira/browse/KAFKA-1127
 Project: Kafka
  Issue Type: Improvement
  Components: core
Affects Versions: 0.9
Reporter: Raymond Liu
Priority: Minor
 Attachments: kafka-1127.patch


 Hi
 At present, the kafka-server-start.sh and zookeeper-server-start.sh will 
 start kafka broker and zookeeper in fg mode, though daemon parameter is 
 added. you need to add  to make it bg. But the console log will still output 
 in fg.
 Should make it fully run in bg and redirect console log to files. And log 
 file position should not depends on where the cmd is running. Thus it will be 
 more friendly for scripts to launch server on nodes by batch.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

2013-11-07 Thread Raymond Liu (JIRA)

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

Raymond Liu updated KAFKA-1127:
---

Attachment: kafka-1127-v2.patch

So this one is combined patch with KAFKA-1109

 kafka and zookeeper server should start in daemon mode and log to correct 
 position
 --

 Key: KAFKA-1127
 URL: https://issues.apache.org/jira/browse/KAFKA-1127
 Project: Kafka
  Issue Type: Improvement
  Components: core
Affects Versions: 0.9
Reporter: Raymond Liu
Priority: Minor
 Attachments: kafka-1127-v2.patch, kafka-1127.patch


 Hi
 At present, the kafka-server-start.sh and zookeeper-server-start.sh will 
 start kafka broker and zookeeper in fg mode, though daemon parameter is 
 added. you need to add  to make it bg. But the console log will still output 
 in fg.
 Should make it fully run in bg and redirect console log to files. And log 
 file position should not depends on where the cmd is running. Thus it will be 
 more friendly for scripts to launch server on nodes by batch.



--
This message was sent by Atlassian JIRA
(v6.1#6144)