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

Potential race condition issues #51

Open
Lrapava opened this issue Apr 17, 2023 · 0 comments
Open

Potential race condition issues #51

Lrapava opened this issue Apr 17, 2023 · 0 comments

Comments

@Lrapava
Copy link

Lrapava commented Apr 17, 2023

Hello, I believe your service has some race condition issues.

I tried messing with one of the counters and setting it to a particular value as a joke.

I figured out that the counter works by updating the image every time it is loaded, so I decided to load the image a bunch of times.

For efficiency reasons, I tried parallelizing the process in multiple ways, but the counter would undercount the number of times the image was loaded.

This leads me to believe that your service might have some race condition issues, which you might want to fix.

As of the counter I mentioned, I notified the person who was using it when it reached the value I was targeting, and they were not mad/found it funny if anyone is interested.

I asked them where I could report the issue and they directed me here.

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

No branches or pull requests

1 participant