ACCUMULO-2583 Missed an extra zero in the default port

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/102ec71a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/102ec71a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/102ec71a

Branch: refs/heads/ACCUMULO-378
Commit: 102ec71ae2e628b8e5f4da26ed8c70e9914f26d6
Parents: 3e21a41
Author: Josh Elser <els...@apache.org>
Authored: Sun May 4 12:20:36 2014 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Sun May 4 12:20:36 2014 -0400

----------------------------------------------------------------------
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/102ec71a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 30835b9..6700736 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -461,7 +461,7 @@ public enum Property {
   @Experimental
   REPLICATION_WORKER_THREADS("replication.worker.threads", "4", 
PropertyType.COUNT, "Size of the threadpool that each tabletserver devotes to 
replicating data"),
   @Experimental
-  REPLICATION_RECEIPT_SERVICE_PORT("replication.receipt.service.port", "1001", 
PropertyType.PORT, "Listen port used by thrift service in tserver listening for 
replication"),
+  REPLICATION_RECEIPT_SERVICE_PORT("replication.receipt.service.port", 
"10001", PropertyType.PORT, "Listen port used by thrift service in tserver 
listening for replication"),
 
   ;
 

Reply via email to