linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 735 forks source link

Databus got assert error when read binlog after sometime #51

Closed hopecheng closed 9 years ago

hopecheng commented 9 years ago

I use databus read the binlog, but after some time, it got assert error on the target table records. I found the last position before the assert error. After I restart the databus from the last position, it could read the binlog records as normal.

I know the assert error means the transaction status is not right. But I can't understand it happens after some position and disappear after restart.

Could anyone help me?

Thanks