]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "crimson/os/alienstore/alien_log: _flush concurrently" 55288/head
authorSamuel Just <sjust@redhat.com>
Tue, 23 Jan 2024 21:47:27 +0000 (21:47 +0000)
committerSamuel Just <sjust@redhat.com>
Tue, 23 Jan 2024 22:37:36 +0000 (22:37 +0000)
commit4d52d1d22b74c3fcbc43db0973ef48d11e91748b
tree2890c2511bbb45158878d2e51c9aa21f30e38b02
parent18149a703b2f443b037861e787e71f3e6f1d9b42
Revert "crimson/os/alienstore/alien_log: _flush concurrently"

While submitting the log line asyncronously is reasonable,
with this implementation the EntryVector &q parameter does
not necessarily outlive the submission continuation.

This reverts commit 511af83e2747361350b60ce0ce88e67a726d9343.

Fixes: https://tracker.ceph.com/issues/64140
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/alienstore/alien_log.cc