For HBase,
ReplicationZookeeper.copyQueuesFromRSUsingMulti
returns queues when it fails to execute. For more details, see HBASE-8099.The workaround is to disable the
hbase.zookeeper.useMulti
property.When using HBase, memory issues might happen if short circuit read feature in HDFS is enabled. The workaround is to disable short circuit reads in HDFS.