hbase
hbase copied to clipboard
Apache HBase
Details in JIRA: HBASE-27904 branch-2.4 backport of #5280
…ile separating by request type
https://issues.apache.org/jira/browse/HBASE-27483
…not always possible if we migrate from 1.x HBase
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...
…onServer crash
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....