| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
16 (0.152s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8039] Make HDFS replication number configurable for a column family - HBase - [issue]
|
|
...To allow users to decide which column family's data is more important and which is less important by specifying a replica number instead of using the default replica number....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8039
Author: Maryann Xue,
2013-05-16, 14:58
|
|
|
[HBASE-8024] Make Store flush algorithm pluggable - HBase - [issue]
|
|
...The idea is to make "StoreFlusher" an interface instead of an implementation class, and have the original StoreFlusher as the default store flush impl....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8024
Author: Maryann Xue,
2013-04-26, 14:22
|
|
|
[HBASE-7876] Got exception when manually triggers a split on an empty region - HBase - [issue]
|
|
...We should allow a region to split successfully even if it does not yet have storefiles....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7876
Author: Maryann Xue,
2013-04-12, 21:30
|
|
|
[HBASE-7891] Add an index number prior to each table region in table.jsp - HBase - [issue]
|
|
...Adding an index number for each table region in table.jsp would make it easier to locate a region or to count regions....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7891
Author: Maryann Xue,
2013-03-08, 19:40
|
|
|
[HBASE-7890] Add an index number for each region in the region list on the RegionServer web page - HBase - [issue]
|
|
...Add an index number before each region would make it easier to locate a region on the page....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7890
Author: Maryann Xue,
2013-03-08, 08:21
|
|
|
[HBASE-7892] FuzzyRowFilter would have wrong behaviors if user gives an arbitary byte for an "unfixed" position instead of byte 0 - HBase - [issue]
|
|
...An actual case can be:we want to match "a?ex", so we give "a?ex" as input of "key bytes", and "0100" as input of "meta bytes".if we start with row = "\0\0\0\0", the next hint would turn out ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7892
Author: Maryann Xue,
2013-02-27, 19:31
|
|
|
[HBASE-7874] Allow RegionServer to abort "Put" if it detects that the HBase Client got SocketTimeoutException and disconnected. - HBase - [issue]
|
|
...Usually, when regionserver cannot catch up with the put load given by the client, what happens is region server starts to block update requests from the client until required resource has be...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7874
Author: Maryann Xue,
2013-02-19, 06:40
|
|
|
[HBASE-5816] Balancer and ServerShutdownHandler concurrently reassign the same region - HBase - [issue]
|
|
...The first assign thread exits with success after updating the RegionState to PENDING_OPEN, while the second assign follows immediately into "assign" and fails the RegionState check in setOff...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5816
Author: Maryann Xue,
2012-11-16, 18:36
|
|
|
[HBASE-6299] RS starting region open while failing ack to HMaster.sendRegionOpen() causes inconsistency in HMaster's region state and a series of successive problems - HBase - [issue]
|
|
...1. HMaster tries to assign a region to an RS.2. HMaster creates a RegionState for this region and puts it into regionsInTransition.3. In the first assign attempt, HMaster calls RS.openRegion...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6299
Author: Maryann Xue,
2012-10-24, 06:40
|
|
|
[HBASE-5821] Incorrect handling of null value in Coprocessor aggregation function min() - HBase - [issue]
|
|
...Both in AggregateImplementation and AggregationClient, the evaluation of the current minimum value is like:min = (min == null || ci.compare(result, min) < 0) ? result : min;The LongColumn...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5821
Author: Maryann Xue,
2012-08-16, 09:37
|
|
|
|