1 inconsistencies detected. Status: INCONSISTENT But this table is fine: Table page_proposed is okay. Number of regions: 16 Deployed on: node1.distparser.com,16020,1519412120531 node3.distparser.com,16020,1519412121079 node4.distparser.com,16020,1519412125106 node5.distparser.com,16020,1519412125539 node6.distparser.com,16020,1519412120498 node7.distparser.com,16020,1519412124131 node8.distparser.com ,16020,1519412120794
The inconsistency is due to this: 2018-02-23 14:25:18,393 INFO [main] util.HBaseFsck: Loading regionsinfo from the hbase:meta table ERROR: Empty REGIONINFO_QUALIFIER found in hbase:meta Number of empty REGIONINFO_QUALIFIER rows in hbase:meta: 1 What is interesting is this: hbase@node2:~/hbase-2.0.0-beta-1$ hdfs dfs -ls /hbase/data/default/page_proposed/c15b13946fa4318a0a956e067d59ebd4 ls: `/hbase/data/default/page_proposed/c15b13946fa4318a0a956e067d59ebd4': No such file or directory So sounds like this is referenced into the META but not into HDFS. Should not HBCK report that instead of saying the table is Okay? JMS 2018-02-23 14:10 GMT-05:00 Ted Yu <yuzhih...@gmail.com>: > Can you check whether region c15b13946fa4318a0a956e067d59ebd4 is healthy > (via hbck) ? > > You may find some clue in master log. > > Cheers > > > > On Fri, Feb 23, 2018 at 11:04 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Hi guys, > > > > In HBase 2.0.0-beta-1, getting this: > > > > 2018-02-23 14:01:55,499 WARN [main] client.HBaseAdmin > > (HBaseAdmin.java:visit(1948)) - No serialized HRegionInfo in > > keyvalues={page_proposed,,1384198043055.c15b13946fa4318a0a956e067d59eb > > d4./info:server/1384198854149/Put/vlen=11/seqid=0, > > page_proposed,,1384198043055.c15b13946fa4318a0a956e067d59eb > > d4./info:serverstartcode/1384198854149/Put/vlen=8/seqid=0} > > > > > > I'm not getting that on other versions. And I'm not sure what it means... > > > > Any idea? > > > > Thanks, > > > > JMS > > >