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
[agent] flush_interval = "10s" flush_jitter = "5s" hostname = "aerospike-1" interval = "10s" round_interval = true [inputs.aerospike]
Telegraf v1.6.0 (git: release-1.6 9253f6f) Amazon Linux AMI release 2017.09
Work seamlessly.
Failing once in a week with:
panic: close of closed channel goroutine 4 [running]: github.com/aerospike/aerospike-client-go.(*Cluster).Close(0xc42035f0e0) /home/ubuntu/telegraf-build/src/github.com/aerospike/aerospike-client-go/cluster.go:744 +0x4f github.com/aerospike/aerospike-client-go.(*Client).Close(0xc4203de6f0) /home/ubuntu/telegraf-build/src/github.com/aerospike/aerospike-client-go/client.go:108 +0x2e github.com/aerospike/aerospike-client-go.clientFinalizer(0xc4203de6f0) /home/ubuntu/telegraf-build/src/github.com/aerospike/aerospike-client-go/client.go:53 +0x2b
This problem is already fixed in upstream aerospike-client-go by PR: aerospike/aerospike-client-go#208 To fix this problem:
The text was updated successfully, but these errors were encountered:
Update aerospike-client-go version to latest. Fix influxdata#4127.
e6bd6f8
No branches or pull requests
Relevant telegraf.conf:
System info:
Telegraf v1.6.0 (git: release-1.6 9253f6f)
Amazon Linux AMI release 2017.09
Steps to reproduce:
Expected behavior:
Work seamlessly.
Actual behavior:
Failing once in a week with:
Additional info:
This problem is already fixed in upstream aerospike-client-go by PR: aerospike/aerospike-client-go#208
To fix this problem:
The text was updated successfully, but these errors were encountered: