Re: Deadlock between roll timer and PollingRunner threads

2017-02-16 Thread Chia-Hung Lin
Given a quick test (for 20k records) with patch[1] applied, the dead lock problem looks fixed. Thanks! [1]. https://issues.apache.org/jira/browse/FLUME-2973 On 9 February 2017 at 11:29, Chia-Hung Lin wrote: > Thanks for the information. The maxOpenFiles value I use is the > default one (I don't

Re: Deadlock between roll timer and PollingRunner threads

2017-02-09 Thread Chia-Hung Lin
Thanks for the information. The maxOpenFiles value I use is the default one (I don't touch that config value in fact). On 8 February 2017 at 15:28, Denes Arvay wrote: > Hi, > > Yes, it seems to be a bug, I also bumped into it. > It seems that the conf file poller detects change in the config file

Re: Deadlock between roll timer and PollingRunner threads

2017-02-08 Thread Denes Arvay
Hi, Yes, it seems to be a bug, I also bumped into it. It seems that the conf file poller detects change in the config file and tries to stop the components and in the same time HDFS sink tries to roll a file. It should be solved by https://issues.apache.org/jira/browse/FLUME-2973 >From your threa