Re: Error in Kafka Stream

2018-06-18 Thread Guozhang Wang
Interesting, it indeed seem like a lurking issue in Kafka Streams. Which Kafka version are you using? Guozhang On Mon, Jun 18, 2018 at 12:32 AM, Amandeep Singh wrote: > Hi Guozhang, > > The file system is XFS and the folder is not a temp folder. The issue goes > away when I restart the strea

Re: Error in Kafka Stream

2018-06-18 Thread Amandeep Singh
Hi Guozhang, The file system is XFS and the folder is not a temp folder. The issue goes away when I restart the streams. I forgot to mention i am running 3 multiple instances of consumer on 3 machines. Also, this issue seems to be reported by other users too: https://issues.apache.org/jira/browse

Re: Error in Kafka Stream

2018-06-17 Thread Guozhang Wang
Hello Amandeep, What file system are you using? Also is `/opt/info` a temp folder that can be auto-cleared from time to time? Guozhang On Fri, Jun 15, 2018 at 6:39 AM, Amandeep Singh wrote: > Hi, > > > > I am getting the below error while processign data with kafka stream. The > application