Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 139 (0.12s).
Loading phrases to help you
refine your search...
[HBASE-5923] Cleanup checkAndXXX logic - HBase - [issue]
...1. the checkAnd{Put|Delete} method that takes a CompareOP is not exposed via HTable[Interface].2. there is unnecessary duplicate code in the check{Put|Delete} code in HRegionSer...
http://issues.apache.org/jira/browse/HBASE-5923    Author: Lars Hofhansl, 2013-06-12, 05:48
[HBASE-6577] RegionScannerImpl.nextRow() should seek to next row - HBase - [issue]
...RegionScannerImpl.nextRow() is called when a filter filters the entire row. In that case we should seek to the next row rather then iterating over all versions of all columns to get there....
http://issues.apache.org/jira/browse/HBASE-6577    Author: Lars Hofhansl, 2013-06-12, 05:48
[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-06-12, 05:48
[HBASE-6580] New HTable pool, based on HBase(byte[], HConnection, ExecutorService) constructor - HBase - [issue]
...Here I propose a very simple TablePool.It could be called LightHTablePool (or something - if you have a better name).Internally it would maintain an HConnection and an Executor service and e...
http://issues.apache.org/jira/browse/HBASE-6580    Author: Lars Hofhansl, 2013-06-12, 05:48
[HBASE-6970] hbase-deamon.sh creates/updates pid file even when that start failed. - HBase - [issue]
...We just ran into a strange issue where could neither start nor stop services with hbase-deamon.sh.The problem is this:    nohup nice -n $HBASE_NICENESS "$HBASE_HOME"/bin/hbase...
http://issues.apache.org/jira/browse/HBASE-6970    Author: Lars Hofhansl, 2013-06-12, 05:48
[HBASE-5002] Control replication peer per column family. - HBase - [issue]
...With HBASE-2196 in place. Would be nice if we could control per CF to which peer(s) it is replicated.Could have a new option REPLICATION_PEERS, which holds a , separated list of replication ...
http://issues.apache.org/jira/browse/HBASE-5002    Author: Lars Hofhansl, 2013-06-11, 01:16
[HBASE-5930] Limits the amount of time an edit can live in the memstore. - HBase - [issue]
...A colleague of mine ran into an interesting issue.He inserted some data with the WAL disabled, which happened to fit in the aggregate Memstores memory.Two weeks later he a had problem with t...
http://issues.apache.org/jira/browse/HBASE-5930    Author: Lars Hofhansl, 2013-06-03, 16:50
[HBASE-8620] Port HBASE-6874 Implement prefetching for scanners from 0.89-fb to 0.94 - HBase - [issue]
...See parent for details and patch,...
http://issues.apache.org/jira/browse/HBASE-8620    Author: Lars Hofhansl, 2013-05-25, 06:25
[HBASE-8525] Use sleep multilier when choosing sinks in ReplicationSource - HBase - [issue]
...Currently we see this every second. Filling up the log:2013-05-10 18:36:00,766 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ist6-mnds1-2-sfm.ops.sfdc.net/10.224....
http://issues.apache.org/jira/browse/HBASE-8525    Author: Lars Hofhansl, 2013-05-23, 06:51
[HBASE-8375] Streamline Table durability settings - HBase - [issue]
...HBASE-7801 introduces the notion of per mutation fine grained durability settings.This issue is to consider and the discuss the same for the per table settings (i.e. what would be used if th...
http://issues.apache.org/jira/browse/HBASE-8375    Author: Lars Hofhansl, 2013-05-21, 07:28
Sort:
project
HBase (139)
HDFS (3)
Hadoop (1)
type
issue (129)
mail # dev (9)
mail # user (1)
date
last 7 days (0)
last 30 days (10)
last 90 days (46)
last 6 months (95)
last 9 months (139)
author
Stack (3791)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (673)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Lars Hofhansl