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 ldmsd_stream_subscribe intermingled events output #1255

Merged

Commits on Aug 10, 2023

  1. Fix ldmsd_stream_subscribe intermingled events output

    Multiple threads in `ldmsd_stream_subscribe` can race to handle stream
    recv events. The recv handler called `msglog()` multiple times to print
    out the EVENT. This lead to intermingled events in the output. This
    patch modifies the handler to print the events in single msglog call to
    avoid the intermingled output.
    narategithub committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dbe53e0 View commit details
    Browse the repository at this point in the history