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 Lost Data in gRPC (Infinite Tracing) #490

Merged
merged 6 commits into from
Feb 26, 2022
Merged

Conversation

TimPansino
Copy link
Contributor

Co-authored-by: Lalleh Rafeei [email protected]
Co-authored-by: Uma Annamalai [email protected]
Co-authored-by: Michael Goin [email protected]

Overview

  • Data loss with gRPC has been occurring when the data collectors issues a restart. This has been mostly mitigated with proper locking and safeguarding the stream buffer.

Related Github Issue

N/A

Testing

N/A

Co-authored-by: Lalleh Rafeei <[email protected]>
Co-authored-by: Uma Annamalai <[email protected]>
Co-authored-by: Michael Goin <[email protected]>
@TimPansino TimPansino requested a review from a team February 25, 2022 22:39
@github-actions
Copy link

github-actions bot commented Feb 25, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 0.56s
✅ PYTHON black 2 0 0 0.47s
✅ PYTHON flake8 2 0 0.39s
✅ PYTHON isort 2 0 0 0.24s
✅ PYTHON pylint 2 0 2.37s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@umaannamalai umaannamalai added this to the 7.6.0.173 milestone Feb 25, 2022
@umaannamalai umaannamalai merged commit df8a539 into main Feb 26, 2022
@umaannamalai umaannamalai deleted the feature-8t-locking branch February 26, 2022 00:11
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.

2 participants