You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Anand Dev <an...@gmail.com> on 2018/10/10 11:22:45 UTC

CaptureChangeMySQL - throwing Binlog connector communications failure

 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?