summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1696296-a972c8d879b98940.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up release notes from the upcoming releaseDmitry Tantsur2017-11-091-2/+2
| | | | Change-Id: Iacdc3fdcf1fc221995963f8900a7e8ee06c9900d
* Adds more exception handling for ironic-conductor heartbeatD G Lee2017-09-181-0/+9
When heartbeat thread of ironic-conductor server is reporting heartbeat, it will be interrupted by database exceptions except 'DBConnectionError'. So add 'Exception' in _conductor_service_record_keepalive to catch all possible exceptions raised from database to ensure the heartbeat thread not to exit. And also log the exception information. When the database recovers from an exception, heartbeat thread will continue to report heartbeat. Change-Id: I0dc3ada945275811ef7272d500823e0a57011e8f Closes-Bug: #1696296