hbase
hbase copied to clipboard
Apache HBase
Sometimes, users may inadvertently attempt to use compaction_switch; therefore, it is advisable to implement a verification step for the first argument passed to this function, ensuring that incorrect inputs do...
No functional changes. Currently split into 2 commits as to help the reviewer with seeing what was changed. This can be squashed when merging.
Clone the cells that are used to apply mutations on the local cluster. Some operations may still be in flight even as we fail to apply some other in-flight mutations...
Utilizing the namedQueue Framedwork for persisting region history events. Added a queue-service for storing the records in an in-memory queue. And written UTs for testing the queue-service
https://issues.apache.org/jira/browse/HBASE-28643 The BackupInfo class has a failedMsg field which is a string of unbounded length. When a DistCp job fails then its failure message contains all of its source paths,...
HBASE-28728 No data available when scan cross-region and setReversed(true) in Spark on HBase sc.newAPIHadoopRDD
At my company we have an issue with our HBase servers not reloading TLS certificate files after they change on disk. We run our HMasters inside Kubernetes Pods, and define...
…agnostics with HBASE-28432