linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 735 forks source link

Log analysis #122

Closed hello-llc closed 4 years ago

hello-llc commented 5 years ago

My log is as follows:

2019-06-17 20:49:42,697 +1452127 [OpenReplicator_person] (INFO) {OpenReplicator_person} Connecting to OpenReplicator root@xx.xx.xx.xx:3306/mysql-bin.000114#567264472 2019-06-17 20:49:42,700 +1452130 [OpenReplicator_person] (INFO) {OpenReplicator_person} start Open Replicator successfully 2019-06-17 20:49:44,502 +1453932 [OpenReplicator_person] (INFO) {ORListener_person} Shutdown requested 2019-06-17 20:49:44,502 +1453932 [OpenReplicator_person] (INFO) {ORListener_person} Waiting for shutdown uninteruptibly 2019-06-17 20:49:44,502 +1453932 [OpenReplicator_person] (INFO) {ORListener_person} Waiting for shutdown 2019-06-17 20:49:44,602 +1454032 [ORListener_person] (INFO) {OpenReplicator_person} ORListener Thread done 2019-06-17 20:49:44,602 +1454032 [ORListener_person] (INFO) {ORListener_person} Signalling shutdown !! 2019-06-17 20:49:44,602 +1454032 [OpenReplicator_person] (INFO) {ORListener_person} Shutdown: true 2019-06-17 20:49:44,602 +1454032 [OpenReplicator_person] (INFO) {ORListener_person} Shutdown: true 2019-06-17 20:49:44,603 +1454033 [OpenReplicator_person] (INFO) {transactionWriter} Shutdown requested 2019-06-17 20:49:44,603 +1454033 [OpenReplicator_person] (INFO) {transactionWriter} Waiting for shutdown uninteruptibly 2019-06-17 20:49:44,603 +1454033 [OpenReplicator_person] (INFO) {transactionWriter} Waiting for shutdown 2019-06-17 20:49:44,699 +1454129 [transactionWriter] (INFO) {TransactionWriter} transactionWriter thread done! 2019-06-17 20:49:44,699 +1454129 [transactionWriter] (INFO) {transactionWriter} Signalling shutdown !! 2019-06-17 20:49:44,699 +1454129 [OpenReplicator_person] (INFO) {transactionWriter} Shutdown: true 2019-06-17 20:49:44,699 +1454129 [OpenReplicator_person] (INFO) {transactionWriter} Shutdown: true

Can you help me analyze it?