Hi,

I am looking at the replication code, and it has this line:

this.queueSizePerGroup = this.conf.getInt("hbase.regionserver.maxlogs", 32);

This drives the queue size accepting more WAL files. But we have a
different computation now, using the heap size instead, so often have
a maxlogs > 32 in practice, while the config key is not set anymore.
Should this not be aligned?

Lars

Reply via email to