]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/datalog: Remove use of 'detached' in `rgw_log_backing` watch 65722/head
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 29 Sep 2025 19:33:23 +0000 (15:33 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 29 Sep 2025 19:33:23 +0000 (15:33 -0400)
commita9d718331c7db708accce0e7aa78a2dc0ba6ba8a
tree1583d363937181c1807d0b74b5bc72808988993d
parent629e419edf3f07a122332935ee425ff542d3eda2
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