Rico
30b65f671a
inner-1300:replace from copyResource.sh to maven profile ( #2820 )
...
Signed-off-by: dcy <dcy10000@gmail.com >
2021-08-19 14:23:09 +08:00
yanhuqing
dd4d12e57a
version rollback to 3.20.10.99/lts
2021-08-12 03:03:21 +00:00
yanhuqing
0a9568fd85
version tag to 3.20.10.5
3.20.10.5/tag
2021-08-12 02:59:00 +00:00
Huqing Yan
309ee234ac
Update .travis.yml
2021-08-12 09:59:38 +08:00
baofengqi
2302b33a4b
inner-1997 : fix MultiNodeMergeAndOrderHandler ownThread leak
2021-08-10 18:31:47 +08:00
Rico
7988bbda7f
inner-1280: fix miss id in clone ( #2802 )
...
(cherry picked from commit efb0c9d38f )
2021-08-09 10:51:59 +08:00
ylinzhu
974099c9c6
fix management execution sql will have conversion errors inner 1293 ( #2815 )
2021-08-06 16:39:24 +08:00
ylinzhu
25ace55ca8
Merge pull request #2814 from actiontech/pick-1276-10
...
cherry pick from pr(2809) amd fix checkTableConsistency error when dble metadata is the same as mysql metadata
2021-08-03 15:28:47 +08:00
ylinzhu
5f41a10865
fix checkTableConsistency error when dble metadata is the same as mysql metadata inner 1276 ( #2809 )
2021-08-03 14:17:33 +08:00
yanhuqing
95785bf2c3
version rollback to 3.20.10.99/lts
2021-07-20 05:42:17 +00:00
yanhuqing
27bf67ab92
version tag to 3.20.10.4
3.20.10.4/tag
2021-07-20 05:38:05 +00:00
dcy
71b796bdbe
inner-1253-supplement: make sure XmlSchemaLoader read the newest data of HA when use reload
...
Signed-off-by: dcy <dcy10000@gmail.com >
2021-07-19 16:03:56 +08:00
dcy
b47627aa35
inner-1253: make sure XmlSchemaLoader read the newest data of HA when use reload
...
Signed-off-by: dcy <dcy10000@gmail.com >
2021-07-15 11:19:02 +08:00
Rico
11df16a080
inner-1248: adjust maxCon if maxCon is less than minCon ( #2770 )
...
Signed-off-by: dcy <dcy10000@gmail.com >
(cherry picked from commit f1f5efe9af )
2021-07-07 17:05:48 +08:00
Collapsar
dd7a1baf54
inner-1239:avoid thread remaining for group by ( #2767 )
...
(cherry picked from commit 82ebf4be92 )
2021-07-07 11:16:41 +08:00
Collapsar
59cf6ceeca
inner-1239:avoid thread remaining for group by ( #2761 )
...
(cherry picked from commit 18e58d9806 )
2021-07-07 11:16:35 +08:00
baofengqi
f7caeb6ad2
fix CastException when executing show @@connection
2021-06-03 10:45:10 +08:00
yanhuqing
3b484f3839
version rollback to 3.20.10.99/lts
2021-05-28 03:43:19 +00:00
yanhuqing
a837df4eba
version tag to 3.20.10.3
3.20.10.3/tag
2021-05-28 03:39:08 +00:00
LUA
f4b9341f09
fix: capture Throwable to ensure that the thread will not exit when an error or exception occurs ( #2696 )
2021-05-26 18:07:12 +08:00
Rico
d49f7b20a4
inner-1124:prevent illegal auth packet ( #2673 )
...
Signed-off-by: dcy <dcy10000@gmail.com >
2021-05-24 13:20:16 +08:00
Collapsar
86e5046bec
add log to observe instead of oom for issue 2638 ( #2643 )
...
* add log to observe instead of oom for issue 2638
* fix logger class
Co-authored-by: LUA <guoaomen@actionsky.com >
(cherry picked from commit aa279d81fe )
2021-05-20 14:07:06 +08:00
Collapsar
9d7a16c06f
fix bug that keep slow log on, dble may occur oom ( #2640 )
...
(cherry picked from commit c349b366a6 )
2021-05-20 13:50:20 +08:00
baofengqi
eba528602a
fix bug that "set autocommit=1" doesn't work,eg set autocommit=0;set autocommit=1;dml;rollback; dml is rollback
2021-05-06 15:42:48 +08:00
Collapsar
5e011c1cf5
Merge pull request #2610 from actiontech/prepared-statement-10
...
fix bug for com_stmt_prepare
2021-04-27 18:01:10 +08:00
baofengqi
5e068f2f7e
fix bug for com_stmt_prepare
2021-04-22 15:44:37 +08:00
yanhuqing
cfb833ccc3
version rollback to 3.20.10.99/lts
2021-04-19 02:47:50 +00:00
yanhuqing
2e663cafcc
version tag to 3.20.10.2
3.20.10.2/tag
2021-04-19 02:43:10 +00:00
wd2365151147
c344d0d8f9
ZooKeeper Version has been updated to 3.4.12
2021-04-16 14:31:15 +08:00
Rico
b48d3b2d7c
inner-914: fix cpu high load in FrontendRunnable Thread. and fix oom ( #2592 )
...
Signed-off-by: dcy <dcy10000@gmail.com >
2021-04-16 14:22:47 +08:00
Collapsar
b54578218f
dble hang when backend connection is closed in process of testOnCreate ( #2583 )
...
* dble hang when backend connection is closed in process of testOnCreate
* avoid spurious wakeup
2021-04-14 10:46:00 +08:00
baofengqi
7386082a19
avoid npe when backend connection is closed
2021-04-12 14:14:36 +08:00
baofengqi
b7321db553
packetId is incorrect when doing ddl
2021-04-12 14:13:51 +08:00
baofengqi
8cc37ec783
avoid npe when keeping useSerializableMode on
2021-04-12 11:27:27 +08:00
LUA
1697bef1f0
fix:check heartbeat status when dble select dbInstance ( #2575 )
...
Co-authored-by: Collapsar <baofengqi@actionsky.com >
2021-04-02 15:24:46 +08:00
LUA
bf4407397c
fix: resolve DBLE_REACH_MAX_CON ( #2557 )
2021-03-30 11:32:37 +08:00
LUA
45e631c2f6
fix: the listening thread(ddl/view/ha) is not started ( #2559 )
2021-03-30 10:20:53 +08:00
yanhuqing
9ab9257e5f
version rollback to 3.20.10.99/lts
2021-03-15 08:20:01 +00:00
yanhuqing
c4e8f00150
version tag to 3.20.10.1
3.20.10.1/tag
2021-03-15 08:16:09 +00:00
Collapsar
07c5f6b565
testOnBorrows takes no effect when backend connection was take directly from connection pool ( #2519 )
2021-03-12 13:40:15 +08:00
Collapsar
478515e1d4
field list need synchronize context ( #2508 )
...
(cherry picked from commit 17305eb040 )
2021-03-04 11:30:55 +08:00
baofengqi
ff80f8b724
inner-913:add state column for dble backend connections
2021-03-02 13:15:56 +08:00
Collapsar
be5c5da193
inner 915:props of testOn* take no effect ( #2489 )
...
* props of testOn* take no effect
* props of testOn* take no effect
2021-02-24 15:07:23 +08:00
LUA
263af9d8b9
fix: auth plugin is empty when Navicat 11 is connected ( #2483 )
2021-02-23 11:26:31 +08:00
wd2365151147
43e37cb792
fix:'begin',the sql that follows commits implicitly(inner 867)
2021-01-27 10:29:55 +08:00
LUA
7ff3c8dc53
fix: when connecting, the client_found_rows value of the client and dble are inconsistent, the log will prompt ( #2413 ) ( #2427 )
...
* fix: when connecting, the client_found_rows value of the client and dble are inconsistent, the log will prompt
# Conflicts:
# src/main/java/com/actiontech/dble/services/mysqlauthenticate/util/AuthUtil.java
2021-01-22 11:27:59 +08:00
yanhuqing
cdc0923be8
use action to review
...
(cherry picked from commit c7449f3092 )
2020-12-03 16:45:10 +08:00
yanhuqing
8bb8bb1c4a
travis only use oraclejdk
2020-12-03 11:26:17 +08:00
yanhuqing
5a379fe387
version rollback to 3.20.10.99/lts
2020-12-03 11:17:19 +08:00
yanhuqing
b29c7c91ac
version tag to 3.20.10.0
3.20.10.0/tag
2020-12-03 11:10:18 +08:00