| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
137 (0.203s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8229] Replication code logs like crazy if a target table cannot be found. - HBase - [issue]
|
|
...One of our RS/DN machines ran out of diskspace on the partition to which we write the log files.It turns out we still had a table in our source cluster with REPLICATION_SCOPE=>1 that did ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8229
Author: Lars Hofhansl,
2013-04-17, 19:33
|
|
|
[HBASE-7801] Allow a deferred sync option per Mutation. - HBase - [issue]
|
|
...Won't have time for parent. But a deferred sync option on a per operation basis comes up quite frequently.In 0.96 this can be handled cleanly via protobufs and 0.94 we can have a special mut...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7801
Author: Lars Hofhansl,
2013-04-16, 10:44
|
|
|
[HBASE-4210] Allow coprocessor to interact with batches per region sent from a client - HBase - [issue]
|
|
...Currently the coprocessor write hooks - {pre|post}{Put|Delete} - are strictly one row|cell operations.It might be a good idea to allow a coprocessor to deal with batches of puts and del...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4210
Author: Lars Hofhansl,
2013-04-16, 04:47
|
|
|
[HBASE-7255] KV size metric went missing from StoreScanner. - HBase - [issue]
|
|
...In trunk due to the metric refactor, at least the KV size metric went missing.See this code in StoreScanner.java: } finally { if (cumulativeMetric ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7255
Author: Lars Hofhansl,
2013-04-13, 04:07
|
|
|
[HBASE-8316] JoinedHeap for non essential column families should reseek instead of seek - HBase - [issue]
|
|
...This was raised by the Phoenix team. During a profiling session we noticed that catching the joinedHeap up to the current rows via seek causes a performance regression, which makes the joine...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8316
Author: Lars Hofhansl,
2013-04-12, 05:15
|
|
|
Re: Essential column family performance - HBase - [mail # user]
|
|
...Also the unittest tests with only 10000 rows that would all fit in the memstore. Seek vs reseek should make little difference for the memstore. We tested with 1m and 10m rows, and flus...
|
|
|
Author: Lars Hofhansl,
2013-04-10, 01:17
|
|
|
[HBASE-6505] Allow shared RegionObserver state - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-6505
Author: Lars Hofhansl,
2013-04-07, 06:16
|
|
|
[HBASE-6427] Pluggable compaction and scan policies via coprocessors - HBase - [issue]
|
|
...When implementing higher level stores on top of HBase it is necessary to allow dynamic control over how long KVs must be kept around.Semi-static config options for ColumnFamilies (# of versi...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6427
Author: Lars Hofhansl,
2013-04-07, 06:16
|
|
|
[HBASE-6522] Expose locks and leases to Coprocessors - HBase - [issue]
|
|
...Currently it is not possible for CP to implement any of checkAndMutate type operations, because coprocessor have no way create a lock, because getLock is private HRegion (interestingly Relea...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6522
Author: Lars Hofhansl,
2013-04-07, 06:13
|
|
|
[HBASE-6496] Example ZK based scan policy - HBase - [issue]
|
|
...Provide an example of a RegionServer that listens to a ZK node to learn about what set of KVs can safely be deleted during a compaction....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6496
Author: Lars Hofhansl,
2013-04-07, 05:32
|
|
|
|