Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 137 (0.141s).
Loading phrases to help you
refine your search...
[HBASE-7435] BuiltInGzipDecompressor is only released during full GC - HBase - [issue]
...That seems to be bug in Hadoop, actually.BuiltInGzipDecompressor.end() needs to be called to release it's resource, but it is not called anywhere in CodecPool.Instead the end() is called by ...
http://issues.apache.org/jira/browse/HBASE-7435    Author: Lars Hofhansl, 2013-04-05, 02:01
[HBASE-8151] Decode memstoreTS in HFileReaderV2 only when necessary - HBase - [issue]
...HFiles V2 store the memstoreTS of each KV.In many cases all the KVs in an HFile will have a memstoreTS of 0 (that is the case when at the time the HFile was written there are no KVs that wer...
http://issues.apache.org/jira/browse/HBASE-8151    Author: Lars Hofhansl, 2013-04-05, 02:01
[HBASE-8188] Avoid unnecessary row compare in StoreScanner - HBase - [issue]
...When scanner batching disable (which is the default) a row compare in StoreScanner avoided, because only entire rows of data are requested.This provides a slight performance gain, especially...
http://issues.apache.org/jira/browse/HBASE-8188    Author: Lars Hofhansl, 2013-04-04, 22:16
[HBASE-8265] Simplify ScanQueryMatcher - HBase - [issue]
...HBASE-8188 has an experimental patch to simplify ScanQueryMatcher and some of its caller. In this issue we can discuss further possible changes....
http://issues.apache.org/jira/browse/HBASE-8265    Author: Lars Hofhansl, 2013-04-04, 05:40
[HBASE-6492] Remove Reflection based Hadoop abstractions - HBase - [issue]
...In 0.96 we now have the Hadoop1-compat and Hadoop2-compat projects.The reflection we're using to deal with different versions of Hadoop should be removed in favour of using the compact proje...
http://issues.apache.org/jira/browse/HBASE-6492    Author: Lars Hofhansl, 2013-04-04, 01:19
[HBASE-7141] Cleanup Increment and Append issues - HBase - [issue]
...Append and Increment should take a TS for their update phase Append should access a timerange for the read phase Increment should no longer implement Writable (in trunk) Increment and Append...
http://issues.apache.org/jira/browse/HBASE-7141    Author: Lars Hofhansl, 2013-04-04, 01:10
[HBASE-6562] Fake KVs are sometimes passed to filters - HBase - [issue]
...In internal tests at Salesforce we found that fake row keys sometimes are passed to filters (Filter.filterRowKey(...) specifically).The KVs are eventually filtered by the StoreScanner/ScanQu...
http://issues.apache.org/jira/browse/HBASE-6562    Author: Lars Hofhansl, 2013-04-02, 23:30
[HBASE-5164] Better HTable resource consumption in CoprocessorHost - HBase - [issue]
...HBASE-4805 allows for more control over HTable's resource consumption.This is currently not used by CoprocessorHost (even though it would even be more critical to control this inside the Reg...
http://issues.apache.org/jira/browse/HBASE-5164    Author: Lars Hofhansl, 2013-04-02, 23:21
Re: Wanted your thoughts on Rolling Upgrade Testing in HBase - HBase - [mail # dev]
...Yes please. If possible it could also include a rolling downgrade.  Aleksandr Shulman  wrote:  ...
   Author: Lars Hofhansl, 2013-03-30, 03:32
[HBASE-7624] Backport HBASE-5359 and HBASE-7596 to 0.94 - HBase - [issue]
...Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94....
http://issues.apache.org/jira/browse/HBASE-7624    Author: Lars Hofhansl, 2013-03-23, 04:53
Sort:
project
HBase (137)
HDFS (3)
Hadoop (1)
type
issue (127)
mail # dev (9)
mail # user (1)
date
last 7 days (6)
last 30 days (18)
last 90 days (65)
last 6 months (103)
last 9 months (137)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Lars Hofhansl