Skip to content

Instantly share code, notes, and snippets.

@Geesu
Created February 27, 2017 20:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Geesu/76e7d94849dda5f37f5c35baa56a7454 to your computer and use it in GitHub Desktop.
2017-02-27 19:46:02 notice : Validating binlog file 'mysqld-bin.001211' ...
2017-02-27 19:46:02 notice : Server changed state: server1[172.30.0.192:3306]: new_master. [Running] -> [Master, Running]
2017-02-27 19:46:02 notice : A Master Server is now available: 172.30.0.192:3306
2017-02-27 19:46:02 notice : 1488221158 @ 249, GTID List Event, (Mon Feb 27 18:45:58 2017), First EventTime
2017-02-27 19:46:02 notice : 1488224751 @ 91249567, Transaction ID Event (2 Phase Commit), (Mon Feb 27 19:45:51 2017), Last EventTime
2017-02-27 19:46:02 notice : Transaction Summary for binlog 'mysqld-bin.001211'
Description Total Average Max
No. of Transactions 57939
No. of Events 282670 4.9 287
No. of Bytes 85.5M 1.5k 224.3k
2017-02-27 19:46:02 info : Current binlog file is mysqld-bin.001211, safe pos 91249594, current pos is 91249594
2017-02-27 19:46:02 info : Started session [0] for replication-service service
2017-02-27 19:46:02 notice : Loaded module MySQLBackend: V2.0.0 from /usr/lib/x86_64-linux-gnu/maxscale/libMySQLBackend.so
2017-02-27 19:46:02 notice : replication-service: attempting to connect to master server 172.30.0.192:3306, binlog mysqld-bin.001211, pos 91249594
2017-02-27 19:46:02 notice : Loaded module MySQLClient: V1.1.0 from /usr/lib/x86_64-linux-gnu/maxscale/libMySQLClient.so
2017-02-27 19:46:02 notice : Listening connections at 0.0.0.0:3306 with protocol MySQL
2017-02-27 19:46:02 info : Started session [0] for replication-service service
2017-02-27 19:46:02 notice : [avro-service] Using configuration options from service 'replication-service'.
2017-02-27 19:46:02 info : Reading MySQL binlog files from /var/lib/maxscale/binlogs
2017-02-27 19:46:02 info : AVRO files stored in /var/lib/maxscale/avro
2017-02-27 19:46:02 notice : [avro-service] Avro files stored at: /var/lib/maxscale/avro
2017-02-27 19:46:02 notice : [avro-service] Using existing GTID index: //var/lib/maxscale/avro/avro.index
2017-02-27 19:46:02 notice : [avro-service] Loading stored conversion state: /var/lib/maxscale/avro/avro-conversion.ini
2017-02-27 19:46:02 notice : Loaded stored binary log conversion state: File: [mysqld-bin.001211] Position: [4] GTID: [0-0-0:0]
2017-02-27 19:46:02 info : AVRO: current MySQL binlog file is mysqld-bin.001211, pos is 4
2017-02-27 19:46:02 notice : Loaded module CDC: V1.0.0 from /usr/lib/x86_64-linux-gnu/maxscale/libCDC.so
2017-02-27 19:46:02 notice : Listening connections at 0.0.0.0:4001 with protocol CDC
2017-02-27 19:46:02 info : Started session [0] for avro-service service
2017-02-27 19:46:02 notice : MaxScale started with 1 server threads.
2017-02-27 19:46:02 notice : Started MaxScale log flusher.
2017-02-27 19:46:02 notice : replication-service: Request binlog records from mysqld-bin.001211 at position 91249594 from master server 172.30.0.192:3306
2017-02-27 19:46:02 notice : replication-service: identity seen by the master: server_id: 1000, uuid: 5ebc642a-fd25-11e6-b89c-127788c8c752
2017-02-27 19:46:02 notice : replication-service: identity seen by the slaves: server_id: 101, hostname: ip-172-30-0-192, MySQL version: 10.1.20-MariaDB-1~trusty
2017-02-27 19:46:03 error : Avro error: Cannot read 4 bytes from file
2017-02-27 19:46:03 error : Failed to open new Avro file for writing.
2017-02-27 19:46:03 error : Row event for unknown table mapped to ID 265. Data will not be processed.
2017-02-27 19:46:03 error : Failed to read file magic marker from '/var/lib/maxscale/avro/ebth_production.users.000001.avro'
2017-02-27 19:46:03 error : Failed to open file '/var/lib/maxscale/avro/ebth_production.users.000001.avro' when generating file index.
2017-02-27 19:46:03 notice : Schema version 1 already exists: /var/lib/maxscale/avro/ebth_production.items.000001.avsc
2017-02-27 19:46:03 notice : Schema version 1 already exists: /var/lib/maxscale/avro/ebth_production.item_versions.000001.avsc
2017-02-27 19:46:03 error : Failed to initialize avrofile.
2017-02-27 19:46:03 error : Failed to open file '/var/lib/maxscale/avro/ebth_production.item_versions.000001.avro' when generating file index.
2017-02-27 19:46:03 error : Failed to initialize avrofile.
2017-02-27 19:46:03 error : Failed to open file '/var/lib/maxscale/avro/ebth_production.items.000001.avro' when generating file index.
2017-02-27 19:46:03 error : Failed to read file magic marker from '/var/lib/maxscale/avro/ebth_production.users.000001.avro'
2017-02-27 19:46:03 error : Failed to open file '/var/lib/maxscale/avro/ebth_production.users.000001.avro' when generating file index.
2017-02-27 19:46:03 error : Fatal: MaxScale 2.0.4 received fatal signal 11. Attempting backtrace.
2017-02-27 19:46:03 error : Commit ID: f7cc548093b037a573c3340f10db2284349b1c69 System name: Linux Release string: Ubuntu 14.04.5 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment