You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "hailin (JIRA)" <ji...@apache.org> on 2016/09/24 08:59:20 UTC

[jira] [Created] (FLUME-2996) Flume process shutdown automaticly

hailin created FLUME-2996:
-----------------------------

             Summary: Flume process shutdown automaticly
                 Key: FLUME-2996
                 URL: https://issues.apache.org/jira/browse/FLUME-2996
             Project: Flume
          Issue Type: Bug
         Environment: Amazon Linux
            Reporter: hailin


hi guys,

I install flume from apache-flume-1.6.0-bin.tar.gz, and startup flume with some my custom configure file with cmd line like this: 
bin/flume-ng agent -Dflume.monitoring.type=http -Dflume.monitoring.port=41414 -c conf -f conf/flume.conf --name a1 -Dflume.root.logger=INFO,DAILY 

it works fine without any issue, but after several hours when I check the process, I found it was shutdown automaticly. Bellow is the flume log information:

.....
24 Sep 2016 05:53:59,391 INFO  [agent-shutdown-hook] (org.apache.flume.lifecycle.LifecycleSupervisor.stop:79)  - Stopping lifecycle supervisor 10
24 Sep 2016 05:53:59,394 INFO  [agent-shutdown-hook] (org.apache.flume.instrumentation.MonitoredCounterGroup.stop:150)  - Component type: SINK, name: sink_kinesis_stream stopped
24 Sep 2016 05:53:59,394 INFO  [agent-shutdown-hook] (org.apache.flume.instrumentation.MonitoredCounterGroup.stop:156)  - Shutdown Metric for type: SINK, name: sink_kinesis_stream. sink.start.time == 1474685921906
....

Can anyone help me fix it? How can I do to stop this issue as our bussiness already block because of this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)