Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 139 (0.202s).
Loading phrases to help you
refine your search...
[HBASE-7709] Infinite loop possible in Master/Master replication - HBase - [issue]
...We just discovered the following scenario: Cluster A and B are setup in master/master replication By accident we had Cluster C replicate to Cluster A.Now all edit originating from C will be ...
http://issues.apache.org/jira/browse/HBASE-7709    Author: Lars Hofhansl, 2013-05-17, 07:01
[HBASE-6523] HConnectionImplementation still does not recover from all ZK issues. - HBase - [issue]
...During some testing here at Salesforce.com we found another scenario where an HConnectionImplementation would never recover from a lost ZK connection....
http://issues.apache.org/jira/browse/HBASE-6523    Author: Lars Hofhansl, 2013-05-16, 08:39
[HBASE-8362] Possible MultiGet optimization - HBase - [issue]
...Currently MultiGets are executed on a RegionServer in a single thread in a loop that handles each Get separately (opening a scanner, seeking, etc).It seems we could optimize this (per region...
http://issues.apache.org/jira/browse/HBASE-8362    Author: Lars Hofhansl, 2013-05-16, 06:31
[HBASE-6428] Pluggable Compaction policies - HBase - [issue]
...For some usecases is useful to allow more control over how KVs get compacted.For example one could envision storing old versions of a KV separate HFiles, which then rarely have to be touched...
http://issues.apache.org/jira/browse/HBASE-6428    Author: Lars Hofhansl, 2013-05-14, 01:20
[HBASE-6476] Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent - HBase - [issue]
...There are still some areas where System.currentTimeMillis() is used in HBase. In order to make all parts of the code base testable and (potentially) to be able to configure HBase's notion of...
http://issues.apache.org/jira/browse/HBASE-6476    Author: Lars Hofhansl, 2013-05-07, 19:47
[HBASE-6755] HRegion.internalObtainRowLock uses unecessary AtomicInteger - HBase - [issue]
...I was looking at HBase's implementation of locks and saw that is unnecessarily uses an AtomicInteger to obtain a unique lockid.The observation is that we only need a unique one and don't car...
http://issues.apache.org/jira/browse/HBASE-6755    Author: Lars Hofhansl, 2013-05-07, 19:46
[HBASE-5746] HFileDataBlockEncoderImpl uses wrong header size when reading HFiles with no checksums (0.96) - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-5746    Author: Lars Hofhansl, 2013-05-07, 15:54
[HBASE-5622] Improve efficiency of mapred vesion of RowCounter - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-5622    Author: Lars Hofhansl, 2013-05-02, 04:49
[HBASE-6116] Allow parallel HDFS writes for HLogs. - HBase - [issue]
...In HDFS-1783 I adapted Dhrubas changes to be used in Hadoop trunk.This issue will include the necessary reflection changes to optionally enable this for the WALs in HBase....
http://issues.apache.org/jira/browse/HBASE-6116    Author: Lars Hofhansl, 2013-05-01, 06:47
[HBASE-7755] Experiment with LAB in BlockEndcoding - HBase - [issue]
...I was looking at and profiling the BlockEncoding code to figure out how to make it faster. One issue that jumped out was we call ByteBuffer.allocate(...) for each single KV.As an experiment ...
http://issues.apache.org/jira/browse/HBASE-7755    Author: Lars Hofhansl, 2013-05-01, 06:43
Sort:
project
HBase (139)
HDFS (3)
Hadoop (1)
type
issue (129)
mail # dev (9)
mail # user (1)
date
last 7 days (5)
last 30 days (10)
last 90 days (46)
last 6 months (96)
last 9 months (139)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Lars Hofhansl