sql >> Database >  >> NoSQL >> HBase

dood zombie dode regioservers

Ik had deze dn24 RegionServer gemarkeerd als dood in HBaseUI, maar deze machine is maanden geleden buiten gebruik gesteld en uit het cluster verwijderd.

Na wat graven blijkt het hier te staan ​​omdat het door HBase nog steeds als "actief" werd beschouwd en de reden waarom het in HDFS was gevonden:

[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

 

Gevonden ? De WAL (Write-Ahead Log ) was nog steeds in HDFS in de "splitsende" staat, dus vanuit HBase-perspectief is het niet dood.

Ik heb de dn24 WAL-directory in HDFS verwijderd, HBaseMaster opnieuw opgestart (geen downtime op HBase bij het herstarten van HBaseMaster), het ging weg.


  1. Regio's in Azure-cache/DataCache-stijl in Redis

  2. Redis of Mongo om te bepalen of een getal binnen een bereik valt?

  3. MongoDB $concatArrays

  4. 3 manieren om de rij met de maximale waarde in SQL te selecteren