You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: