Index: src/docbkx/troubleshooting.xml =================================================================== --- src/docbkx/troubleshooting.xml (revision 1230716) +++ src/docbkx/troubleshooting.xml (working copy) @@ -651,12 +651,17 @@ Network
Network Spikes - If you are seeing periodic network spikes you might want to check the compactionQueues to see if major + If you are seeing periodic network spikes you might want to check the compactionQueues to see if major compactions are happening. See for more information on managing compactions. -
+ +
+ Loopback IP + HBase expects the loopback IP Address to be 127.0.0.1. See the Getting Started section on . + +
Index: src/docbkx/configuration.xml =================================================================== --- src/docbkx/configuration.xml (revision 1230716) +++ src/docbkx/configuration.xml (working copy) @@ -95,6 +95,12 @@ hbase.regionserver.dns.nameserver to choose a different nameserver than the system wide default.
+
+ Loopback IP + HBase expects the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions, + for example, will default to 127.0.1.1 and this will cause problems for you. + +
NTP