-
Bug
-
Resolution: Done
-
Critical
-
1.3.0.Alpha1, 1.4.1.Final
-
None
-
False
-
False
-
Undefined
-
-
After upgrading debezium from 1.2 to 1.4 in production we noticed that in some cases debezium got infinitely stuck processing particular event. CPU at 100%... Restart or downgrade to 1.3 didn't solve it. After downloading 1.2 it continue as if normal.
After discussing on gitter chat we extracted debug level logs of it and also thread dump. From there it was clearly issue with thead that handles JSON parsing in binlog.
So afterwards did a mysql dump and found the exact event that caused it. Also reproduce it locally.
- clones
-
DBZ-3106 Forever stuck with new binlog parser (1.3 and later) when processing big JSON column data
- Closed