I am not getting data consistently from Aerospike using the collectd plugin.
I am getting the following logs:
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: Aerospike Plugin: client 127.0.0.1:3000
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: Unhandled python exception in read callback: IndexError: pop from empty list
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: Traceback (most recent call last):
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: File "/opt/collectd-plugins/aerospike_plugin.py", line 789, in read
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: reader(client, config, meta, self.emit)
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: File "/opt/collectd-plugins/aerospike_plugin.py", line 566, in latency
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: row = tdata.pop(0)
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: IndexError: pop from empty list
Jun 30 12:44:17 db-0.site1.amdocs.com collectd[6467]: read-function of plugin `python.aerospike_plugin' failed. Will suspend it for 256.000 seconds.
Any thoughts what the issue is?