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:
parent
da4fd3e29b
commit
8285257518
|
@ -662,7 +662,7 @@ public class ReplicationSource extends Thread
|
||||||
// This exception means we waited for more than 60s and nothing
|
// This exception means we waited for more than 60s and nothing
|
||||||
// happened, the cluster is alive and calling it right away
|
// happened, the cluster is alive and calling it right away
|
||||||
// even for a test just makes things worse.
|
// 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 " +
|
"call to the remote cluster timed out, which is usually " +
|
||||||
"caused by a machine failure or a massive slowdown",
|
"caused by a machine failure or a massive slowdown",
|
||||||
this.socketTimeoutMultiplier);
|
this.socketTimeoutMultiplier);
|
||||||
|
|
Loading…
Reference in New Issue