Details
-
Story
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.18.0
-
None
-
None
-
Patch
Description
When I started Aurora scheduler with -zk_in_proc=true , I noticed two issues:
1. MesosLogStreamModule does not connect to the in-process ZooKeeper server, instead it tries to connect an endpoint specified by -zk_endpoints, which should be ignored.
2. Shutting down the scheduler hangs because in-process ZooKeeper server shuts down before clients can close the session.