Fixing the link for ZK session expiration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a0eb6f0c2
commit
a952738257
|
@ -95,8 +95,8 @@ public class Sleeper {
|
|||
if (slept - this.period > MINIMAL_DELTA_FOR_LOGGING) {
|
||||
LOG.warn("We slept " + slept + "ms instead of " + this.period +
|
||||
"ms, this is likely due to a long " +
|
||||
"garbage collecting pause and it's usually bad, " +
|
||||
"see http://wiki.apache.org/hadoop/Hbase/Troubleshooting#A9");
|
||||
"garbage collecting pause and it's usually bad, see " +
|
||||
"http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired");
|
||||
}
|
||||
} catch(InterruptedException iex) {
|
||||
// We we interrupted because we're meant to stop? If not, just
|
||||
|
|
Loading…
Reference in New Issue