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

squid: rgw/beast: optimize for accept when meeting error in listenning #60244

Open
wants to merge 2 commits into
base: squid
Choose a base branch
from

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Oct 10, 2024

backport tracker: https://tracker.ceph.com/issues/67957


backport of #59014
parent tracker: https://tracker.ceph.com/issues/67338

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

cbodley and others added 2 commits October 10, 2024 08:34
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 100d1b6)
It is not suitable to stop accept socket when meeting any error in
previous socket listen and accept. This will results in radosgw
stop work after a occasional case. For example, Too many open files
warning may occur at high iops(or just after reshard, sockets opened
may increase for doing operations blocked).

Signed-off-by: Mingyuan Liang <liangmingyuan@baidu.com>
(cherry picked from commit a709078)
@liangmingyuanneo
Copy link
Contributor

https://jenkins.ceph.com/job/ceph-pull-requests/144813/

No identified problem

@liangmingyuanneo
Copy link
Contributor

jenkins test make check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants