microbean / microbean-kubernetes-controller

A toolset for writing Kubernetes controllers, or operators, in Java.
https://microbean.github.io/microbean-kubernetes-controller/
Apache License 2.0
20 stars 7 forks source link

Closing the synchronization service in Reflector is in the wrong place #3

Closed ljnelson closed 6 years ago

ljnelson commented 6 years ago

Reflector.java proceeds as if a call to watch() blocks. It does not. The finally block that closes the synchronization service needs to be moved to be inside the master close() method.