fixed issue #195

This commit is contained in:
agapple
2016-08-26 18:25:52 +08:00
parent f6cf88a6bd
commit aa8ea96572
@@ -142,8 +142,8 @@ public class PeriodMixedMetaManager extends MemoryMetaManager implements CanalMe
}
public void updateCursor(ClientIdentity clientIdentity, Position position) throws CanalMetaManagerException {
updateCursorTasks.add(clientIdentity);// 添加到任务队列中进行触发
super.updateCursor(clientIdentity, position);
updateCursorTasks.add(clientIdentity);// 添加到任务队列中进行触发
}
public Position getCursor(ClientIdentity clientIdentity) throws CanalMetaManagerException {