]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
osdc: Move SplitOp decision point to later in submit procedure.
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 5 Feb 2026 13:47:11 +0000 (13:47 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Fri, 6 Feb 2026 10:31:31 +0000 (10:31 +0000)
commit380e071fdd74a04464d7fe03efa4eb4601f8a47b
tree466ec5d498a79c491f18b8583eeb7e497bc6dce8
parent4247a10026a76c9d25110d6c166eab2436b87556
osdc: Move SplitOp decision point to later in submit procedure.

Previously, split ops was being calculated immediately the op was
submitted.  Here we move the submit down to below the throttling
and timeout code.  This way we throttle/timeout the original op.

Handling the timeout (op_cancel) will be handled in a latter  commit.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osdc/Objecter.cc