Skip to content

Commit

Permalink
fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Mar 12, 2024
1 parent 3b61c96 commit c3ff04d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ protected void submitCallback(int code) {
LOG.error(
"Batch read of ledger entry failed: L{} E{}-E{}, Sent to {}, "
+ "Heard from {} : bitset = {}, Error = '{}'. First unread entry is ({}, rc = {})",
lh.getId(), startEntryId, startEntryId + maxCount - 1, sentToHosts, heardFromHosts, heardFromHostsBitSet,
BKException.getMessage(code), startEntryId, code);
lh.getId(), startEntryId, startEntryId + maxCount - 1, sentToHosts, heardFromHosts,
heardFromHostsBitSet, BKException.getMessage(code), startEntryId, code);
clientCtx.getClientStats().getReadOpLogger().registerFailedEvent(latencyNanos, TimeUnit.NANOSECONDS);
// release the entries

Expand Down

0 comments on commit c3ff04d

Please sign in to comment.