Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch AmazonClientExceptions to prevent connection loss
If the AWS client throws an exception (e.g: because of a DNS failure) it will end up killing the rejoin thread and stop retrying which can lead to a node getting stuck unable to rejoin the cluster. Closes #30.
- Loading branch information