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 the infinity loop bug encountered in the R->W dependency #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lauxy
Copy link

@lauxy lauxy commented Apr 16, 2023

Fix the BUG of infinity loop encountered in the R->W dependency. It should be handled prior to write. When the R->W dependency occurs, we should schedule read queue for the next cycle, which aims to serve the corresponding read request before the write, and the variable ' write_draining' should not be overwritten by the write buffer size.

lauxy added 3 commits April 16, 2023 16:21
Fix the BUG of infinity loop encountered in the R->W dependency. It should be handled prior than write. When the R->W dependency occurs, we should schedule read queue for the next cycle, which aims to serve the corresponding read request before the write, and the variable ' write_draining' should not be overwritten by the write buffer size.
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.

1 participant