]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: do not re-init Rados in RadosRealmWatcher 67287/head
authorNithya Balachandran <nithya.balachandran@ibm.com>
Tue, 10 Feb 2026 15:53:20 +0000 (15:53 +0000)
committerNithya Balachandran <nithya.balachandran@ibm.com>
Tue, 10 Feb 2026 15:53:20 +0000 (15:53 +0000)
commitc83a31e9004a93bf955962691386211975bcc6f8
treed17d47e7444bfb7b6d6ecffb09fb4edbbc081cba
parent0b9fcd80bbdbcc604152c9a96bae005a1e16537a
rgw: do not re-init Rados in RadosRealmWatcher

The RadosRealmWatcher::watch_start() function incorrectly
reinitialized a rados client that had already been initialized during
the creation of the ConfigStore. This caused the original Objecter
to be lost, which was subsequently reported as a memory leak by Valgrind.

Signed-off-by: Nithya Balachandran <nithya.balachandran@ibm.com>
src/rgw/driver/rados/config/realm_watcher.cc