Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1476242 Details for
Bug 1563574
[ovs2.9] SSL connections drops are constantly logged in ovsdb-server-nb.log
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Try to close the idl when the Connection is stopped
0001-On-stop-close-the-idl-connection.patch (text/plain), 862 bytes, created by
Terry Wilson
on 2018-08-15 18:22:20 UTC
(
hide
)
Description:
Try to close the idl when the Connection is stopped
Filename:
MIME Type:
Creator:
Terry Wilson
Created:
2018-08-15 18:22:20 UTC
Size:
862 bytes
patch
obsolete
>From 92ff0da9583bd2dc6735cde47ecf2d986575cafa Mon Sep 17 00:00:00 2001 >From: Terry Wilson <twilson@redhat.com> >Date: Wed, 15 Aug 2018 13:17:40 -0500 >Subject: [PATCH] On stop, close the idl connection > >Change-Id: I30dbea2feaa6745aecf6bde9397c4abcdfb3bf15 >--- > ovsdbapp/backend/ovs_idl/connection.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/ovsdbapp/backend/ovs_idl/connection.py b/ovsdbapp/backend/ovs_idl/connection.py >index fe59cf6..8a35f33 100644 >--- a/ovsdbapp/backend/ovs_idl/connection.py >+++ b/ovsdbapp/backend/ovs_idl/connection.py >@@ -102,6 +102,7 @@ class Connection(object): > tb=traceback.format_exc()) > txn.results.put(er) > self.txns.task_done() >+ self.idl.close() > > def stop(self, timeout=None): > if not self._is_running: >-- >2.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mduarted
: review-
Actions:
View
|
Diff
Attachments on
bug 1563574
:
1417128
|
1417129
|
1417332
| 1476242 |
1476873
|
1480123
|
1520038
|
1578130
|
1578131
|
1589825