You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
@thomastaylor312 found that err="NaN is an unsupported value for field value" plugin-name=influx plugin-type=publisher plugin-version=10 point=<nil> caused a nil pointer reference and caused the plugin to panic. So a mixture of bad data and a hard to read log (it was all in byte arrays)
@geauxvirtual notes that this brings up a valid point that unexpected EOF could be improved upon. While that may be an error message received, it just becomes noise and has little value in knowing exactly why the job failed.
The text was updated successfully, but these errors were encountered:
Plugin is no longer panicking. Updated medium test to cover NaN in field value. More details should have been presented too (like all logs from this plugin or steps how to reproduce this issue).
Notes from intelsdi-x/snap#731 -
err="NaN is an unsupported value for field value" plugin-name=influx plugin-type=publisher plugin-version=10 point=<nil>
caused a nil pointer reference and caused the plugin to panic. So a mixture of bad data and a hard to read log (it was all in byte arrays)unexpected EOF
could be improved upon. While that may be an error message received, it just becomes noise and has little value in knowing exactly why the job failed.The text was updated successfully, but these errors were encountered: