wangxin created HBASE-28612: ------------------------------- Summary: replication quota leak when peer changes Key: HBASE-28612 URL: https://issues.apache.org/jira/browse/HBASE-28612 Project: HBase Issue Type: Bug Components: Replication Reporter: wangxin
Shipper clearWALEntryBatch method timed out whilst waiting reader/shipper thread to stop when peer changes. Not cleaning buffer usage. When the amount of data written to the table in the peer is relatively large, the quota is already full and has not been released, resulting in the wall reader being unable to read new data. -- This message was sent by Atlassian Jira (v8.20.10#820010)