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: lockfree MPMC queue should not fail to pop/push when queue is not empty/full #504

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

Coldwings
Copy link
Collaborator

FIX:
now mpmcqueue able to be sure not return failure pop from non-empty queue or push into non-full queue.

…t empty/full

Signed-off-by: Coldwings <coldwings@me.com>
Signed-off-by: Coldwings <coldwings@me.com>
@lihuiba lihuiba merged commit 33252d3 into alibaba:release/0.6 Jun 8, 2024
8 checks passed
lihuiba added a commit that referenced this pull request Jun 14, 2024
* FIX: lockfree MPMC queue should not fail to pop/push when queue is not empty/full (#504)

* FIX: lockfree MPMC queue should not fail to pop/push when queue is not empty/full

Signed-off-by: Coldwings <coldwings@me.com>

* Old CI image not able to access repo, change to preset image

Signed-off-by: Coldwings <coldwings@me.com>
lihuiba added a commit that referenced this pull request Jun 15, 2024
* new CI workflow for linux.x86 (#494)

new CI workflow for linux.x86

* CI use images that pre-installed all deps (#505)

* Manual pr 0.6 0.7 (#509)

* FIX: lockfree MPMC queue should not fail to pop/push when queue is not empty/full (#504)

* FIX: lockfree MPMC queue should not fail to pop/push when queue is not empty/full

Signed-off-by: Coldwings <coldwings@me.com>

* Old CI image not able to access repo, change to preset image

Signed-off-by: Coldwings <coldwings@me.com>

---------

Signed-off-by: Coldwings <coldwings@me.com>
Co-authored-by: Coldwings <coldwings@me.com>
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