hbase
hbase copied to clipboard
Apache HBase
- Introduce a Clock abstraction into EnvironmentEdge and define Clock#currentTimeAdvancing, which ensures that every call to this method returns an advancing time. - Use a per region Clock in HRegion...
update create-release Dockerfile to use jdk11-headless Requires #3974
Use a row commit sequencer in HRegion to ensure that only the operations that mutate disjoint sets of rows are able to commit within the same clock tick. This maintains...
Propose a patch for [HBASE-26955](https://issues.apache.org/jira/browse/HBASE-26955) Probably this patch should be further improved, because it ignores the backoff factor when not encountering exceptions of dead server and always use the short...
https://github.com/apache/hbase/blob/master/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java#L199 Here we miss the case: peer table has redundant data, which are all smaller than the source table's first rowKey