Re: Punctuate NPE

2020-12-20 Thread Navneeth Krishnan
Thanks John & Blake. Will try to recreate the issue and see what's going on. Regards, Navneeth On Thu, Dec 17, 2020 at 6:27 PM Blake Miller wrote: > Navneeth, > > You may need this JVM option: > > -XX:-OmitStackTraceInFastThrow > > as some stack frame information can be optimized away by

Re: Punctuate NPE

2020-12-17 Thread Blake Miller
Navneeth, You may need this JVM option: -XX:-OmitStackTraceInFastThrow as some stack frame information can be optimized away by default by some JVMs leaving us blind to the real issue. HTH On Wed, Dec 16, 2020 at 4:15 AM John Roesler wrote: > Hi Navneeth, > > I'm sorry for the trouble. > >

Re: Punctuate NPE

2020-12-15 Thread John Roesler
Hi Navneeth, I'm sorry for the trouble. Which version of Streams are you using? Also, this doesn't look like the full stacktrace, since we can't see the NPE itself. Can you share the whole thing? Thanks, -John On Tue, 2020-12-15 at 00:30 -0800, Navneeth Krishnan wrote: > Hi All, > > I have a

Punctuate NPE

2020-12-15 Thread Navneeth Krishnan
Hi All, I have a scheduled function that runs every 10 seconds and in some cases I see this NPE. Not sure how to debug this issue. Any pointers would really help. Thanks context.schedule(this.scheduleInterval, PunctuationType.STREAM_TIME, this::flush); 2020-12-15 07:40:14.214