Update git submodules

* Update swift from branch 'master'
  to 0bee335c6ec3773542d080fe6a8d4c56ac6a11e2
  - Merge "proxy: emit metric when updating namespaces memcache set fails"
  - proxy: emit metric when updating namespaces memcache set fails
    
    Previously, if a memcache set command had an unexpected response then
    an error was logged but no exception raised from MemcacheRing.set.
    With this patch, when MemcacheRing.set fails in this way, a
    MemcacheConnectionError will be raised if 'raise_on_error' is
    True. This exception is now handled when the proxy tries to set
    updating namespaces in memcache, and a counter metric emitted with
    name 'object.shard_updating.cache.set_error'. If the set is successful
    an 'object.shard_updating.cache.set' counter metric is emitted.
    
    The logging of MemcacheRing errors is improved to include the memcache
    key being set, in line with exception logging.
    
    Change-Id: Icfc97751c80f4bb4a3373796c01bff6ed5843937
This commit is contained in:
Zuul 2023-10-30 09:00:00 +00:00 committed by Gerrit Code Review
parent 542995bb21
commit edb5bcbf26
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 17cb10ebbc5ddbb9ceb0ae9f7823de2938139367
Subproject commit 0bee335c6ec3773542d080fe6a8d4c56ac6a11e2