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

Fixed the accidental release of atomic lock in Table #4446

Merged
merged 5 commits into from
Oct 27, 2021

Conversation

Txhua
Copy link
Contributor

@Txhua Txhua commented Oct 26, 2021

Fixed the accidental release of atomic lock in swoole table

@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #4446 (d45b508) into master (e73f48c) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4446      +/-   ##
==========================================
+ Coverage   52.42%   52.45%   +0.03%     
==========================================
  Files          73       73              
  Lines       14910    14910              
==========================================
+ Hits         7816     7821       +5     
+ Misses       7094     7089       -5     
Impacted Files Coverage Δ
src/os/async_thread.cc 71.24% <0.00%> (-0.43%) ⬇️
src/network/client.cc 46.91% <0.00%> (+0.45%) ⬆️
src/protocol/base.cc 63.97% <0.00%> (+1.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e73f48c...d45b508. Read the comment docs.

include/swoole_table.h Outdated Show resolved Hide resolved
@matyhtf matyhtf changed the title Swoole table Fixed the accidental release of atomic lock in Table Oct 27, 2021
@matyhtf matyhtf merged commit 4fe8519 into swoole:master Oct 27, 2021
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.

None yet

2 participants