xinyuiscool commented on a change in pull request #1197: SAMZA-2067: Support
Samza's running on Kubernetes
URL: https://github.com/apache/samza/pull/1197#discussion_r344416787
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerProcessManager.java
##########
@@ -93,7 +93,7 @@
* The Allocator matches requests to resources and executes processes.
*/
private final ContainerAllocator containerAllocator;
- private final Thread allocatorThread;
+ private Thread allocatorThread = null;
Review comment:
please keep this final and assign to different values in the constructor.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services