Re: Problem: upgrade 1.2 to 1.3 caused loss of clean shutdown on SIGTERM

2020-01-07 Thread Brett Konold
Hey Thunder, Thanks for reporting. Taking a look into this and will get back to you when I have something. Brett From: Thunder Stumpges Sent: Monday, January 6, 2020 6:54 PM To: dev@samza.apache.org Subject: Problem: upgrade 1.2 to 1.3 caused loss of clean shut

Re: Problem: upgrade 1.2 to 1.3 caused loss of clean shutdown on SIGTERM

2020-01-07 Thread Brett Konold
Thunder, How were you able to determine that the shutdown hooks are not being called? If you're able to share any of your shutdown logs from before and after your 1.3 upgrade, that would be helpful while I try to reproduce this issue myself. Brett From:

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-28 Thread Brett Konold
ocksDbTableDescriptor(tableName, KVSerde.of(new StringSerde(), new > StringSerde(.withTtl(this.rocksDbTtl); > > > Jeremiah Adams > Software Engineer > www.helixeducation.com > Blog | Twitter | Facebook | LinkedIn > > > Fro

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Brett Konold
is by specifying an alternate directory? It > will still be empty on initial startup. > > > > Jeremiah Adams > Software Engineer > www.helixeducation.com > Blog | Twitter | Facebook | LinkedIn > > ____ > From: Brett Konold