[MXS-349] SSL connections are unstable Created: 2015-09-02 Updated: 2015-09-22 Resolved: 2015-09-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The ssl test in the MaxScale system test suite occasionally hangs when inserting data into the database. Following test case fails: |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-09-09 ] |
|
markus makela, johan.wikman Any further insight on this ? |
| Comment by markus makela [ 2015-09-10 ] |
|
The reason for this is the mishandling of SSL errors when writing fails. This has now been fixed. |
| Comment by markus makela [ 2015-09-14 ] |
|
The instability of SSL connections seems to have been at least partially solved by cleaning up the dcb_read_SSL function. |