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

Minor fixes in the way of init & start #16

Closed
wants to merge 5 commits into from
Closed

Minor fixes in the way of init & start #16

wants to merge 5 commits into from

Conversation

tbg
Copy link
Member

@tbg tbg commented Jun 2, 2014

Played around with it trying to boot it up, and fixed what I think were some fairly self-explanatory bugs on the way. With these changes, I can init a cluster (apparently successfully so), upon booting it complains about a missing default prefix in storage/prefix.go.

@@ -147,21 +155,21 @@ func initEngine(spec string) (storage.Engine, error) {
}
engine = storage.NewInMem(size)
} else {
// type, file = matches[3], matches[4]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really do need a test for this.

@spencerkimball
Copy link
Member

Thanks for working on these fixes. Great to have more contributors!

Could you resubmit this pull request using Phabricator (the details are in the README)? That's the code review tool we've settled on for the time being. It's certainly better than github, though I'm on the fence as to whether we should stick with phabricator or possibly move to stash.

@tbg
Copy link
Member Author

tbg commented Jun 2, 2014

Sure thing. I'll take a look at Phabricator, and also look into the tests.

@tbg
Copy link
Member Author

tbg commented Jun 3, 2014

closing as an updated version is being merged through Phabricator

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.

2 participants