七锋
7fd958a490
fixed issue #801 , support canal docker
2018-08-03 17:48:32 +08:00
winger
aaf18ccd7e
fix issue #771 #756
2018-07-25 10:18:15 +08:00
七锋
7b52568575
fixed unused code
2018-07-20 16:43:00 +08:00
七锋
fe38bc16d2
fixed issue #726 , 优化完毕
2018-07-20 14:32:13 +08:00
七锋
da8bf59d5b
fixed issue #726 , 多线程解析binlog DML事件,提升性能
2018-07-04 23:37:20 +08:00
七锋
4d4d97419c
fixed issue #726 , 去掉socket receiveBuffer/sendBuffer的设置,影响网络吞吐量
2018-07-03 13:42:31 +08:00
七锋
a4255a6377
fixed format
2018-06-14 19:25:34 +08:00
hiwjd
21f3f8c973
支持通过GTID同步binlog
2018-05-04 16:47:03 +08:00
七锋
511734c3d8
fixed compiler error
2018-03-15 20:21:42 +08:00
七锋
af002f4e24
fixed bio socket
2018-03-15 20:20:29 +08:00
whaon
256056e14f
renew an InetSocketAddress to resolve address again
...
resolve [issue427](https://github.com/alibaba/otter/issues/427 )
2018-03-14 09:55:20 +08:00
agapple
cd87ef00cc
fixed issue #553 , merge code
2018-03-13 10:00:11 +08:00
agapple
6b7109c66b
fixed issue #539 , support bio&netty
2018-03-12 23:21:43 +08:00
Wu-Jianqiang
3e7e7b7f6e
修改:变量命名和super调用
2018-02-26 16:37:21 +08:00
Wu-Jianqiang
8ad603fea4
修复:SocketChannel 默认缓存大小(1MB)不够用时需自动扩充,否则将因缓存空间不足而造成I/O超时假象
2018-02-26 16:26:01 +08:00
agapple
2d49b709ca
fixed socket wait period 10ms
2018-02-12 11:43:03 +08:00
agapple
91ac0e30aa
fixed issue #483 , support show slave hosts
2018-01-10 14:35:26 +08:00
jason huang
a965d2cd04
dump connection is disconnected
...
dump connection is disconnected since SocketChannel.cache is overflow.
2018-01-09 18:25:51 +08:00
jason huang
93be9d1909
dump connection disconnected
...
dump connection will be disconnected since SocketChannel.cache is overflow.
2018-01-09 18:21:14 +08:00
agapple
af289cd9fb
fixed compiler error
2018-01-05 19:09:46 +08:00
jason huang
0c7aed197a
cannot build mysql connection.
...
when invoke connect(), it will return a ChannelFuture instance, and then the "addListener" method is invoked by biz thread, however, "channelRead" method in BusinessHandler is executed by netty I/O thread.
ChannelFutureListener -> operationComplete() cannot guarantee that which is executed before than BusinessHandler -> channelRead() method.
reproduce it :
set below jvm parameter:
-Dio.netty.eventLoopThreads=1
It will caused new connection is timeout when AbstractEventParser -> start() -> parseThread ->erosaConnection.reconnect() is invoked.
2018-01-02 23:29:15 +08:00
agapple
9595e6abbd
fixed semi sync format & refactor
2017-12-27 16:53:09 +08:00
lucifax301
d66839c965
mysql semi support and mariadb gtid parse
2017-12-18 14:10:53 +08:00
agapple
ac773009f8
Merge pull request #447 from zhmz1326/master
...
解决destination无限连接等待的bug
2017-12-13 10:31:48 +08:00
zhengmingzhi
8b03f172ed
解决destination无限连接等待的bug
2017-12-12 19:17:53 +08:00
Chuanyi Li
3409472eb9
kill CONNECTION exception fix revert.
2017-11-23 22:25:47 +08:00
agapple
4f00f5ea8d
fixed tsdb test
2017-10-14 00:12:43 +08:00
agapple
19707f92d4
merge tsdb meta support and refactor
2017-09-30 23:21:17 +08:00
wanshao
676cf47987
Merge branch 'master' into table_meta_support
...
# Conflicts:
# parse/src/main/java/com/alibaba/otter/canal/parse/inbound/mysql/dbsync/LogEventConvert.java
2017-09-30 15:47:02 +08:00
agapple
788c1d9b84
fixed issue #360 , socket pool bug
2017-09-23 11:50:25 +08:00
kaimingwan
e8da1c884b
table meta support
2017-09-22 22:01:57 +08:00
alex.zheng
a1cf292baa
try to avoid use multiline exception directly
2017-08-29 16:05:12 +08:00
agapple
989a69e7be
fixed format & import
2017-07-05 12:41:11 +08:00
agapple
8e88dc87f7
fixed https://github.com/alibaba/canal/pull/334
2017-07-05 12:35:42 +08:00
agapple
22e3d2f3f1
Merge branch 'master' into master
2017-07-04 21:49:22 +08:00
luoyaogui
3dba400624
Update MysqlUpdateExecutor.java
2017-06-27 15:05:33 +08:00
luoyaogui
523130cf8b
Update MysqlQueryExecutor.java
2017-06-27 15:05:00 +08:00
luoyaogui
525a00ea17
Update MysqlConnector.java
2017-06-27 15:04:39 +08:00
luoyaogui
b6090da0e5
Update PacketManager.java
2017-06-27 15:03:53 +08:00
luoyaogui
9ea88c7863
Update SocketChannelPool.java
2017-06-27 15:03:16 +08:00
luoyaogui
48c108806a
Update SocketChannel.java
2017-06-27 15:02:45 +08:00
agapple
d78b389737
revert pull request https://github.com/alibaba/canal/pull/256
2017-03-17 20:00:13 +08:00
agapple
20d8ac67dc
fixed issue #280 , refactor MysqlQueryExecutor use IOException
2017-03-17 19:40:12 +08:00
agapple
0ee2e767d2
fixed stop failed
2017-01-19 13:22:40 +08:00
agapple
ff97dcbbc9
format & import
2017-01-19 13:07:53 +08:00
agapple
36216e63ea
Merge branch 'master' into master
2017-01-19 12:46:41 +08:00
luoyaogui
5c11c71783
使用netty重构socketChannel(jdk内置),修改了PacketManager实现,以及其他相关引用的类。
2017-01-03 14:18:58 +08:00
agapple
96dca0b9e6
fixed issue #136 , support rds no primary key && mysql.ha_health_check
2016-11-17 17:52:52 +08:00
agapple
eda24df3fe
fixed kill CONNECTION exception
2016-07-26 10:59:09 +08:00
agapple
c32a5d0882
fixed issue #139 , KILL CONNECTION binlogdump thread
2016-03-01 22:19:02 +08:00