Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Add flag to override tokenLimit #1265

Merged
merged 1 commit into from
Sep 23, 2015
Merged

Add flag to override tokenLimit #1265

merged 1 commit into from
Sep 23, 2015

Conversation

miekg
Copy link
Contributor

@miekg miekg commented Jun 24, 2015

Make tokenLimit in api public and add a flag to fleet.conf (token_limit)
to override the built-in token limit of 100.

Note: this PR is rather hackish, it would be nice to know if something like will be considered for merging (if cleaned up, etc .etc.). IOW: comments welcome!

@bcwaldon
Copy link
Contributor

bcwaldon commented Jul 9, 2015

@miekg I'm on board with this change, but It would be cleaner to pass token limit through NewServeMux and hand it to the paginated resources directly rather than pulling it out of a package-level variable.

@miekg
Copy link
Contributor Author

miekg commented Jul 9, 2015

[ Quoting [email protected] in "Re: [fleet] Add flag to override to..." ]

@miekg I'm on board with this change, but It would be cleaner to pass token limit through NewServeMux and hand it to the paginated resources directly rather than pulling it out of a package-level variable.

Ack and ack. I hoping I have some time tomorrow to work on this.

/Miek

Miek Gieben

@miekg
Copy link
Contributor Author

miekg commented Aug 24, 2015

Friendly ping @bcwaldon

@mwitkow
Copy link
Contributor

mwitkow commented Sep 5, 2015

@mischief, can you please take at this PR reducing the size of tokenLimits. We use Fleet API from our services and the current 100 limit causes excessive load on etcd (each page is an etcd re-query).

@wuqixuan
Copy link
Contributor

wuqixuan commented Sep 7, 2015

LGTM

@miekg
Copy link
Contributor Author

miekg commented Sep 21, 2015

@wuqixuan can you merge? Thanks.

@@ -75,6 +75,7 @@ func main() {
cfgset.String("public_ip", "", "IP address that fleet machine should publish")
cfgset.String("metadata", "", "List of key-value metadata to assign to the fleet machine")
cfgset.String("agent_ttl", agent.DefaultTTL, "TTL in seconds of fleet machine state in etcd")
cfgset.Int("token_limit", 100, "Limit amount of entries per page returned")
Copy link
Contributor

Choose a reason for hiding this comment

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

"Maximum number of entries per page returned from API requests"

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, the new statement is better.

@wuqixuan
Copy link
Contributor

@miekg , I have no permission to merge currently. Need @jonboulle @mischief help.

@miekg
Copy link
Contributor Author

miekg commented Sep 22, 2015

Ack, and I made that little change.

@jonboulle
Copy link
Contributor

@miekg could you please rebase + squash your commits into a single one (perhaps with the commit message from https://github.com/miekg/fleet/commit/3d3421d8b1f0080f41869988f18dc6a49b37a45a), then I will merge. thanks!

Add the tokenLimit to the NewServeMux and plumb it through the handlers.
Also add a flag to fleet.conf (token_limit) to override the built-in
token limit of 100.
@miekg
Copy link
Contributor Author

miekg commented Sep 23, 2015

done.

jonboulle added a commit that referenced this pull request Sep 23, 2015
Add flag to override tokenLimit
@jonboulle jonboulle merged commit d7134cd into coreos:master Sep 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants