From 500eabcc5a773fd1fb52740612b7bef42ffe563d Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 5 Sep 2022 09:58:44 -0500 Subject: [PATCH] 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 --- ovsdbapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovsdbapp b/ovsdbapp index 96cf8d6288..c3bacb3ba3 160000 --- a/ovsdbapp +++ b/ovsdbapp @@ -1 +1 @@ -Subproject commit 96cf8d6288587423e65d5149016e07fb51430724 +Subproject commit c3bacb3ba37e2824920ac79766205a3b51ab12d5