You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2011/12/21 00:39:45 UTC

svn commit: r1221525 - /hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java

Author: jdcryans
Date: Tue Dec 20 23:39:45 2011
New Revision: 1221525

URL: http://svn.apache.org/viewvc?rev=1221525&view=rev
Log:
Fixing the link for ZK session expiration

Modified:
    hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java

Modified: hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java?rev=1221525&r1=1221524&r2=1221525&view=diff
==============================================================================
--- hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java (original)
+++ hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java Tue Dec 20 23:39:45 2011
@@ -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