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

There is an infinite loop that never ends, with CPU usage at 100%. #85

Open
fengxu-sz opened this issue Nov 20, 2024 · 1 comment
Open
Labels
waiting for feedback Indicates LaunchDarkly is waiting for customer feedback before issue is closed due to staleness.

Comments

@fengxu-sz
Copy link

There is an infinite loop that never ends, with CPU usage at 100%. Using perf to investigate, lines 519 and 525 of client.rs are repeatedly being executed.
image
When an error occurs here, and it is not a timeout, the execution will enter an infinite loop, continuing indefinitely.

@keelerm84
Copy link
Member

Thank you for bringing this to our attention. We will let you know once we have finished our investigation and released any relevant fixes.

When an error occurs here, and it is not a timeout,

What type of error are you receiving?

@keelerm84 keelerm84 added the waiting for feedback Indicates LaunchDarkly is waiting for customer feedback before issue is closed due to staleness. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for feedback Indicates LaunchDarkly is waiting for customer feedback before issue is closed due to staleness.
Projects
None yet
Development

No branches or pull requests

2 participants