Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 111 to 120 from 137 (0.102s).
Loading phrases to help you
refine your search...
[HBASE-6946] JavaDoc missing from release tarballs - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-6946    Author: Lars Hofhansl, 2012-10-05, 02:02
[HBASE-5059] Tests for: Support deleted rows in CopyTable - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-5059    Author: Lars Hofhansl, 2012-09-28, 00:20
[HBASE-6406] TestReplicationPeer.testResetZooKeeperSession and TestZooKeeper.testClientSessionExpired fail frequently - HBase - [issue]
...Looking back through the 0.94 test runs these two tests accounted for 11 of 34 failed tests.They should be fixed or (temporarily) disabled....
http://issues.apache.org/jira/browse/HBASE-6406    Author: Lars Hofhansl, 2012-09-21, 23:46
[HBASE-6720] Optionally limit number of regions balanced in each balancer run - HBase - [issue]
...See discussion on HBASE-3866...
http://issues.apache.org/jira/browse/HBASE-6720    Author: Lars Hofhansl, 2012-09-19, 02:58
[HBASE-6579] Unnecessary KV order check in StoreScanner - HBase - [issue]
...In StoreScanner.next(List<KeyValue>, int, String) I find this code:// Check that the heap gives us KVs in an increasing order.      if (prevKV != null && co...
http://issues.apache.org/jira/browse/HBASE-6579    Author: Lars Hofhansl, 2012-09-05, 01:57
[HBASE-5333] Introduce Memstore "backpressure" for writes - HBase - [issue]
...Currently if the memstore/flush/compaction cannot keep up with the writeload, we block writers up to hbase.hstore.blockingWaitTime milliseconds (default is 90000).Would be nice if there was ...
http://issues.apache.org/jira/browse/HBASE-5333    Author: Lars Hofhansl, 2012-08-23, 05:32
[HBASE-6603] RegionMetricsStorage.incrNumericMetric is called too often - HBase - [issue]
...Running an HBase scan load through the profiler revealed that RegionMetricsStorage.incrNumericMetric is called way too often.It turns out that we make this call for each KV in StoreScanner.n...
http://issues.apache.org/jira/browse/HBASE-6603    Author: Lars Hofhansl, 2012-08-22, 14:48
[HBASE-6621] Reduce calls to Bytes.toInt - HBase - [issue]
...Bytes.toInt shows up quite often in a profiler run.It turns out that one source is HFileReaderV2$ScannerV2.getKeyValue().Notice that we call the KeyValue(byte[], int) constructor, which forc...
http://issues.apache.org/jira/browse/HBASE-6621    Author: Lars Hofhansl, 2012-08-22, 00:29
[HBASE-6561] Gets/Puts with many columns send the RegionServer into an "endless" loop - HBase - [issue]
...This came from the mailing this:We were able to replicate this behavior in a pseudo-distributed hbase(hbase-0.94.1) environment. We wrote a test program that creates a testtable "MyTestTable...
http://issues.apache.org/jira/browse/HBASE-6561    Author: Lars Hofhansl, 2012-08-17, 10:53
[HBASE-5659] TestAtomicOperation.testMultiRowMutationMultiThreads is still failing occasionally - HBase - [issue]
...See run here: https://builds.apache.org/job/PreCommit-HBASE-Build/1318//testReport/org.apache.hadoop.hbase.regionserver/TestAtomicOperation/testMultiRowMutationMultiThreads/2012-03-27 04:36:...
http://issues.apache.org/jira/browse/HBASE-5659    Author: Lars Hofhansl, 2012-08-05, 00:51
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 (61)
last 6 months (103)
last 9 months (137)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2274)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (416)
Gary Helmling (290)
Lars Hofhansl