Skip to content

Commit

Permalink
[NO ISSUE][REPL] Attempt to Close Replication Channel Quietly
Browse files Browse the repository at this point in the history
- user model changes: no
- storage format changes: no
- interface changes: no

Change-Id: I69af20aa76682b6d28f5c73f21be6db77117896d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2870
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mblow@apache.org>
Contrib: Michael Blow <mblow@apache.org>
Integration-Tests: Michael Blow <mblow@apache.org>
Tested-by: Michael Blow <mblow@apache.org>
  • Loading branch information
mhubail committed Aug 9, 2018
1 parent 4f26f9a commit a196b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private synchronized void setStatus(PartitionReplicaStatus status) {
private void sendGoodBye() {
try {
ReplicationProtocol.sendGoodbye(sc);
} catch (IOException e) {
} catch (Exception e) {
LOGGER.warn("Failed to send good bye to {}", this, e);
}
}
Expand Down

0 comments on commit a196b41

Please sign in to comment.