Re: Apache Kafka Memory Leakage???

2019-03-07 Thread Syed Mudassir Ahmed
t; say you ran the code without snaplogic for your last test? > >> Can you please run that code in isolation either directly from your IDE > or > >> compile it to a jar file and then do "java -jar ... " then run jconsole > >> and > >> attach to the p

Re: Apache Kafka Memory Leakage???

2019-03-06 Thread Syed Mudassir Ahmed
est. > > Best, > Sönke > > On Tue, Mar 5, 2019 at 12:32 PM Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > > > I already shared the code snippet earlier. What do you mean by input > > params? I am just running the consumer in an infinite

Re: Apache Kafka Memory Leakage???

2019-03-05 Thread Syed Mudassir Ahmed
> Best regards, > Sönke > > On Tue, Mar 5, 2019 at 11:48 AM Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > > > Sonke, > > I am not blaming apache-kafka for the tickets raised by our customers. > > I am saying there could b

Re: Apache Kafka Memory Leakage???

2019-03-05 Thread Syed Mudassir Ahmed
> list. > > What input parameters are you using for isSuggest, messageCount and > synccommit when you run the code? > > Best regards, > Sönke > > > > > On Tue, Mar 5, 2019 at 9:14 AM Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > &g

Re: Apache Kafka Memory Leakage???

2019-03-05 Thread Syed Mudassir Ahmed
gards, > Sönke > > > On Mon, Mar 4, 2019 at 1:44 PM Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > >> Sonke, >> thanks again. >> Yes, I replaced the non-kafka code from our end with a simple Sysout >> statement

Re: Apache Kafka Memory Leakage???

2019-03-04 Thread Syed Mudassir Ahmed
the payload of your > code with a println statement to remove non-Kafka code from your > program and make sure that the leak is not in there. Have you tried > that? > > Best regards, > Sönke > > On Mon, Mar 4, 2019 at 7:21 AM Syed Mudassir Ahmed > wrote: > > > >

Re: Apache Kafka Memory Leakage???

2019-03-03 Thread Syed Mudassir Ahmed
a little. > > Best regards, > Sönke > > [1] https://gist.github.com/soenkeliebau/e77e8665a1e7e49ade9ec27a6696e983 > [2] > https://gist.github.com/soenkeliebau/e77e8665a1e7e49ade9ec27a6696e983#file-memoryleak-java-L86 > > > On Fri, Mar 1, 2019 at 7:35 AM Syed Mudass

Fwd: Apache Kafka Memory Leakage???

2019-02-28 Thread Syed Mudassir Ahmed
Thanks, -- Forwarded message - From: Syed Mudassir Ahmed Date: Tue, Feb 26, 2019 at 12:40 PM Subject: Apache Kafka Memory Leakage??? To: Cc: Syed Mudassir Ahmed Hi Team, I have a java application based out of latest Apache Kafka version 2.1.1. I have a consumer