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

Make etcd database size configurable #2968

Merged
merged 2 commits into from
May 17, 2019
Merged

Make etcd database size configurable #2968

merged 2 commits into from
May 17, 2019

Conversation

echlebek
Copy link
Contributor

What is this change?

Etcd database size is now configurable, along with etcd maximum request size.

Why is this change necessary?

Some users may wish to tune these parameters when their workflows demand it.

Does your change need a Changelog entry?

Affirmative

Do you need clarification on anything?

Negative

Were there any complications while making this change?

Yes, not salient to the PR.

Have you reviewed and updated the documentation for this change? Is new documentation required?

Docs changes not required, these are advanced options and best exposed through the CLI help.

How did you verify this change?

I ran the backend with a maximum database size of 1024 bytes, and observed that it failed to start. Similar for max request size.

Signed-off-by: Eric Chlebek <eric@sensu.io>
@nikkictl
Copy link

Does this PR close #2644?

@echlebek
Copy link
Contributor Author

@Nikkiki indeed

Copy link

@nikkictl nikkictl left a comment

Choose a reason for hiding this comment

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

A few questions..

backend/etcd/etcd.go Outdated Show resolved Hide resolved
backend/etcd/etcd.go Show resolved Hide resolved
Copy link
Contributor

@palourde palourde left a comment

Choose a reason for hiding this comment

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

Signed-off-by: Eric Chlebek <eric@sensu.io>
@echlebek echlebek merged commit 7d615e9 into master May 17, 2019
@echlebek echlebek deleted the etcd-size-config branch May 17, 2019 17:50
@palourde palourde mentioned this pull request May 17, 2019
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

3 participants