We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixes #7625
28ba8ce
565b663
db4e50f
e-dard
No branches or pull requests
v1.1RC2
The error message for max-values-per-tag limit prints the tag key twice, instead of tag key and tag value:
https://github.com/influxdata/influxdb/blob/master/tsdb/shard.go#L516
The text was updated successfully, but these errors were encountered: