Update git submodules

* Update ovsdbapp from branch 'master'
  to c3bacb3ba37e2824920ac79766205a3b51ab12d5
  - Fix TRY_AGAIN handling
    
    I believe removing wait_for_change back in the day was an error.
    We can't do the exponential backoff ourselves because that will
    also delay reconnecting to the the db, because idl.run() needs to
    be called. Also, do_commit() doesn't ensure that idl.run() is
    called if status is TRY_AGAIN. wait_for_change() will ensure that
    we call idl.run() to reconnect quickly and don't try the txn again
    until we have reconnected and the seqno has changed.
    
    Revert "Don't spam retries 100s of times a second"
    This reverts commit 6596164f51217cc7fabf302ce14ccc9d9beaff1f.
    
    Revert "Ensure idl.run() called on TRY_AGAIN"
    This reverts commit 1810faecc9ad2345f3e2f9185ac64194c5a0d711.
    
    Revert "Don't wait on TRY_AGAIN when calling commit_block()"
    This reverts commit 158ae06bce0f56e93677f94c59f81e5e76ee1ccc.
    
    Closes-Bug: #1988457
    Change-Id: I237136262862d5117d08eb3b513a0b8658a79f05
This commit is contained in:
Terry Wilson 2022-09-05 09:58:44 -05:00 committed by Gerrit Code Review
parent 89a720d761
commit 500eabcc5a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 96cf8d6288587423e65d5149016e07fb51430724
Subproject commit c3bacb3ba37e2824920ac79766205a3b51ab12d5