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

Fix crashing stat mod never getting rescheduled #336

Merged
merged 2 commits into from Jun 21, 2013
Merged

Conversation

russelldb
Copy link
Member

See issue #335

1.3.1 updated the cache to fetch stats in the background rather than
on demand. A new bug was added. If the stat mod crashes during
production of stats, it is never rescheduled.

Fix by rescheduling when crash is detected. Exponentially backoff
the schedule after an error so as not to spam the log.

1.3.1 updated the cache to fetch stats in the background rather than
on demand. A new bug was added. If the stat mod crashes during
production of stats, it is never rescheduled.

Fix by rescheduling when crash is detected. Exponentially backoff
the schedule after an error so as not to spam the log.
@russelldb
Copy link
Member Author

Fixes #335

@evanmcc
Copy link
Contributor

evanmcc commented Jun 20, 2013

is this the master version of #338?

@evanmcc
Copy link
Contributor

evanmcc commented Jun 20, 2013

Also 👍, sorry I didn't review it at the same time.

russelldb added a commit that referenced this pull request Jun 21, 2013
Fix crashing stat mod never getting rescheduled
@russelldb russelldb merged commit 7b157f1 into master Jun 21, 2013
@russelldb russelldb deleted the gh335-reshed-stats branch June 21, 2013 07:04
@ghost ghost assigned evanmcc Jul 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants