Wu-Jianqiang
3e7e7b7f6e
修改:变量命名和super调用
2018-02-26 16:37:21 +08:00
Wu-Jianqiang
06e7f44114
修复:MASTER_HEARTBEAT_PERIOD 的计量单位是秒(可以包含3位小数表示毫秒),但不是纳秒。
2018-02-26 16:31:58 +08:00
Wu-Jianqiang
8ad603fea4
修复:SocketChannel 默认缓存大小(1MB)不够用时需自动扩充,否则将因缓存空间不足而造成I/O超时假象
2018-02-26 16:26:01 +08:00
WU Jianqiang
863a61d626
Merge pull request #2 from alibaba/master
...
merge
2018-02-23 23:17:46 +08:00
agapple
0af789b1c7
Merge pull request #529 from yakirChen/master
...
TimelineTransactionBarrier import CanalSinkException; Maven Compile 的一些 Warning
2018-02-12 11:43:57 +08:00
agapple
2d49b709ca
fixed socket wait period 10ms
2018-02-12 11:43:03 +08:00
agapple
826a45c105
Merge pull request #528 from lcybo/timeout
...
Use mysql master heartbeat to detect phycial tcp connection failure.
2018-02-12 11:41:55 +08:00
yakirChen
03452dcdda
Merge branch 'master' of github.com:yakirChen/canal
2018-02-12 11:29:16 +08:00
yakirChen
514876f60f
[x] Fix Compile Error : TimelineTransactionBarrier.java:[70,27] 找不到符号: 类 CanalSinkException
...
[x] Fix Maven Wranning: The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[x] Fix MavenWranning : 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing.
2018-02-12 11:28:42 +08:00
yakirChen
89994c52f9
[x] Fix Compile Error : TimelineTransactionBarrier.java:[70,27] 找不到符号: 类 CanalSinkException
...
[x] Fix Maven Wranning: The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[x] Fix MavenWranning : 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing.
2018-02-12 11:17:54 +08:00
agapple
edc2fbe1dc
fixed issue #507
2018-02-12 11:15:43 +08:00
agapple
cfa90af33c
fixed unique and upgrade druid
2018-02-12 11:01:53 +08:00
Chuanyi Li
32d4174083
Merge branch 'timeout' of https://github.com/lcybo/canal into timeout
2018-02-11 00:16:07 +08:00
Chuanyi Li
bb0f3b3a7e
[MI] Use mysql master heartbeat to detect phycial tcp connection
...
failure.
2018-02-11 00:10:16 +08:00
Chuanyi Li
dc0010823f
[MI] Use mysql master heartbeat to detect phycial tcp connection
...
failure.
2018-02-10 23:42:06 +08:00
agapple
b1431f8827
Merge pull request #521 from lcybo/monitor
...
修改InstanceConfig未生成或已销毁时造成ServerRunningMonitor running状态与实际不一致的问题
2018-02-10 11:22:48 +08:00
agapple
b9e3629459
Merge pull request #522 from lulu2panpan/lulu2panpan-patch-1
...
修复死锁bug
2018-02-10 11:18:22 +08:00
agapple
31ed4efe3a
Merge pull request #497 from lcybo/master
...
通信模块log小优化
2018-02-10 11:15:44 +08:00
Chuanyi Li
6da1507405
Rollback running state and znode when start failed.
2018-02-06 20:54:33 +08:00
WU Jianqiang
0b82ee8d10
Merge pull request #1 from alibaba/master
...
pull & merge
2018-02-02 16:13:21 +08:00
Chuanyi Li
00890f87e5
Communication log optimization.
2018-01-18 21:11:46 +08:00
agapple
91ac0e30aa
fixed issue #483 , support show slave hosts
2018-01-10 14:35:26 +08:00
agapple
9316a3df6d
fixed issue #482 , retry for getTableMetaByDB
2018-01-10 13:49:25 +08:00
agapple
2d31e6bf91
Merge pull request #487 from jasonhx140/master
...
dump connection is disconnected
2018-01-10 13:41:30 +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
jason huang
7cf9375ac6
Merge pull request #2 from alibaba/master
...
merge new release
2018-01-09 18:10:19 +08:00
agapple
af289cd9fb
fixed compiler error
2018-01-05 19:09:46 +08:00
agapple
d1f1c0716b
Merge pull request #473 from jasonhx140/master
...
connect mysql server failed when reconnect mysql server frequently
2018-01-05 18:55:18 +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
jason huang
325d16bc66
Merge pull request #1 from alibaba/master
...
merge latest version
2018-01-02 23:03:52 +08:00
agapple
3104b4cc24
fixed issue #449 , optimize findTransactionBeginPosition
2017-12-27 17:34:46 +08:00
agapple
9595e6abbd
fixed semi sync format & refactor
2017-12-27 16:53:09 +08:00
agapple
c6f4de9f88
Merge pull request #455 from lucifax301/master
...
mysql semi support and mariadb gtid parse
2017-12-27 16:36:29 +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
agapple
5e206e4f7e
fixed issue #440 , optimize find position
2017-12-10 23:05:28 +08:00
agapple
448fc8bcde
fixed issue #440
2017-12-10 22:27:14 +08:00
agapple
c60b04424b
fixed issue #440 , optime find position
2017-12-10 22:24:24 +08:00
agapple
5aed505429
fixed issue #440 , enableTsdb
2017-12-08 23:21:40 +08:00
agapple
912f5db2c7
fixed issue #440 , for null position
2017-12-08 23:20:15 +08:00
agapple
8b57b9a0a5
fixed issue #442 , compareTableMetaDbAndMemory
2017-12-08 22:54:22 +08:00
agapple
d1c83ea7bb
fixed fastjson autotype
2017-12-05 19:46:49 +08:00
agapple
7d485efd71
Update README.md
2017-12-05 17:01:15 +08:00
agapple
20942533e6
[maven-release-plugin] prepare for next development iteration
v1.0.25
2017-12-04 14:43:29 +08:00
agapple
6b2d80a145
[maven-release-plugin] prepare release canal-1.0.25
canal-1.0.25
2017-12-04 14:43:16 +08:00
agapple
01ef15223c
fixed issue #415 , ignore flush privileges
2017-12-04 13:19:58 +08:00
agapple
da3290c381
Merge pull request #424 from lcybo/master
...
1.0.23里面修复的KILL DUMP exception问题在(#334 )里面被覆盖回去了
2017-12-03 21:36:33 -06:00
agapple
a9284b1b39
fixed compiler error
2017-12-04 11:35:02 +08:00