[MXS-2567] CDC module can wind up in an infinite loop Created: 2019-06-19 Updated: 2019-10-04 Resolved: 2019-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | cdc |
| Affects Version/s: | 2.3.4, 2.3.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Jonas Seiler | Assignee: | markus makela |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
docker image mariadb/maxscale |
||
| Sprint: | MXS-SPRINT-91 |
| Description |
|
Hello, i want to stream a mysql dump to kafka. I use a similar setup as in https://mariadb.com/resources/blog/real-time-data-streaming-to-kafka-with-maxscale-cdc/. It does work but maxscale CPU usage stays high (100% cpu usage) even when no event is streamed .
The problem seems to be tied to the dump itself. It doesn't happen for all dumbs.
Following the warning let me to the following peace of code that suggest it might be an infinite loop:
Due to data privacy reasons I cannot provide the dump though.
|
| Comments |
| Comment by markus makela [ 2019-06-19 ] |
|
Have you tried the latest 2.3 release? |
| Comment by Jonas Seiler [ 2019-06-19 ] |
|
sure. still happens |
| Comment by markus makela [ 2019-07-03 ] |
|
My initial thought was that this was fixed by 1efe3e0b2058f8c837e4a57c6589d6e10b068870 but that is already in 2.3.8. Perhaps this is a different problem. |
| Comment by markus makela [ 2019-09-27 ] |
|
Haven't been able to reproduce this with 2.4. Can you try if you can reproduce it with 2.4? |
| Comment by markus makela [ 2019-10-04 ] |
|
Closing as Cannot Reproduce as we haven't been able to reproduce this. If this still happens with 2.4, please let us know and we'll reopen this. |