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

Writer Daemon freezing up #31

Open
istathar opened this issue Jul 10, 2014 · 2 comments
Open

Writer Daemon freezing up #31

istathar opened this issue Jul 10, 2014 · 2 comments
Labels

Comments

@istathar
Copy link
Owner

Something about ff7bf80 has caused the writer daemon to deadlock (?). Maybe it's only getting one capability, thereby messing up the multi-threaded runtime... but that's not supposed to happen.

AfC

@istathar istathar added the bug label Jul 10, 2014
@istathar istathar self-assigned this Jul 10, 2014
@christian-marie
Copy link
Contributor

I'll improve the robustness here as part of libraritising the storage back end.

This was a ceph lock that got stuck on.

@istathar istathar assigned christian-marie and unassigned istathar Jul 11, 2014
@istathar
Copy link
Owner Author

@christian-marie I didn't get a chance to thank you for your hard work last night tracking this down.

Obviously locking isn't supposed to bite us like this; as far as I know we never had such a problem in v1 so it will be interesting to see what behaviour assumptions we've made recently turned out to be wrong. That said, the codebase has been refactored so much (which is good) that previous expectations are really out the window.

It'll be good to review the design around the daymaps et al.

I daresay close this one when we can run multiple writers concurrently again.

AfC

@istathar istathar assigned istathar and unassigned christian-marie Jul 28, 2014
@istathar istathar removed their assignment Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants