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

fix sender parsing when receiving remote input #17696

Merged
merged 4 commits into from
May 17, 2024

Conversation

ktsaou
Copy link
Member

@ktsaou ktsaou commented May 17, 2024

Fixed in bug in streaming sender logic, at the parsing of commands received from the parent, where there payloads received where copied multiple times (partially each time) to the receive buffer.

@ktsaou ktsaou merged commit f3e0205 into netdata:master May 17, 2024
15 of 16 checks passed
@ilyam8 ilyam8 mentioned this pull request May 20, 2024
stelfrag pushed a commit to stelfrag/netdata that referenced this pull request May 20, 2024
* fix sender parsing when receiving remote input

* moved obsolete statement

(cherry picked from commit f3e0205)
Ferroin pushed a commit that referenced this pull request May 21, 2024
* fix sender parsing when receiving remote input

* moved obsolete statement

(cherry picked from commit f3e0205)
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request May 27, 2024
https://build.opensuse.org/request/show/1176835
by user mia + anag+factory
- Update to 1.45.5
  * Fixed streaming sender functions payload corruption
    gh#netdata/netdata#17696
  * Fixed crashes due to missing dimension IDs (external protocol)
    by detecting incorrect syntax and disabling plugins
    gh#netdata/netdata#17690
  * Fixed calculation issue in the go.d/cockroachdb collector
    gh#netdata/netdata#17659
- Changes in 1.45.4
  * Added missing update_every property to the health prototype
    JSON schema
    gh#netdata/netdata#17613
  * Fixed issue where parent alerts remained active after child
    disconnection, by resetting health on child disconnect
    gh#netdata/netdata#17612
  * Increased spawn server command size and added shutdown
    safeguard to prevent crashes from command size limit exceeded
    gh#netdata/netdata#17566
  * Fixed error cod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant