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 hang following failed finish-commit #162

Closed
jdoliner opened this issue Dec 6, 2015 · 2 comments
Closed

Fix hang following failed finish-commit #162

jdoliner opened this issue Dec 6, 2015 · 2 comments

Comments

@jdoliner
Copy link
Member

jdoliner commented Dec 6, 2015

Steps to reproduce:

$ pachctl create-repo foo
$ pachctl finish-commit foo bar # commit doesn't exist
$ pachctl start-commit foo # now hangs

looks like we have a locking issue when calls to finish-commit fail.

@mattnenterprise
Copy link
Contributor

This currently works for me:

$ pachctl create-repo foo
$ pachctl finish-commit foo bar
rpc error: code = 2 desc = "commit foo/bar not found"
$ pachctl start-commit foo
af44ba6e7aba4e399a563ca5397f3586

@jdoliner
Copy link
Member Author

jdoliner commented Jan 7, 2016

Nice, makes sense that this would be fixed too given the new storage backend. Closing.

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

No branches or pull requests

2 participants