-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24863/
-----------------------------------------------------------
Review request for samza.
Bugs: SAMZA-382
https://issues.apache.org/jira/browse/SAMZA-382
Repository: samza
Description
-------
move main method into a separate method to allow a mock-able JmxServer. write a
test to validate that the jmx server is not properly called on certain
exceptions. fix by moving the try block to include all logic in the main method.
fix random typo in comments
Diffs
-----
samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
d574ac413c0ec81e12eb44b2d0cc0d9843aad434
samza-core/src/test/scala/org/apache/samza/container/TestSamzaContainer.scala
e3c7fe3e2d329b0767eb439144b1ba419848bb96
Diff: https://reviews.apache.org/r/24863/diff/
Testing
-------
Thanks,
Chris Riccomini