Skip to content
New issue

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

Fixed bug in accepting empty lines in parser #9158

Merged
merged 1 commit into from May 26, 2020

Conversation

stelfrag
Copy link
Collaborator

Fixes #9156

Summary

Empty lines should be ignored and not trigger an error

Component Name
Test Plan
Additional Information

@stelfrag stelfrag requested review from ilyam8 and amoss and removed request for cosmix and ktsaou May 26, 2020 07:37
@squash-labs
Copy link

squash-labs bot commented May 26, 2020

Manage this branch in Squash

Test this branch here: https://stelfragfix-accept-empty-lines-6q697.squash.io

@stelfrag stelfrag requested a review from mfundul May 26, 2020 07:39
@ilyam8
Copy link
Member

ilyam8 commented May 26, 2020

After the change charts.d, go.d, python.d work

ilyam@debian-s-1vcpu-1gb-fra1-01:~/src/netdata$ ps faxu | grep [n]etdata
ilyam     3496  0.0  0.0  12716   932 pts/0    S+   07:42   0:00              \_ grep netdata
netdata   3066  1.5  7.9 244820 80788 ?        Ssl  07:41   0:00 /opt/netdata/usr/sbin/netdata -P /opt/netdata/var/run/netdata/netdata.pid -D
netdata   3083  0.0  0.2  44320  2328 ?        Sl   07:41   0:00  \_ /opt/netdata/usr/sbin/netdata --special-spawn-server
netdata   3221  0.9  0.4  35304  4684 ?        S    07:41   0:00  \_ /opt/netdata/usr/libexec/netdata/plugins.d/apps.plugin 1 no-groups no-users
netdata   3223  0.2  0.3  10224  3288 ?        S    07:41   0:00  \_ bash /opt/netdata/usr/libexec/netdata/plugins.d/charts.d.plugin 1
netdata   3224  1.9  5.1 107020 52952 ?        Sl   07:41   0:01  \_ /usr/bin/python /opt/netdata/usr/libexec/netdata/plugins.d/python.d.plugin 1
netdata   3225  0.3  1.8 125180 18712 ?        Sl   07:41   0:00  \_ /opt/netdata/usr/libexec/netdata/plugins.d/go.d.plugin 1

@amoss amoss merged commit c9eca86 into netdata:master May 26, 2020
@stelfrag stelfrag deleted the fix_accept_empty_lines_in_parser branch June 3, 2020 07:45
Saruspete pushed a commit to Saruspete/netdata that referenced this pull request Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python.d, charts.d, go.d not working any more in v1.22.1-123-nightly
4 participants