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
|
92c1a51726
|
Merge pull request #256 from luoyaogui/master
使用netty重构socketChannel(jdk内置),修改了PacketManager实现,以及其他相关引用的类。
|
2017-01-19 12:47:23 +08:00 |
|
agapple
|
36216e63ea
|
Merge branch 'master' into master
|
2017-01-19 12:46:41 +08:00 |
|
agapple
|
db4fc68a55
|
fixed issue #257 , heartBeatTimerTask stop bugfix
|
2017-01-19 12:34:05 +08:00 |
|
agapple
|
eef58005d9
|
fixed format
|
2017-01-12 11:31:43 +08:00 |
|
agapple
|
8141ddc4e8
|
Merge pull request #250 from toruneko/fix-ha-switch
[BUGFIX] 在MySQL5.6做主备库切换时出现的filename乱码修复
|
2017-01-12 11:30:39 +08:00 |
|
agapple
|
004f26465f
|
Merge pull request #248 from z070204z/patch-1
修复mysql5.6以下报java.lang.NullPointerException
|
2017-01-12 11:29:52 +08:00 |
|
jianhao.dai
|
5dc62bbda8
|
seek method also need load checksum
|
2017-01-04 11:14:01 +08:00 |
|
z070204z
|
f45f1ac74f
|
Update MysqlConnection.java
修复mysql5.6以下报java.lang.NullPointerException
|
2017-01-03 18:03:42 +08:00 |
|
luoyaogui
|
5c11c71783
|
使用netty重构socketChannel(jdk内置),修改了PacketManager实现,以及其他相关引用的类。
|
2017-01-03 14:18:58 +08:00 |
|
agapple
|
f745c698e9
|
[maven-release-plugin] prepare for next development iteration
v1.0.23
|
2016-12-30 14:57:19 +08:00 |
|
agapple
|
5f4bbab722
|
[maven-release-plugin] prepare release canal-1.0.23
canal-1.0.23
|
2016-12-30 14:57:07 +08:00 |
|
agapple
|
a483f03711
|
fixed #227 , loadBinlogChecksum NPE
|
2016-12-30 14:51:22 +08:00 |
|
agapple
|
a1207060bf
|
format
|
2016-12-30 14:32:52 +08:00 |
|
agapple
|
5055fdb556
|
Merge pull request #245 from dangxia/master
issues#244
|
2016-12-30 14:30:00 +08:00 |
|
XuehuiHe
|
a69b69c724
|
issues#244
|
2016-12-30 11:39:02 +08:00 |
|
agapple
|
90e6d34fb4
|
Merge pull request #243 from deeplinux/master
原来的example内的startup.bat脚本直接运行时报语法错误
|
2016-12-29 13:45:32 +08:00 |
|
deeplinux
|
907ecd43e4
|
修改批处理中的!=为NEQ
|
2016-12-28 08:06:18 +08:00 |
|
deeplinux
|
c57a921a1a
|
修正批处理中的语法错误
|
2016-12-27 17:57:07 +08:00 |
|
agapple
|
83fee4ffbb
|
Merge pull request #231 from alexwangx/alexwang
fixed issue #227 , fixed Mysql5.1.73 throw NullPointerException
|
2016-12-02 18:06:36 +08:00 |
|
alexwang
|
bc7927fe75
|
fixed issue #227 , fixed Mysql5.1.73 throw NullPointerException
|
2016-12-01 17:39:51 +08:00 |
|
agapple
|
e67f27018c
|
fixed support json inteAddress
|
2016-11-28 14:11:12 +08:00 |
|
agapple
|
3f38ad6f49
|
fixed issue #227 , fixed binlog_checksum variables
|
2016-11-28 14:10:57 +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
|
ad2a96b3f1
|
fixed json type cast exception
|
2016-11-10 11:12:35 +08:00 |
|
agapple
|
6284a429a0
|
fixed lazy
|
2016-10-11 21:37:39 +08:00 |
|
agapple
|
83d8a39d16
|
add ServerRunningMonitor.init
|
2016-10-11 19:39:55 +08:00 |
|
agapple
|
4898829384
|
Merge pull request #213 from lulu2panpan/master
修复issue #212
|
2016-10-11 19:25:06 +08:00 |
|
agapple
|
69a7e6d083
|
Merge pull request #208 from jianan789/master
mysql5.6.29'@@global.binlog_checksum'带单引号导致master退出,优化binlogFormat判断
|
2016-10-11 19:16:34 +08:00 |
|
agapple
|
a5d6c3b747
|
Merge pull request #210 from xujianhai/patch-1
不好的设计
|
2016-10-11 19:14:22 +08:00 |
|
agapple
|
86378cad32
|
Merge pull request #209 from lcybo/master
Fix a minor fault: Canal instance reload again after startup.
|
2016-10-11 19:11:30 +08:00 |
|
lubiao
|
8626c6ee24
|
1、SessionHandler类中执行SUBSCRIPTION时,应该先尝试启动runningMonitor再调用embeddedServer的subscribe方法
2、embeddedServer的subscribe方法中应该首先进行checkStart操作,否则可能引起metaManager的脏启动
3、SessionHandler中增加日志
|
2016-10-11 18:46:30 +08:00 |
|
lubiao
|
350f8637c3
|
1、BinLogFileQueue的listBinlogFiles方法中对binlog文件名进行更严格的验证,必须以数字结尾
2、LocalBinLogConnection类中解决如下bug
2.1第二个dump方法中增加代码"decoder.handle(LogEvent.FORMAT_DESCRIPTION_EVENT);",解决"((QueryLogEvent)event).getQuery()"语句出现乱码的问题(BEGIN后面多了4个字节),出现乱码不会进入if语句,导致找到的binlog位点不准确
2.2第一个dump方法中,被注释的decode代码才是正确的,和DirectLogFetcher不同,此处需要构造子循环进行遍历
2.3第一个dump方法中,将每个binlog-file的首个event设置为RotateLogEvent,否则会导致所有event的binlogFileName都是默认的mysql-bin.000001。这么改完之后,和DirectLogFetcher的行为相契合,后者在每个binlogfile的首个event就是RotateLogEvent
3、LocalBinlogEventParser中增加元数据处理的相关代码,不加的话,所有的event都不带列名,基本上没法儿使用
|
2016-10-11 17:28:24 +08:00 |
|
李建安
|
96454d4387
|
修复开启checksum后rotateLogEvent数据包解析时binlog name乱码
|
2016-10-10 18:30:09 +08:00 |
|
徐建海
|
8a293e4b0c
|
Update AbstractEventParser.java
|
2016-10-06 19:13:50 +08:00 |
|
徐建海
|
006dd63646
|
不好的设计
|
2016-10-06 15:48:05 +08:00 |
|
Chuanyi Li
|
b17c11868c
|
Fix a minor fault: Canal instance reload again after startup.
|
2016-10-02 13:43:17 +08:00 |
|
李建安
|
0c9eecd758
|
mysql5.6.29'@@global.binlog_checksum'带单引号导致master退出,优化binlogFormat判断
|
2016-09-29 17:21:59 +08:00 |
|
agapple
|
5d9d5b1e44
|
fixed testcase
|
2016-09-29 11:43:35 +08:00 |
|
agapple
|
b23e814c48
|
Merge pull request #203 from kevinKaiF/master
fixed issue # 201
|
2016-09-29 10:31:29 +08:00 |
|
zikaifeng
|
b349b400cf
|
修复issue # 201
|
2016-09-27 16:22:48 +08:00 |
|
agapple
|
c86fba6092
|
Merge pull request #199 from MarkLinHz/master
upgrade protobuf version
|
2016-09-19 14:03:20 +08:00 |
|
yinxiu
|
9742fdc9d9
|
upgrade protobuf version
|
2016-09-19 12:24:06 +08:00 |
|
agapple
|
c99b4b8cd1
|
fixed NPE #200
|
2016-09-07 12:37:21 +08:00 |
|
agapple
|
aa8ea96572
|
fixed issue #195
|
2016-08-26 18:25:52 +08:00 |
|
agapple
|
f6cf88a6bd
|
support 5.7
|
2016-08-04 22:53:59 +08:00 |
|
agapple
|
14a5762fbb
|
support 5.7
|
2016-08-04 22:53:22 +08:00 |
|
agapple
|
eda24df3fe
|
fixed kill CONNECTION exception
|
2016-07-26 10:59:09 +08:00 |
|
agapple
|
3a5a4b06a9
|
[maven-release-plugin] prepare for next development iteration
|
2016-06-30 16:59:17 +08:00 |
|