]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dbstore: No need for explicit LOCK in DBStore
authorSoumya Koduri <skoduri@redhat.com>
Mon, 1 Nov 2021 06:21:29 +0000 (11:51 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Mon, 1 Nov 2021 06:29:27 +0000 (11:59 +0530)
commitb3ecfc8f8419e801e6ea51f8d8d7fd6b7740cb09
tree45cda1530b8879d3f14abe086bcb8f4636f51102
parent9b3fdce0ab1c02dde23b7912d1b0cc7a087dcde8
rgw/dbstore: No need for explicit LOCK in DBStore

The current form of DBStore is not suited for multiple writers
scenario. Hence no need for explicit mutex lock in DBStore but
rather rely on inherent sqlite locking mechanism.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
src/rgw/store/dbstore/common/dbstore.cc