Re: HRegion.RegionScanner.nextInternal()

2010-11-26 Thread Ryan Rawson
:25 PM Subject: HRegion.RegionScanner.nextInternal() To: hbase-...@hadoop.apache.org Hi, I am officially confused: byte [] nextRow; do { this.storeHeap.next(results, limit - results.size()); if (limit 0 results.size() == limit) { if (this.filter != null filter.hasFilterRow()) throw

Fwd: HRegion.RegionScanner.nextInternal()

2010-11-25 Thread Lars George
Does hbase-dev still get forwarded? Did you see the below message? -- Forwarded message -- From: Lars George lars.geo...@gmail.com Date: Tue, Nov 23, 2010 at 4:25 PM Subject: HRegion.RegionScanner.nextInternal() To: hbase-...@hadoop.apache.org Hi, I am officially confused

Re: HRegion.RegionScanner.nextInternal()

2010-11-25 Thread Ryan Rawson
...@gmail.com wrote: Does hbase-dev still get forwarded? Did you see the below message? -- Forwarded message -- From: Lars George lars.geo...@gmail.com Date: Tue, Nov 23, 2010 at 4:25 PM Subject: HRegion.RegionScanner.nextInternal() To: hbase-...@hadoop.apache.org Hi, I am

Re: HRegion.RegionScanner.nextInternal()

2010-11-25 Thread Lars George
? -- Forwarded message -- From: Lars George lars.geo...@gmail.com Date: Tue, Nov 23, 2010 at 4:25 PM Subject: HRegion.RegionScanner.nextInternal() To: hbase-...@hadoop.apache.org Hi, I am officially confused: byte [] nextRow; do