-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
BookKeeper Crashes unexpectedly #258
Comments
It looks like there are failures related to the DataSketches stats library :
This exception is happening in the Journal thread and causes the bookie process to restart. Other exception during the stats collection :
As a workaround, you can fallback a different stats implementation for the bookies, eg: statsProviderClass=org.apache.bookkeeper.stats.CodahaleMetricsProvider
codahaleStatsJmxEndpoint=metrics and collect the stats through JMX. Or comment |
I don't understand the specific exceptions. Need to dig a bit into that code or ask help to DataSketches people. |
Thanks for your response. We'll disable the stats for now. |
There seems to be a concurrency issue in the stats provider that makes 2 threads seeing inconsistent internal state and thus throw exception. I'll send a fix in the bookkeeper repo branch. |
Hi. We had a couple of bookkeepers that crashed unexpectedly at different moments. We gathered the logs before the crash, I'm attaching them. Any help will be much appreciated.
Thanks
bklogs.txt
The text was updated successfully, but these errors were encountered: