Sun Xin created HBASE-28749: ------------------------------- Summary: Remove the duplicate configurations named hbase.wal.batch.size Key: HBASE-28749 URL: https://issues.apache.org/jira/browse/HBASE-28749 Project: HBase Issue Type: Improvement Components: wal Affects Versions: 3.0.0-beta-1 Reporter: Sun Xin Assignee: Sun Xin Fix For: 3.0.0-beta-2
The following code appears in two places: AsyncFSWAL and AbstractFSWAL {code:java} public static final String WAL_BATCH_SIZE = "hbase.wal.batch.size"; public static final long DEFAULT_WAL_BATCH_SIZE = 64L * 1024; {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)