Sergei Fabrichnikov
Sergei Fabrichnikov
Should I take any actions or make changes for approval?
How are you going to handle situation if `rrd write plugin` gets two timestamps within one second? This pull request avoids this situation on client side.
Current behavior of rrd_write is to ignore whole bunch of data (not only data with timestamps within the same second). In our clients we flush data to server once per...
@eero-t I'm not sure what comment/update you are expecting from me. This patch works fine for me. Apparently, it is not that good for the code mainainers.
No changes since then. But we don't update collectd very often at our side. This PR is associated with the problem we encounered during our infrastructure upgrade to OL8 2...
We encounter the same issue. Easiest solution is to write python/C "helper" to implement that slow loop, which calculates md5sum for each transaction. But even C implementation takes about 5...