[[inputs.aerospike]]
servers = ["localhost:3000"]
1.6.3-11.6.3aerospike inputDon't leak memory.
Leaks memory. A lot. After 24h uptime telegraf occupies 10GB RAM
There was no problem with 1.6.2, quite likely related to changes done in #4127.
cc @TheSAS
Sorry.
Seems like it is true (((, i can confirm that memory leak also. Strange that it wasn't spotted while testing that change on test environment.
I'll try to do memory profile using pprof.
Same thing. 1.6.3, aerospike plugin, Ubuntu 16.04
I'm planning to do the 1.6.4 release on Monday, it seems that we should revert back to the previous version for now due to the amount of memory being used.
I have reverted to the previous version, but lets keep this open until we are able to update.
Tyxhshbjwj
R58HC45JKVD
@danielnelson Currently refactored Gopkg.toml uses version = "^1.33.0" which is going to re-introduce this memory leak.
I'd recommend using
version = "<=1.27.0"
until the issue in aerospike-client-go is resolved.
Most helpful comment
I'm planning to do the 1.6.4 release on Monday, it seems that we should revert back to the previous version for now due to the amount of memory being used.