You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by GitBox <gi...@apache.org> on 2020/04/20 07:57:11 UTC

[GitHub] [geode] jvarenina commented on a change in pull request #4967: GEODE-7989: Improve backup exceptions logging

jvarenina commented on a change in pull request #4967:
URL: https://github.com/apache/geode/pull/4967#discussion_r411170968



##########
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:
       Done. Thanks!




----------------------------------------------------------------
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:
users@infra.apache.org