-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
set the etcd max transaction limit to a reasonable default #200
Conversation
@nitinprakash96 Thanks for the patch! This value should be a constant somewhere at the top of the file, and then used here. You'll also need your commit messages to start with Thanks! |
d325bbd
to
cb91677
Compare
@nitinprakash96 I have stupidly forgotten that this patch depends on a newer version of etcd, and we are currently vendoring an older one. As a result, it can't be merged until we bump etcd. I can cherry-pick it and merge down the road if you're interested. If so, please make sure you run And your patch failed because commit messages need to be capitalized. Eg: Thanks! |
@purpleidea Ah I see now why the patch fails to build! I'll rebase and wait for further instructions. |
cb91677
to
72f3e2b
Compare
72f3e2b
to
9f1e0fd
Compare
The build fails possibly due to the older version of etcd the we're using. Is that so @purpleidea ? |
On Wed, Jul 5, 2017 at 1:40 PM, Nitin Prakash ***@***.***> wrote:
The build fails possibly due to the older version of etcd the we're using. Is that so @purpleidea ?
Correct. Plus those other small things you need to fix up. If you fix
them, then I will merge it when we bump the version.
Sorry about this, my bad for not realizing earlier when I made the ticket.
|
Okay so I tried running the tests manually on my system and apparently all of the fail is caused by the older version. For example, when running gometalinter,
outputs:
or while running go test,
outputs:
Other than that there was just |
On Thu, Jul 6, 2017 at 8:57 AM, Nitin Prakash ***@***.***> wrote:
But still if there's any solution could you help me out?
You're good for now. Best is to work on another patch. What interests you?
|
I'll take a look into other love issues and see if I can fix anything. |
@nitinprakash96 Sorry for the delay... If you'd like to rebase your patch, it should work now :) Also I'd recommend removing the uint() wrapper from the constant. If needed add it below where the value is actually used! Thanks! |
Turns out I'm stupid and this isn't in a released version yet... So we'll have ti wait for etcd-io/etcd@ae7ddfb to be in a released version. |
Fixed in 24cb2e6 |
No description provided.