Re: Periodical on org.apache.hadoop.hbase.NotServingRegionException HBase 1.0.0-cdh5.4.4

2016-05-07 Thread Serega Sheypak
Hi Chien, here is pastebin with log: http://pastebin.com/6x7umBvZ Quick summary is: *RSRpcServices Close 19a02bdebe1cca4eae5509a62fdd217d, moving to null* What does it mean, "moving to null"? It means put it offline and no RS will serve it HRegionServer Received CLOSE for the region:

Re: Cell Level TTL And hfile.format.version

2016-05-07 Thread Anoop John
Ya as said, there is a warn message while doing the flush. To check with every mutation whether it having some tags and hfile version is <3 would be bit costlier. Suggest you change the version and things will work as expected for you. -Anoop- On Fri, May 6, 2016 at 10:09 PM, Huaxiang Sun