agapple
|
e01e48ff65
|
fixed h2 support
|
2017-10-14 01:14:13 +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 |
|
agapple
|
3930ea0f9b
|
Merge pull request #393 from KaimingWan/table_meta_support
Table meta support
|
2017-09-30 15:48:53 +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 |
|
agapple
|
84a9aeb46c
|
Merge pull request #374 from alexandnpu/feature/avoid_use_multiline_exception_directly
try to avoid use multiline exception directly
|
2017-09-23 11:11:27 +08:00 |
|
kaimingwan
|
e8da1c884b
|
table meta support
|
2017-09-22 22:01:57 +08:00 |
|
alex.zheng
|
041cbf04c7
|
add uncaughtexception handler
|
2017-09-06 12:07:50 +08:00 |
|
alex.zheng
|
a1cf292baa
|
try to avoid use multiline exception directly
|
2017-08-29 16:05:12 +08:00 |
|
agapple
|
67436b2bc4
|
fixed issue #330 & #350 , json length & escapse
|
2017-08-03 21:15:09 +08:00 |
|
agapple
|
ca350a79bd
|
Merge pull request #343 from toruneko/bugfix-when-filterqueryddl
Bugfix when filterqueryddl
|
2017-08-02 00:20:25 +08:00 |
|
jianhao.dai
|
214e404e1b
|
挪到最前面
|
2017-07-20 11:37:24 +08:00 |
|
jianhao.dai
|
34bcfbc3cb
|
不管有没有filter,都应该对meta cache更新一下
|
2017-07-20 11:35:19 +08:00 |
|
HaiDai
|
402245dbbf
|
Merge pull request #2 from alibaba/master
merge master
|
2017-07-20 11:29:50 +08:00 |
|
agapple
|
2cebfa04dd
|
fixed test
|
2017-07-05 12:48:52 +08:00 |
|
agapple
|
62e8ff6ec8
|
fixed format
|
2017-07-05 12:46:32 +08:00 |
|
agapple
|
b265bf4669
|
Merge pull request #319 from day6/fixbug-clientTimeout
fixbug: soTimeout doesn't work.
|
2017-07-05 12:44:50 +08:00 |
|
agapple
|
989a69e7be
|
fixed format & import
|
2017-07-05 12:41:11 +08:00 |
|
agapple
|
780b4f715b
|
Merge pull request #333 from jasonhx140/master
fix bug:异常网络连接导致canal server 无法关闭
|
2017-07-05 12:38:33 +08:00 |
|
agapple
|
8e88dc87f7
|
fixed https://github.com/alibaba/canal/pull/334
|
2017-07-05 12:35:42 +08:00 |
|
agapple
|
867d6607d4
|
Merge pull request #334 from luoyaogui/master
针对使用netty取代JDK的socketchannel实现的优化
|
2017-07-04 21:50:07 +08:00 |
|
agapple
|
22e3d2f3f1
|
Merge branch 'master' into master
|
2017-07-04 21:49:22 +08:00 |
|
agapple
|
ecdd619da7
|
Merge pull request #331 from alexandnpu/feature/upgrade_zkclient
update zkclient to 0.10
|
2017-07-04 21:38:30 +08:00 |
|
luoyaogui
|
9ba93bae5f
|
Update DirectLogFetcher.java
|
2017-06-27 15:08:34 +08:00 |
|
luoyaogui
|
0b2f37a272
|
Update MysqlConnection.java
|
2017-06-27 15:07:52 +08:00 |
|
luoyaogui
|
0bd4a1146c
|
Update DirectLogFetcherTest.java
|
2017-06-27 15:07:07 +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 |
|
Jason Huang
|
8600e9825b
|
fix bug:
现实运用中出现:client已经不存在但server端的连接仍然是存活状态。
在此种网络异常状态时,stop canal server会一直hang住。
原因:异常网络连接由于无数据传输,导致 io worker线程一直loop selector而无法退出。
解决方案:1. 设置keepalive 由os 监控。
2. 设置netty idle 机制,定时检测并主动close socket。(fix 时间单位bug)
3. 每次新创建socket channel时存储在一个容器内,在stop canal
server时,从容器内主动释放所有socket channel。
|
2017-06-26 19:24:15 +08:00 |
|
alex.zheng
|
29815c41b0
|
make zookeeperx work
|
2017-06-23 20:16:25 +08:00 |
|
alex.zheng
|
717e2cb7f3
|
update zkclient to 0.10
|
2017-06-23 14:48:28 +08:00 |
|
agapple
|
3e5b3e1467
|
fixed issue #321 , process TableIdNotFoundException
|
2017-06-22 13:37:11 +08:00 |
|
baiju
|
a46ac3b814
|
fixbug: soTimeout doesn't work.
|
2017-06-10 10:07:23 +08:00 |
|
agapple
|
f6c2eb8963
|
fixed issue #296 , NPE
|
2017-05-11 14:05:58 +08:00 |
|
agapple
|
07b979f242
|
Merge pull request #293 from MarkLinHz/master
fix bug of repeat log manager
|
2017-04-08 17:02:53 +08:00 |
|
yinxiu
|
6b20959a2d
|
fix bug of repeat log manager
|
2017-04-06 20:13:59 +08:00 |
|
agapple
|
fdd40224d5
|
fixed format & import
|
2017-04-01 22:20:00 +08:00 |
|
agapple
|
a6604978ed
|
Merge pull request #291 from MarkLinHz/master
重构LogPositionManager并适配XML配置
|
2017-04-01 22:06:54 +08:00 |
|
agapple
|
4d624cf184
|
[maven-release-plugin] prepare for next development iteration
|
2017-04-01 21:18:31 +08:00 |
|
agapple
|
7e026f2495
|
[maven-release-plugin] prepare release canal-1.0.24
canal-1.0.24
|
2017-04-01 21:18:11 +08:00 |
|
agapple
|
2e3796cb07
|
fixed format
|
2017-04-01 21:04:21 +08:00 |
|
agapple
|
b2a5f482ee
|
fixed issue #284 , add slave_uuid
|
2017-04-01 21:01:07 +08:00 |
|
yinxiu
|
a78622ae02
|
rename log manager module and ajust xml
|
2017-03-28 20:33:14 +08:00 |
|
agapple
|
e5444ae658
|
Merge pull request #259 from GitHub-BruceTong/dev
fix bug for #202(canal.instance.filter.regex 修改后未生效)
|
2017-03-28 09:49:18 +08:00 |
|
agapple
|
73627df082
|
fixed issue #287 , support chinese & empty string valuewq
|
2017-03-28 00:25:11 +08:00 |
|