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

Replace the buffer pool type from ArrayBlockingQueue to LinkedBlockin… #1411

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

LukeLiang
Copy link
Contributor

…gQueue type

Fixes #1404

Changes proposed in this pull request:

  • Replace the buffer pool type from ArrayBlockingQueue to LinkedBlockin…

Check mailbox configuration when submitting. Contributor Guide

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (abe77a7) 35.63% compared to head (4ce488b) 35.63%.

❗ Current head 4ce488b differs from pull request most recent head 94e42a7. Consider uploading reports for the commit 94e42a7 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #1411   +/-   ##
==========================================
  Coverage      35.63%   35.63%           
  Complexity       848      848           
==========================================
  Files            258      258           
  Lines           5722     5722           
  Branches         530      530           
==========================================
  Hits            2039     2039           
  Misses          3490     3490           
  Partials         193      193           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@magestacks magestacks merged commit 6f3a6e0 into opengoofy:develop Jul 31, 2023
3 checks passed
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.

将用于收集线程池信息的缓冲线程池从ArrayBlockingQueue替换为LinkedBlockingQueue类型
2 participants