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

max-values-per-tag error prints tag key twice #7625

Closed
kostasb opened this issue Nov 14, 2016 · 0 comments
Closed

max-values-per-tag error prints tag key twice #7625

kostasb opened this issue Nov 14, 2016 · 0 comments

Comments

@kostasb
Copy link

kostasb commented Nov 14, 2016

v1.1RC2

The error message for max-values-per-tag limit prints the tag key twice, instead of tag key and tag value:

2016/11/14 01:06:09 process write shard error: write shard 5141: max-values-per-tag limit exceeded (100000/100000): measurement="mname" tag="tagname" value="tagname" dropped=1
measurement=%q tag=%q value=%q", n, s.options.Config.MaxValuesPerTag, m.Name, string(tag.Key), string(tag.Key))

https://github.com/influxdata/influxdb/blob/master/tsdb/shard.go#L516

@jwilder jwilder added this to the 1.1.1 milestone Nov 15, 2016
@e-dard e-dard self-assigned this Nov 17, 2016
e-dard added a commit that referenced this issue Nov 17, 2016
e-dard added a commit that referenced this issue Nov 23, 2016
jwilder pushed a commit that referenced this issue Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants