Skip to content

Commit 04f07e0

Browse files
authored
Merge pull request ceph#65722 from adamemerson/wip-rgw-undetach-logback
rgw/datalog: Remove use of 'detached' in `rgw_log_backing` watch Reviewed-by: Casey Bodley <[email protected]>
2 parents 0257022 + a9d7183 commit 04f07e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/driver/rados/rgw_log_backing.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ void logback_generations::operator ()(sys::error_code ec,
664664
bufferlist&& bl) {
665665
co_spawn(rados.get_executor(),
666666
handle_notify(ec, notify_id, cookie, notifier_id, std::move(bl)),
667-
asio::detached);
667+
async::use_blocked);
668668
}
669669

670670
asio::awaitable<void>

0 commit comments

Comments
 (0)