Saya punya dn24 . ini RegionServer ditandai sebagai mati di HBaseUI tetapi mesin ini telah dinonaktifkan dan dihapus dari cluster beberapa bulan yang lalu.
Setelah beberapa penggalian, ternyata itu berdiri di sini karena masih dianggap "aktif" oleh HBase, dan alasan mengapa ditemukan di HDFS :
[root@machine ~]# hdfs dfs -ls /apps/hbase/data/WALs/
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn17.test.fr,60020,1446939183416
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn18.test.fr,60020,1446939179122
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn19.test.fr,60020,1446939182213
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn20.test.fr,60020,1446939182925
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn21.test.fr,60020,1446939185744
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn22.test.fr,60020,1446939173931
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn24.test.fr,60020,1409665198801-splitting
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn25.test.fr,60020,1446939185856
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn26.test.fr,60020,1446939178831
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn27.test.fr,60020,1446939183921
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn28.test.fr,60020,1446939179838
drwxrwx--- - hbase hdfs 0 2015-11-08 00:33 /apps/hbase/data/WALs/dn29.test.fr,60020,1446939178499
Ditemukan ? WAL (Log Tulis Sebelumnya ) masih dalam HDFS dalam status "membelah", jadi dari perspektif HBase, itu tidak mati.
Saya menghapus direktori dn24 WAL di HDFS, memulai ulang HBaseMaster (tidak ada waktu henti pada HBase saat memulai ulang HBaseMaster), direktori itu hilang.