How to use patch-13090 in hbase-0.98.6.1

2015-07-24 Thread Song Geng
Hi, I am a novice for hbase. Now I am trying to figure out an issue which is about client scan timeout after delete. Basically, the reason is there are too many continuous delete flags before major compaction. Fortunately, I found patch-13090 could fix client scan timeout issue. But we use

Re: [Discuss]A issue of scan timeout after delete a number of rows

2015-07-03 Thread Song Geng
: You may have read http://hbase.apache.org/book.html#version.delete http://hbase.apache.org/book.html#version.delete Please see 'Scan Improvements in HBase 1.1.0' under https://blogs.apache.org/hbase/ https://blogs.apache.org/hbase/ Cheers On Thu, Jul 2, 2015 at 6:54 PM, Song Geng soul.gr

[Discuss]A issue of scan timeout after delete a number of rows

2015-07-02 Thread Song Geng
Hi everyone, I am a complete novice in hbase and the community. And this is my first email. Please forgive me if I make some trouble. Here is the issue: We use hbase store the file information and using compose userid and rowkey as the file path. For example: A user’s id is 1000, and