Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ConnectionManager to retry with increment
Fails when running master+worker+executor+shell on the same machine. I think the issue is that both the shell and the executor attempt to start a ConnectionManager, which causes port conflicts. Solution is to attempt and increment on BindExceptions
- Loading branch information