]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/datalog: Remove use of 'detached' in `rgw_log_backing` watch
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 29 Sep 2025 19:33:23 +0000 (15:33 -0400)
committerVenky Shankar <vshankar@redhat.com>
Fri, 3 Oct 2025 12:36:15 +0000 (12:36 +0000)
commitca42883ecc5dca908b5947eb54307e8cb8e7650b
tree4fa6301599000836f28eeb949b25e4740b6721e9
parentb470eb871713303e5370963f20413b54fdf7bfc7
rgw/datalog: Remove use of 'detached' in `rgw_log_backing` watch

Replace `asio::detached` with `async::use_blocked` in the notify
handler. This shouldn't be too much of a problem given that our notify
handlers elsewhere use blocking `notify_ack`.

At a later time I plan to do a larger refactor, but this should be a
backportable fix for the memory error.

https://tracker.ceph.com/issues/73313
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/driver/rados/rgw_log_backing.cc