RE: Old style "low level" Tasks with alternative deployment model(s)

2018-03-19 Thread Thunder Stumpges
And that last issue was mine. My setting override was not picked up and it was using GroupByContainerCount instead. -Thanks, Thunder -Original Message- From: Thunder Stumpges Sent: Monday, March 19, 2018 20:58 To: dev@samza.apache.org Cc: Jagadish Venkatraman ; t...@recursivedream.com;

RE: Old style "low level" Tasks with alternative deployment model(s)

2018-03-19 Thread Thunder Stumpges
Well I figured it out. My specific issue was due to a simple dependency problem where I had gotten an older version of the Jackson-mapper library. However the code was throwing NoSuchMethodError (an Error instead of Exception) and being silently dropped. I created a pull request to handle any Th

[GitHub] samza pull request #450: ScheduleAfterDebounceTime should catch all Throwabl...

2018-03-19 Thread thunderstumpges
GitHub user thunderstumpges opened a pull request: https://github.com/apache/samza/pull/450 ScheduleAfterDebounceTime should catch all Throwable to avoid losing unhandled Errors If an Action executed in the scheduler throws an Error (or other Throwable?) besides Exception, it is si