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

- New `ReloadQuotas` RPC supported by RegionServers - When a quota is modified, the HMaster sends this RPC to all RegionServers - When a RegionServer gets a `ReloadQuotasRequest`, it does...

HBASE-29381 Avoid submitting duplicate subProcedure

JIRA: [HBASE-29233](https://issues.apache.org/jira/browse/HBASE-29233)

This PR is to update "hbase backup describe" command for continuous backup. Here I have add continuousEnabled field in backupInfo proto which is returned when user runs this command JIRA...

Details see: HBASE-29376 ### After applying this patch Setting `hbase.master.cleaner.interval` to `10000ms`, and when stopping the HMaster service, we can observe the following logs. ``` 2025-06-05T07:30:03,108 INFO [RS:0;localhost:16020] regionserver.HRegionServer: Closing...