diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index bbd1430bb7b..ac33d8891c7 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -1409,6 +1409,18 @@ When I build, why do I always get Unable to find resource 'VM_global_libra + + + Why do I see double the actual count of regionservers, once by domain name and then by IP? + + + + Fix your DNS. In versions of HBase before 0.92.x, reverse DNS needs to give same answer + as forward lookup. See HBASE 3431 + Regionserver is not using the name given it by the master; double entry in master listing of servers for gorey details. + + + How do I...?