hbase
hbase copied to clipboard
Apache HBase
Add a configuration key hbase.fs.dt.mapping to allow custom mapping of file system scheme to delegation token identifiers. User can specify the mapping using the format "scheme1=tokenid2;scheme2=tokenid2" to specify two pairs...
We've noticed memory issues during intense periods of quota throttling. This happens because new scanners are created prior to the acquisition of the throttle, and aren't cleaned up correctly in...
Backports #6169
…ansitive dependencies
Backports #6169
Region normalizer involves the splitting and merging of regions, which can cause jitter in online services, especially when there are many region normalizer plans. We should run this task during...
Now, DatanodeInfo will be output in the print log. When we are troubleshooting and searching for slow datanode nodes, we need to convert IP addresses to hostnames, which is quite...
During the retrieval of data from bucket cache persistence file, a transient structure that stores the blocks ordered by filename is constructed from the backing map entries. The population of...