Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async log appender not print log when bookie starting error #4474

Open
AnonHxy opened this issue Jul 27, 2024 · 0 comments · May be fixed by #4475
Open

Async log appender not print log when bookie starting error #4474

AnonHxy opened this issue Jul 27, 2024 · 0 comments · May be fixed by #4475
Labels

Comments

@AnonHxy
Copy link
Contributor

AnonHxy commented Jul 27, 2024

BUG REPORT

Describe the bug

Async log appender not print log when bookie starting error

To Reproduce

Steps to reproduce the behavior:

  1. Start a new bookie with java properties: -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector, so that we using the asyc log appender.
  2. Note that don't format the metadata in advance, so that the bookie can start error.

Expected behavior

The log should print Failed to build bookie server and the error stack trace. But we can not see any error log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant