Closed stevehu closed 6 years ago
re-run test case, and there is no warning message here:
Mar 01, 2018 4:08:47 PM com.github.shyiko.mysql.binlog.BinaryLogClient connect INFO: Connected to localhost:3306 at /4 (sid:1519938455571, cid:1307) 16:08:47.321 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection com.mysql.jdbc.JDBC4Connection@37bd68c3 16:08:47.378 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection com.mysql.jdbc.JDBC4Connection@37bd68c3 16:08:47.478 [blc-localhost:3306] DEBUG c.n.e.c.m.b.MySqlBinaryLogClient - Got binlog event Event{header=EventHeaderV4{timestamp=1519417050000, eventType=EXT_WRITE_ROWS, serverId=1, headerLength=19, dataLength=224, nextPosition=27614, flags=0}, data=WriteRowsEventData{tableId=112, includedColumns={0, 1, 2, 3, 4, 5, 6, 7}, rows=[ [00000161c4504164-acde480011220000, com.networknt.eventuate.test.domain.AccountCreatedEvent, {"initialBalance":1519417049423}, com.networknt.eventuate.test.domain.Account, 00000161c4504165-acde480011220000, null, null, 0] ]}}
It looks like the warning caused by the mySQL connection issue when the binlog start process
Don't know if this is just test case problem or system problem.