bookkeeper icon indicating copy to clipboard operation
bookkeeper copied to clipboard

[fix] Change log level to debug when check parameters in BatchRead.

Open dao-jun opened this issue 6 months ago • 0 comments

Motivation

Change log-level to debug when checking param maxSize in LedgerHandle#batchReadEntriesInternalAsync.

In some conditions, we don't know what's the size of the entries to be read, so we pass 0 to batchReadAsync method, if log the message in each invoke, it may impact the performance and cause too much noise.

dao-jun avatar Aug 21 '24 18:08 dao-jun