Repository: asterixdb
Updated Branches:
  refs/heads/master 0a5b641a9 -> 21e749424


[NO ISSUE][OTR] Remove Non-ASCII Char

- user model changes: no
- storage format changes: no
- interface changes: no

Change-Id: Icc3c78786d87fa9387b2c59fd2c18eff1b971da6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2261
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mb...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/21e74942
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/21e74942
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/21e74942

Branch: refs/heads/master
Commit: 21e7494248d69befde53b69c2f9970da36b4f212
Parents: 0a5b641
Author: Murtadha Hubail <mhub...@apache.org>
Authored: Fri Jan 5 19:25:47 2018 +0300
Committer: Murtadha Hubail <mhub...@apache.org>
Committed: Fri Jan 5 10:24:54 2018 -0800

----------------------------------------------------------------------
 .../apache/asterix/replication/management/ReplicationChannel.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/21e74942/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 f19f1cd..417164c 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
@@ -107,7 +107,7 @@ public class ReplicationChannel extends Thread implements 
IReplicationChannel {
         @Override
         public void run() {
             final String oldName = Thread.currentThread().getName();
-            Thread.currentThread().setName("Replication Workerً");
+            Thread.currentThread().setName("Replication Worker");
             try {
                 ReplicationRequestType requestType = 
ReplicationProtocol.getRequestType(socketChannel, inBuffer);
                 while (requestType != ReplicationRequestType.GOODBYE) {

Reply via email to