Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When StreamProcessor was created, it , by default, creates a new JmxServer for the container instance. However, it is not shutdown by the container or by the StreamProcessor.
Two changes need to be made:
1. StreamProcessor should not create a JmxServer unless it is explicitly passed by the user-facing api (ApplicationRunner / JobRunner)
2. When the processor is shutdown, the caller should shutdown the JmxServer
Attachments
Issue Links
- relates to
-
SAMZA-1080 Standalone Samza with No Coordination
- Resolved
- links to