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

Details in JIRA: HBASE-27904 branch-2.4 backport of #5280

backport

When update_config was executed, the table level configuration was overwritten(hbase.region.store.parallel.put.limit), causing the table level personalized configuration to be restored to the global configuration unexpectedly. Table level attributes should be minimum...

According to the problem reflected by HBASE-22041, the root cause should be that the master will parse the ip of rs only when it gets RsAdmin for the first time,...

A basic implementation that supports taking destructive actions. Assume that services are running behind a resilient `Deployment` of some kind, and that the cluster will handle starting up replacement processes....