mkevo commented on a change in pull request #4967: URL: https://github.com/apache/geode/pull/4967#discussion_r411162666
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupService.java ########## @@ -74,6 +74,9 @@ public BackupService(InternalCache cache) { try { result = taskFuture.get(); } catch (InterruptedException | ExecutionException e) { + if (e instanceof ExecutionException) { Review comment: I think that it will be good to log both exceptions. Please remove this check. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org