Browse Source

Update AbstractEventParser.java

徐建海 8 years ago
parent
commit
8a293e4b0c

+ 1 - 1
parse/src/main/java/com/alibaba/otter/canal/parse/inbound/AbstractEventParser.java

@@ -388,7 +388,7 @@ public abstract class AbstractEventParser<EVENT> extends AbstractCanalLifeCycle
             String name = String.format("destination = %s , address = %s , HeartBeatTimeTask",
                 destination,
                 runningInfo == null ? null : runningInfo.getAddress().toString());
-//             synchronized(AbstractEventParser.class){
+            synchronized(AbstractEventParser.class){
 //             synchronized (MysqlEventParser.class) {
 //             why use MysqlEventParser.class, u know, MysqlEventParser is the child class 4 AbstractEventParser,
 //             do this is ...