When I start the CaptureChangeMySQL processor, it worked fine till the point when DDL event occured for Creating a table.
Processor captured the CREATE table event successfully. Next, when record was inserted in the newly created table, it threw below error and stopped capturing further events. ERROR =============== Binlog connector communications failure: could not find next log; the first event 'bin_5101.000013' at 921485, the last event read from '/u01/mysql/5101/var/log/binlogs/bin_5101.000013' at 921565, the last byte read from '/u01/mysql/5101/var/log/binlogs/bin_5101.000013' at 921565 com.github.shyiko.mysql.binlog.network.ServerException: could not find next log; the first event 'bin_5101.000013' at 921485, the last event read from '/u01/mysql/5101/var/log/binlogs/bin_5101.000013' at 921565, the last byte read from '/u01/mysql/5101/var/log/binlogs/bin_5101.000013' at 921565 ================ Can someone suggest what's going wrong here?
