| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
137 (0.272s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7431] TestSplitTransactionOnCluster tests still flaky - HBase - [issue]
|
|
...I still see occasional failures: Assuming all regions of a table are only, even when a previous may have shut down one of the RSs, in which case it might take some for these regions to be on...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7431
Author: Lars Hofhansl,
2012-12-25, 22:23
|
|
|
[HBASE-7432] TestHBaseFsck prevents testsuite from finishing - HBase - [issue]
|
|
...Seen twice in a row in a local build:"pool-1-thread-1" prio=10 tid=0x00007fb4b8410000 nid=0x4481 waiting on condition [0x00007fb4b7d48000] java.lang.Thread.State: TIMED_WAITING (...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7432
Author: Lars Hofhansl,
2012-12-25, 22:23
|
|
|
[HBASE-7417] TestReplication is flaky - HBase - [issue]
|
|
...See discussion at the end of HBASE-5778.TestReplication failed in all recent 0.94 jenkins builds....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7417
Author: Lars Hofhansl,
2012-12-24, 03:04
|
|
|
[HBASE-6862] Apply custom umask to HLog - HBase - [issue]
|
|
...See parent for details.Gist is that it should be possible to restrict the web ui to browse the directory but not allow access to the data files itself.Parent does for HFiles, but forgot to d...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6862
Author: Lars Hofhansl,
2012-12-19, 06:10
|
|
|
[HBASE-7180] RegionScannerImpl.next() is inefficient. - HBase - [issue]
|
|
...We just came across a special scenario.For our Phoenix project (SQL runtime for HBase), we push a lot of work into HBase via coprocessors. One method is to wrap RegionScanner in coprocessor ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7180
Author: Lars Hofhansl,
2012-12-11, 12:05
|
|
|
[HBASE-7320] Replace calls to KeyValue.getBuffer with appropropriate calls to getRowArray, getFamilyArray(), getQualifierArray, and getValueArray - HBase - [issue]
|
|
...In many places this is simple task of just replacing the method name.There, however, quite a few places where we assume that: the entire KV is backed by a single byte array the KVs key porti...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7320
Author: Lars Hofhansl,
2012-12-11, 07:41
|
|
|
[HBASE-7279] Avoid copying the rowkey in RegionScanner, StoreScanner, and ScanQueryMatcher - HBase - [issue]
|
|
...Did some profiling again.I we can gain some performance [1] when passing buffer, rowoffset, and rowlength instead of making a copy of the row key.That way we can also remove the row ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7279
Author: Lars Hofhansl,
2012-12-06, 04:08
|
|
|
[HBASE-6974] Metric for blocked updates - HBase - [issue]
|
|
...When the disc subsystem cannot keep up with a sustained high write load, a region will eventually block updates to throttle clients.(HRegion.checkResources).It would be nice to have a metric...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6974
Author: Lars Hofhansl,
2012-12-03, 21:47
|
|
|
[HBASE-6996] HRegion.mutateRowsWithLocks should call checkResources/checkReadOnly - HBase - [issue]
|
|
...Turns out that mutateRowsWithLocks does not call check resources, so these will not get blocked when the memstore gets to large....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6996
Author: Lars Hofhansl,
2012-12-03, 21:47
|
|
|
[HBASE-7021] Default to Hadoop 1.0.4 in 0.94 and add Hadoop 1.1 profile - HBase - [issue]
|
|
...Hadoop 1.0.4 was released, we should default to that....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7021
Author: Lars Hofhansl,
2012-12-03, 21:47
|
|
|
|