Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Brett Konold
> Sent: Tuesday, January 28, 2020 1:27 AM > To: dev@samza.apache.org > Subject: Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0 > > Thanks for sharing Jeremiah. The infringing code is calling listFiles on > every file in the base directory, and since you'd configured that to b

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Jeremiah Adams
: Tuesday, January 28, 2020 1:27 AM To: dev@samza.apache.org Subject: Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0 Thanks for sharing Jeremiah. The infringing code is calling listFiles on every file in the base directory, and since you'd configured that to be the current directory of th

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Brett Konold
m: Brett Konold > Sent: Thursday, January 23, 2020 3:45 PM > To: Prateek Maheshwari > Cc: dev@samza.apache.org > Subject: Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0 > > Hey Jeremiah, > > It looks like TransactionalStateTaskStorageManager.removeOldCheckpoints is > r

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-24 Thread Jeremiah Adams
3:45 PM To: Prateek Maheshwari Cc: dev@samza.apache.org Subject: Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0 Hey Jeremiah, It looks like TransactionalStateTaskStorageManager.removeOldCheckpoints is relying on an assumption that the store directory actually has some contents, which may

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-23 Thread Brett Konold
Hey Jeremiah, It looks like TransactionalStateTaskStorageManager.removeOldCheckpoints is relying on an assumption that the store directory actually has some contents, which may not be true depending on the type of store being used. Can you let me know what kind of KeyValueStore you've configured

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-23 Thread Prateek Maheshwari
Brett, can you take a look at this? - Prateek On Wed, Jan 15, 2020 at 9:41 AM Jeremiah Adams wrote: > I am updating our jobs to use samza 1.3.0. I'm getting a null pointer when > manually committing via taskCoordinator.commit(). > > > Below is the stack trace - can anyone point me in the right

Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-15 Thread Jeremiah Adams
I am updating our jobs to use samza 1.3.0. I'm getting a null pointer when manually committing via taskCoordinator.commit(). Below is the stack trace - can anyone point me in the right direction? Thanks. 2020-01-15 10:33:35 RunLoop [ERROR] Task Partition 0 commit failed java.lang.NullPointerE