| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
137 (0.299s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-5257] Allow INCLUDE_AND_NEXT_COL in filters and use it in ColumnPaginationFilter - HBase - [issue]
|
|
...There are various usecases and filter types where evaluating the filter before version are handled either do not make sense, or make filter handling more complicated.Also see this comment in...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5257
Author: Lars Hofhansl,
2012-12-03, 21:47
|
|
|
[HBASE-7252] TestSizeBasedThrottler fails occasionally - HBase - [issue]
|
|
...Every now and then TestSizeBasedThrottler fails reaching the test internal timeouts.I think the timeouts (200ms) are too short for the Jenkins machines.On my (reasonably fast) machine I get ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7252
Author: Lars Hofhansl,
2012-12-02, 00:25
|
|
|
[HBASE-7215] Put, Delete, Increment, Result, all all HBase M/R classes still implement/use Writable - HBase - [issue]
|
|
...Making blocker as suggested by Stack.At least the following still use Put/Delete as writables. IdentityTableReduce.java MultiPut.java HRegionServer.checkAndMutate...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7215
Author: Lars Hofhansl,
2012-11-30, 00:09
|
|
|
[HBASE-4805] Allow better control of resource consumption in HTable - HBase - [issue]
|
|
...From some internal discussions at Salesforce we concluded that we need better control over the resources (mostly threads) consumed by HTable when used in a AppServer with many client threads...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4805
Author: Lars Hofhansl,
2012-11-18, 22:35
|
|
|
[HBASE-7069] HTable.batch does not have to be synchronized - HBase - [issue]
|
|
...This was raised on the mailing list by Yousuf.HTable.batch(...) is synchronized and there appears to be no reason for it.(flushCommits makes the same call to connection.processBatch and it a...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7069
Author: Lars Hofhansl,
2012-11-13, 06:58
|
|
|
[HBASE-7010] PrefixFilter should seek to first matching row - HBase - [issue]
|
|
...Currently a PrefixFilter will happily scan all KVs < prefix.If should seek forward to the prefix if the current KV < prefix....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7010
Author: Lars Hofhansl,
2012-11-09, 23:54
|
|
|
[HBASE-6796] Backport HBASE-5547, Don't delete HFiles in backup mode. - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-6796
Author: Lars Hofhansl,
2012-11-05, 05:28
|
|
|
[HBASE-7094] Expose MVCC controls to Coprocessors - HBase - [issue]
|
|
...In previous jira I made locks and leases usable from coprocessors.I think the same should be a possible for MVCC.As seens in HBASE-4583 and HBASE-7051 it is not possible anymore to implement...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7094
Author: Lars Hofhansl,
2012-11-04, 00:00
|
|
|
[HBASE-4844] Coprocessor hooks for log rolling - HBase - [issue]
|
|
...In order to eventually do point in time recovery we need a way to reliably back up the logs. Rather than adding some hard coded changes, we can provide coprocessor hooks and folks can implem...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4844
Author: Lars Hofhansl,
2012-10-31, 08:12
|
|
|
[HBASE-6711] Avoid local results copy in StoreScanner - HBase - [issue]
|
|
...In StoreScanner the number of results is limited to avoid OOMs.However, this is done by first adding the KV into a local ArrayList and then copying the entries in this list to the final resu...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6711
Author: Lars Hofhansl,
2012-10-24, 06:40
|
|
|
|