Fix #1035 : RejectedExecutionException in WatchHTTPManager
+ Since RejectedExecutionException is a 'normal' situation that could
happen in a healthy system. Move exception in reconnect stacktraces
to logger.debug levels.
+ Added a check to avoid submitting task to executor if it's shutdown.
+ Updated CHANGELOG.md