From 290ce38fb05fdfa83bad02eb8b5b6c9a4f69a659 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Thu, 15 Oct 2020 12:53:36 -0500 Subject: [PATCH] Update git submodules * Update ovn-octavia-provider from branch 'master' - Fix leaked file descriptors by cleaning up objects A reference to the ovsdbapp Connection object is stored on the the API impl class and it is causing the object to stick around and its pipe fds to never close. Ultimately, python-ovs's call to select() is limited to 1024 file descriptors and will eventually error out. This deletes the connection and api objects explicitly when we are done with them. Change-Id: I97b27eaa293fb161724d34da88b4398f8b590c33 Co-authored-by: Brian Haley Closes-Bug: #1894136 --- ovn-octavia-provider | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn-octavia-provider b/ovn-octavia-provider index b68d2a78a4..5b0715d967 160000 --- a/ovn-octavia-provider +++ b/ovn-octavia-provider @@ -1 +1 @@ -Subproject commit b68d2a78a4b34497e376a7be545a20a23d036191 +Subproject commit 5b0715d96700d1c288f601b3ecb2cad507c2c134