hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

Jira: [HBASE-29322](https://issues.apache.org/jira/browse/HBASE-29322)

**Description** We have identified a bug in the `SimpleRegionNormalizer` logic that leads to incorrect region splits when region size information is missing. If the size cannot be determined for one...

This is the first step of the Jamon to JSP migration is the Master Status page. Moved the Jamon code back to JSP. Changed the Jamon syntax back to JSP....

We moved to opentelemetry latest packages with [HBASE-29349](https://issues.apache.org/jira/browse/HBASE-29349)  but deliberately chose to not jump to latest for semconv as it introduces few deprecations, which if removed can cause incompatibilities. With...

Jira: [HBASE-29296](https://issues.apache.org/jira/browse/HBASE-29296) In HBase it is crucial to prevent expired snapshots returned to clients to ensure correctness. There have been existing efforts (e.g., [HBASE-27671](https://issues.apache.org/jira/browse/HBASE-27671) and [HBASE-28704](https://issues.apache.org/jira/browse/HBASE-28704)) adding snapshot expiration checks...

Please find a detailed summary of all changes as below: **Dependencies** - Replaced `hbase-shaded-jetty` i.e. Jetty 9 with `hbase-shaded-jetty-12-plus-core` and `hbase-shaded-jetty-12-plus-ee8` i.e. Jetty 12 EE8 - Upgrade `servlet.api.version` to `4.0.1`...

See [HBASE-29006](https://issues.apache.org/jira/browse/HBASE-29006) We add a map to record the number of retried in the region assignment. If the retry count exceeds the predefined threshold (`MAX_RETRY_LIMIT`), the request will be blocked,...