Re: some region Could not seek StoreFileScanner[HFileScanner for reader

2012-04-30 Thread 永江梁
Alex Baranau: thanks very much, i will have a try. 2012/4/30 Alex Baranau > Yongjiang, > > If it is not too late (in any case this may help others): > > Try to check cluster with hbck tool ( > http://hbase.apache.org/book.html#hbck), > use -details flag to see the errors. If there are, try

Re: some region Could not seek StoreFileScanner[HFileScanner for reader

2012-04-30 Thread Alex Baranau
Yongjiang, If it is not too late (in any case this may help others): Try to check cluster with hbck tool (http://hbase.apache.org/book.html#hbck), use -details flag to see the errors. If there are, try to fix them with "-fix" option. I saw same error [1] as you are describing and this helped me.

Re: some region Could not seek StoreFileScanner[HFileScanner for reader

2012-04-20 Thread 永江梁
hi Jonathan Hsieh: en, that file is not exist. now, every time i scan these failed row, it will throw the error, then the scanner wiil timeout. how i can fix the problem. use the table compact can be work? 在 2012年4月21日 上午12:43,Jonathan Hsieh 写道: > Yongjiang, > > Seems to be somethin

Re: some region Could not seek StoreFileScanner[HFileScanner for reader

2012-04-20 Thread Jonathan Hsieh
Yongjiang, Seems to be something wrong with this file. Is it present? 2012/4/18 永江梁 ... > Caused by: java.io.IOException: Cannot open filename > /hbase/csmt.table/340943837/meta/6858363498326682689 > > If so, are you using permissions on your hdfs cluster? Can you check out this file to see if

Re: some region Could not seek StoreFileScanner[HFileScanner for reader

2012-04-18 Thread 永江梁
hi : recently, i use OffMetaRepair to rebulid meta table, but some region Could not seek StoreFileScanner[HFileScanner for reader. Then i prefix scan rows of the table, it will wait with some row until scannertimeout。I try to delete the error row with Delete(),but not worked。how i can