]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: allow osd_op_thread_timeout and suicide_timeout to be adjusted on the fly 49628/head
authorhaoyixing <haoyixing@kuaishou.com>
Wed, 4 Jan 2023 06:56:04 +0000 (14:56 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Sun, 29 Jan 2023 06:43:05 +0000 (14:43 +0800)
commit5649e3d7554e12681a2c723151127b9b7907c9b2
tree68b9fe5e887c2a728579d7222b22ee43d75f348a
parentae8065f1d4d156eea3fffb9ba84e22f5fdb7231b
osd: allow osd_op_thread_timeout and suicide_timeout to be adjusted on the fly

And make timeout_interval/suicide_interval atomic for WorkQueue_ and BaseShardedWQ.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
src/common/WorkQueue.cc
src/common/WorkQueue.h
src/os/bluestore/BlueStore.cc
src/osd/OSD.cc
src/test/test_workqueue.cc