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 MEM_DREAD_CTRL pool with MEMPROXY class pool #1924

Closed
wants to merge 3 commits into from

Conversation

yadij
Copy link
Contributor

@yadij yadij commented Oct 28, 2024

Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.

@rousskov rousskov changed the title Maintenance: Upgrade MEM_DREAD_CTRL memory pool Replace MEM_DREAD_CTRL pool with MEMPROXY class pool Oct 28, 2024
Copy link
Contributor

@rousskov rousskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted PR title/description to match recent commit ed1a732.


Before advancing this new PR (including fixing build tests) and requesting my re-review, please cooperate to merge PRs awaiting your review for a long time, including these three:

src/fs_io.h Outdated Show resolved Hide resolved
src/fs_io.cc Outdated Show resolved Hide resolved
@rousskov rousskov added the S-waiting-for-author author action is expected (and usually required) label Oct 28, 2024
yadij added 2 commits November 2, 2024 16:06
 ... to a MEMPROXY class pool.

Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
Co-authored-by: Alex Rousskov <[email protected]>
@yadij yadij added S-waiting-for-reviewer ready for review: Set this when requesting a (re)review using GitHub PR Reviewers box and removed S-waiting-for-author author action is expected (and usually required) labels Nov 16, 2024
@yadij yadij requested a review from rousskov November 16, 2024 01:26
@rousskov rousskov dismissed their stale review November 18, 2024 02:01

My primary concern was addressed.

@rousskov
Copy link
Contributor

Alex: Before advancing this new PR (including fixing build tests) and requesting my re-review, please cooperate to merge PRs awaiting your review for a long time, including these three: ...

My request was not honored, but I am not going to block this PR in hope that #1840 is going to be unblocked.

@rousskov rousskov removed their request for review November 18, 2024 02:02
@rousskov rousskov added S-waiting-for-author author action is expected (and usually required) and removed S-waiting-for-reviewer ready for review: Set this when requesting a (re)review using GitHub PR Reviewers box labels Nov 18, 2024
squid-anubis pushed a commit that referenced this pull request Nov 20, 2024
Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
@squid-anubis squid-anubis added M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels M-passed-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels and removed M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels M-passed-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels labels Nov 20, 2024
squid-anubis pushed a commit that referenced this pull request Nov 21, 2024
Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
@squid-anubis squid-anubis added M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels and removed M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels labels Nov 21, 2024
squid-anubis pushed a commit that referenced this pull request Nov 21, 2024
Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
@squid-anubis squid-anubis added M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels M-passed-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels and removed M-waiting-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels labels Nov 21, 2024
@yadij yadij added M-cleared-for-merge https://github.com/measurement-factory/anubis#pull-request-labels and removed S-waiting-for-author author action is expected (and usually required) M-passed-staging-checks https://github.com/measurement-factory/anubis#pull-request-labels labels Nov 22, 2024
@yadij
Copy link
Contributor Author

yadij commented Nov 22, 2024

Cleared for merge under 10-day no objections criteria.

@squid-anubis squid-anubis added M-merged https://github.com/measurement-factory/anubis#pull-request-labels and removed M-cleared-for-merge https://github.com/measurement-factory/anubis#pull-request-labels labels Nov 22, 2024
@yadij yadij deleted the arc-mempools-2 branch November 22, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-merged https://github.com/measurement-factory/anubis#pull-request-labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants