Repository: asterixdb Updated Branches: refs/heads/master 708f3c37e -> fad840a64
[NO ISSUE][OTH] Fix Log Message - user model changes: no - storage format changes: no - interface changes: no Change-Id: I7e2399478901759f0ce0b09e2fc2f56d589d0d63 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2833 Sonar-Qube: Jenkins <[email protected]> Reviewed-by: Murtadha Hubail <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Reviewed-by: abdullah alamoudi <[email protected]> Integration-Tests: Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/fad840a6 Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/fad840a6 Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/fad840a6 Branch: refs/heads/master Commit: fad840a646047ee22bb13141eed09af625a2f6fd Parents: 708f3c3 Author: Murtadha Hubail <[email protected]> Authored: Wed Aug 1 12:48:19 2018 -0700 Committer: Murtadha Hubail <[email protected]> Committed: Wed Aug 1 15:34:15 2018 -0700 ---------------------------------------------------------------------- .../apache/asterix/replication/management/ReplicationChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/fad840a6/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationChannel.java ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationChannel.java b/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationChannel.java index bc93294..1f6efa8 100644 --- a/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationChannel.java +++ b/asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationChannel.java @@ -114,7 +114,7 @@ public class ReplicationChannel extends Thread implements IReplicationChannel { requestType = ReplicationProtocol.getRequestType(socketChannel, inBuffer); } } catch (Exception e) { - LOGGER.warn("Unexpectedly error during replication.", e); + LOGGER.warn("Unexpected error during replication.", e); } finally { if (socketChannel.isOpen()) { try {
