]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
neorados: On watch error, go through safe cookie interface to cancel
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 26 Nov 2025 05:54:55 +0000 (00:54 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 5 Dec 2025 18:08:33 +0000 (13:08 -0500)
commit7c00e59207119be9aa45eb1928114bf495e343a4
treeb41669c1761c2eda511265af456d9aa95da7d846
parentc69db559d5627a5d51a0d000281f1d5ba8689d8b
neorados: On watch error, go through safe cookie interface to cancel

Possibly unnecessary defensive programming. At present I'm not sure of
a way this could happen, possibly shutdown while `watch_()` is
executing. In any case, adding a lookup to the error path isn't really
a problem.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/neorados/RADOS.cc