[MXS-3060] Failed to load current GTID Created: 2020-07-02 Updated: 2021-08-23 Resolved: 2021-08-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter |
| Affects Version/s: | 2.4.10 |
| Fix Version/s: | 2.5.16 |
| Type: | Bug | Priority: | Major |
| Reporter: | wilsonlau | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | MXS-SPRINT-110, MXS-SPRINT-138 |
| Description |
|
[avrorouter] Failed to load current GTID state from file '/maxscale/avro/current_gtid.txt': 0, Success This exception will appear within a few hours. Is there any configuration that can be improved |
| Comments |
| Comment by markus makela [ 2020-07-02 ] |
|
Can you provide the steps to reproduce this problem? |
| Comment by wilsonlau [ 2020-07-03 ] |
|
first , provide avro-ruter topology master more than 1000 tables need to coverted avro, avro-router runs for hours and the problem occurs |
| Comment by markus makela [ 2020-07-03 ] |
|
Are there any other log messages? Can you attach the relevant parts of the MaxScale log file? Does it still work even after that message is logged? |
| Comment by wilsonlau [ 2020-07-03 ] |
|
if this log happen, avro coverted process stop. |
| Comment by markus makela [ 2020-07-08 ] |
|
Do you have the logs from that? If you want MaxScale to log into the standard output, use the -lstdout option. |
| Comment by markus makela [ 2020-07-08 ] |
|
Does the current_gtid.txt file exist where the message says it is? |
| Comment by wilsonlau [ 2020-07-16 ] |
|
current_gtid.txt file exist, but file content is empty |
| Comment by markus makela [ 2021-08-20 ] |
|
Added code that ignores empty files. |