]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
neorados: Actually enforce notification queue limit
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 26 Nov 2025 05:54:21 +0000 (00:54 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 16 Mar 2026 15:55:50 +0000 (11:55 -0400)
commit4cc2dbe316be9d8ac63ee00a6aff5455ecb4cd86
tree805517c758102f52b295a4a39c19b151479f6511
parent89134791c16a2332457cfea85321a07e9ff7ca87
neorados: Actually enforce notification queue limit

We were adding an overflow marker on every message above capacity, not
just the first, vitiating the purpose of the bound. The shame, the
shame.

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