[MXS-1880] MaxScale 2.2.5-1 Crashes after a non clean Start Created: 2018-05-22 Updated: 2018-08-20 Resolved: 2018-08-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter, binlogrouter |
| Affects Version/s: | 2.2.5 |
| Fix Version/s: | 2.2.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
RHEL 7.4 |
||
| Attachments: |
|
| Description |
|
With pending AVRO files if mxs_adapter is forcefully terminated "ctrl-c" and MaxScale is restarted it crashes with no recovery unless all the pending AVRO, AVSC, avro.index and avro-conversion.ini are deleted. |
| Comments |
| Comment by markus makela [ 2018-06-12 ] |
|
Possibly related to improper storage of the current binlog position. |
| Comment by markus makela [ 2018-08-15 ] |
|
This was actually caused by the fact that the avrorouter did not read the FDE event at the start of the binlog if it was stopped in the middle of a binlog. Reading it every time a binlog is opened should solve this. |
| Comment by markus makela [ 2018-08-20 ] |
|
Appears to be fixed in 2.2.14. |