HBASE-6978 Minor typo in ReplicationSource SocketTimeoutException error handling

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1397441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-10-12 05:17:03 +00:00
parent da4fd3e29b
commit 8285257518
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ public class ReplicationSource extends Thread
// This exception means we waited for more than 60s and nothing
// happened, the cluster is alive and calling it right away
// even for a test just makes things worse.
sleepForRetries("Encountered a SocketTimeoutException. Since the" +
sleepForRetries("Encountered a SocketTimeoutException. Since the " +
"call to the remote cluster timed out, which is usually " +
"caused by a machine failure or a massive slowdown",
this.socketTimeoutMultiplier);