Potential race condition issues #51

Closed
opened 2023-04-17 10:58:48 +00:00 by Lrapava · 0 comments
Lrapava commented 2023-04-17 10:58:48 +00:00 (Migrated from github.com)

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.

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 in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OpenSourceJoker/Moe-Counter#51
No description provided.