Agreed this part of code can be improved.

On Fri, Aug 25, 2017 at 3:57 AM, Lars George <[email protected]> wrote:

> 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