merlimat opened a new pull request, #4782: URL: https://github.com/apache/bookkeeper/pull/4782
## Summary The new \`batchReadUnconfirmedAsync\` method added in #4739 calls \`LOG.error(...)\`, but \`LedgerHandle\` was already migrated to slog and only has a lowercase \`log\` field. As a result, master fails to compile (\`cannot find symbol: variable LOG\`), which also blocks every open PR. This change converts the call to the slog builder style used elsewhere in the same file. ## Test plan - [x] \`mvn compile -pl bookkeeper-server\` succeeds locally -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
