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

Missing Hazelcast logs after change #15636. It would be nice to have a config parameter. #16207

Closed
mincel opened this issue Apr 2, 2021 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@mincel
Copy link

mincel commented Apr 2, 2021

Description

We use Hazelcast embedded in one of our projects. After upgrading to 1.13.0.Final version we get "LogManager error of type WRITE_FAILURE: The delayed handler's queue was overrun and log record(s) were lost. Did you forget to configure logging?" during server startup. All Hazelcast logs are lost. I suspect it is related to change #15636.

Hazelcast is initialized in a producer method. I added some logging into this producer method to see if they are printed however those logs get lost as well.

PS: When I start the project in dev mode the logs are printed correctly.

Implementation ideas

It would be nice have queueLimit configurable somewhere.

@mincel mincel added the kind/enhancement New feature or request label Apr 2, 2021
@mincel mincel closed this as completed Apr 5, 2021
@mincel
Copy link
Author

mincel commented Apr 5, 2021

I'll reopen as bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant