Murtadha Hubail has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/2870
Change subject: [NO ISSUE][REPL] Attempt to Close Replication Channel Quietly
......................................................................
[NO ISSUE][REPL] Attempt to Close Replication Channel Quietly
- user model changes: no
- storage format changes: no
- interface changes: no
Change-Id: I69af20aa76682b6d28f5c73f21be6db77117896d
---
M
asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/PartitionReplica.java
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/70/2870/1
diff --git
a/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/PartitionReplica.java
b/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/PartitionReplica.java
index 5c324b1..8847e7e 100644
---
a/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/PartitionReplica.java
+++
b/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/PartitionReplica.java
@@ -169,7 +169,7 @@
private void sendGoodBye() {
try {
ReplicationProtocol.sendGoodbye(sc);
- } catch (IOException e) {
+ } catch (Exception e) {
LOGGER.warn("Failed to send good bye to {}", this, e);
}
}
--
To view, visit https://asterix-gerrit.ics.uci.edu/2870
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I69af20aa76682b6d28f5c73f21be6db77117896d
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Murtadha Hubail <[email protected]>