Skip to content

6.3.0-rc only: ReadOnlySpan overwritten when multiple messages received before queue is processed #12

Description

@Korkonius

After the fetch thread is done enqueueing a message locally for dispatch through ReadOnlySpan it immediately moves on in most situations and frequently overwriting the referenced span.

If the message is then processed on a separate thread the client has already overwritten the old message so the referenced span has changed. This causes frequent de-serialization issues and exceptions thrown due to invalid JSON when parsing queued spans.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions