Can't run the mysql example!
See original GitHub issueHi,
I’m a new user to databus, and I follow all the steps in Databus for MySQL, I run the relay successful, but when I update the DB, no event found in the relay. I use all the configure in the example package, and see no message in log.
The last log in relay.log is: 2014-02-14 16:15:54,478 +1566 OpenReplicator_person {OpenReplicator_person} Open Replicator starting from mysql-bin.000001@4 2014-02-14 16:15:54,552 +1640 OpenReplicator_person {OpenReplicator_person} Event Producer Thread done
The last log in databus2-relay-or_person.out is: 2014-02-14 16:15:53,435 +523 main {DbusEventV1Factory} BIG_ENDIAN 2014-02-14 16:15:53,436 +524 main {DbusEventV1Factory} java.lang.Thread.getStackTrace(Thread.java:1436) com.linkedin.databus.core.DbusEventV1Factory.<init>(DbusEventV1Factory.java:48) com.linkedin.databus.core.DbusEventV1Factory.<init>(DbusEventV1Factory.java:34) com.linkedin.databus.container.netty.HttpRelay.<init>(HttpRelay.java:131) com.linkedin.databus2.relay.DatabusRelayMain.<init>(DatabusRelayMain.java:91) com.linkedin.databus.relay.example.PersonRelayServer.main(PersonRelayServer.java:74) 2014-02-14 16:15:54,496 +1584 OpenReplicator_person {TransportImpl} connecting to host: 10.1.8.208, port: 33066 2014-02-14 16:15:54,529 +1617 OpenReplicator_person {TransportImpl} connected to host: 10.1.8.208, port: 33066, context: AbstractTransport.Context[threadId=68,scramble= X*hN/>)SEC'I|Ur`ipw,protocolVersion=10,serverHost=10.1.8.208,serverPort=33066,serverStatus=2,serverCollation=33,serverVersion=5.1.58-log,serverCapabilities=63487] 2014-02-14 16:15:54,529 +1617 OpenReplicator_person {AuthenticatorImpl} start to login, user: or_test, host: 10.1.8.208, port: 33066 2014-02-14 16:15:54,535 +1623 OpenReplicator_person {AuthenticatorImpl} login successfully, user: or_test, detail: OKPacket[packetMarker=0,affectedRows=0,insertId=0,ser verStatus=2,warningCount=0,message=<null>]
Is there any configure need I change?
Thanks!
Issue Analytics
- State:
- Created 10 years ago
- Comments:15 (5 by maintainers)
Top GitHub Comments
HI,
I am starting using DataBus for Mysql. After change log format to ROW. when query " curl -s http://localhost:11115/containerStats/inbound/events/total?pretty". “numDataEvents” changed as I do some update on ‘person’. But “numDataEventsFiltered” is still Zero.
Does this means anything wrong?
And How can i enable DEBUG log?
thanks.
Hi @yongfangtan, Since we haven’t heard back from you. I am closing this, Please get back if you are still seeing this issue.
Thanks, Srini.