Update git submodules

* Update cloudkitty from branch 'master'
  to c3fff2d464db4890b5acd228a84c7b85fa2bc3c8
  - Merge "Fix a concurrency issue when locking reprocessing tasks"
  - Fix a concurrency issue when locking reprocessing tasks
    
    It was discovered that in some situations the same reprocessing task
    might be processed simultaneously by different workers, which can
    lead to unnecessary processing. This was happening due to the use
    of "current_reprocess_time" in the lock name, which would lead to
    different locking name for some situations; for instance, when worker
    start processing a brand new reprocessing task, and after reprocessing
    a few time frames, the "current_reprocess_time" is updated, then when
    other workers achieve the same locking moment, they would have a
    different lock name for the same scope ID, and reprocess a scope
    that is currently in reprocessing.
    
    Change-Id: I487d0eeb1cedc162d44f8c879a27f924b5c76206
This commit is contained in:
Zuul 2023-10-02 15:36:37 +00:00 committed by Gerrit Code Review
parent 6c81be04d6
commit 95a6fd5a6f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 52b51b004ddb0e7881fff55b6f20ce18ab9c984f
Subproject commit c3fff2d464db4890b5acd228a84c7b85fa2bc3c8