Commit Graph

2902 Commits

Author SHA1 Message Date
wenyh efb67e07ec [inner-2161] sequence configuration should not be instantiated when dryrun (cherry pick from #3685) 2023-06-19 16:35:59 +08:00
ylz 2cfb81980a fix use backend connection information 2023-06-05 14:39:01 +08:00
ylz f2bce8cd95 fix high cpu usage inner 2240 2023-06-02 17:00:42 +08:00
wenyh 894ff2db3b [inner-2205] should update the latest sequence_conf.properties when sequenceHandlerType=4 and executing 'reload @@config' 2023-06-02 15:13:16 +08:00
guoaomen 0ce5dff6c8 fix: after the slow log queue is full, discard the subsequent records that need to be added
after abnormal disk flush, fileChannel will not close
2023-06-02 10:40:00 +08:00
wenyh1 6bd14dfbad [inner-2215] in execute protocol, prepare sql need to be recorded in sql_log (cherry pick) 2023-05-31 10:36:56 +08:00
wenyh dd6c710e0d [inner-2222] clear the 'sendData' resource in the transaction correctly (cherry pick from #3702) 2023-05-26 15:10:03 +08:00
wenyh dc7a75bb07 [inner-2227] prevents 'connection-pool-evictor-thread' thread from exiting unexpectedly 2023-05-25 16:11:53 +08:00
ylinzhu c0cfb4d1a6 fixed 'show @@connection.sql.status & show @@connection_pool' in python report ValueError inner 2188
fixed 'show @@connection.sql.status & show @@connection_pool' in python report ValueError inner 2188

fixed 'show @@connection_pool' in python report ValueError  inner 2188
2023-05-22 13:25:20 +08:00
ylinzhu 9bf00c8fbe fix jdbc compatible pre-delivery statements error inner 2212
fix jdbc compatible pre-delivery statements error inner 2212
2023-05-18 13:46:45 +08:00
wenyh 40fd77b344 [inner-2213] adjust the basis of whether the 'readInstance' judgment (cherry pick from #3681) 2023-05-15 13:46:17 +08:00
dcy10000 534c89fe51 inner-2196: UPDATE SQL support sharding join global
Signed-off-by: dcy10000 <dcy10000@gmail.com>

inner-2196-bugfix2:fix for delete SQL

Signed-off-by: dcy10000 <dcy10000@gmail.com>

inner-2196-bugfix

Signed-off-by: dcy10000 <dcy10000@gmail.com>

inner-2202&2201&2204:fix bug for multi table update

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2023-05-08 13:11:35 +08:00
guoaomen 80afd94689 fix: the timing of obtaining the number of waiting threads in the connection pool is wrong 2023-05-08 10:45:18 +08:00
dcy10000 1bb1225896 inner-2158:add connection create log info
Signed-off-by: dcy10000 <dcy10000@gmail.com>

(cherry picked from commit 443f8550a3)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2023-05-05 16:47:05 +08:00
guoaomen 5644f44ab1 fix: use the state value before restoration to judge 2023-04-18 14:26:02 +08:00
LUA dde28667c7 fix: close the connection that is being created and the creation time exceeds the connectionTimeout value 2023-04-17 17:02:50 +08:00
dcy10000 33b2b3dc05 Revert "inner-2114: modify error msg from no handle to drop"
This reverts commit f23a3b8bda.
2023-04-12 10:46:02 +08:00
guoaomen f21ec8ad66 fix: close the connection that is being created and the creation time exceeds the connectionTimeout value 2023-04-10 13:47:00 +08:00
dcy10000 f23a3b8bda inner-2114: modify error msg from no handle to drop
Signed-off-by: dcy10000 <dcy10000@gmail.com>
(cherry picked from commit a8cc45b516)
2023-03-20 14:16:29 +08:00
wenyh1 2f6c0500cd [inner-2119] fix:DirectByteBuffer.array() brought the UnsupportedOperationException 2023-02-23 10:17:18 +08:00
Collapsar eb77267d5b fix ArrayIndexOutOfBoundException using big packet (#2659)
(cherry picked from commit 8358c87dd2)
2023-02-22 16:47:49 +08:00
wenyh 47f9e529b6 [inner-2092] fix: rwSplit's big package problem (#3604) 2023-02-08 10:41:40 +08:00
ylinzhu af918e401f fix npe when the frontend connection is closed, the statement is still send (#3470) 2023-01-30 10:52:59 +08:00
ylinzhu f6314deb42 fix load data lost connection inner 2039
fix load data lost connection inner 2039
2023-01-30 10:28:07 +08:00
Rico e7fca9337d inner-1945-supplement: report error packet when connection closed (#3562)
inner-2062: fix npe

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2023-01-03 16:16:40 +08:00
dcy10000 e04d10087c Revert "inner-1945-supplement: report error packet when connection closed (#3562) inner-2062: fix npe"
This reverts commit b569e398

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-29 10:57:36 +08:00
Rico b569e39808 inner-1945-supplement: report error packet when connection closed (#3562)
inner-2062: fix npe

Signed-off-by: dcy10000 <dcy10000@gmail.com>

Signed-off-by: dcy10000 <dcy10000@gmail.com>
(cherry picked from commit 74e2023d1f)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-29 10:49:01 +08:00
wenyh1 91a7555f46 [issue-3450] support the JDK parameters (cherry pick) 2022-12-23 18:34:10 +08:00
wenyh1 1f00421247 [inner-2030] fix the bug with the schema name
(cherry picked from commit c453d8b6c2)
2022-12-22 13:21:48 +08:00
wenyh1 7b402779f8 [inner-2026] fix bug with table aliases
(cherry picked from commit c1ca6ad012)
2022-12-22 13:21:44 +08:00
ylinzhu 5c78436b3a optimize the display of specific statement results inner 1042 (#2718)
* optimize the display of specific statement results inner 1042

* Reuse method
2022-12-10 17:14:45 +08:00
guoaomen 569ab94a57 fix: front-end determines that the packet size cannot exceed the set value 2022-12-10 15:39:17 +08:00
Rico da683c7b19 inner-2004: fix for max_allowed_packet in multi select (#3537)
* inner-2004: fix for max_allowed_packet in multi select

Signed-off-by: dcy10000 <dcy10000@gmail.com>

* inner-2004: fix for max_allowed_packet in multi select

Signed-off-by: dcy10000 <dcy10000@gmail.com>

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-10 10:11:24 +08:00
ylinzhu 91f5a16ec0 fix loaddata Memory overflow inner 1936 (#3436) 2022-12-06 11:15:48 +08:00
ylinzhu 7557aa183b fix Infinite recursion inner 2005 (#3498) 2022-12-05 16:23:21 +08:00
guoaomen 6705828274 fix: type conversion error 2022-11-30 17:34:49 +08:00
Rico 9d2fe962db inner-1956:fix MultiNodeSelectHandler hang (#3461)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-11-18 13:28:58 +08:00
dcy10000 9eb5a71a1d inner-1945: print error if no handler
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-11-18 13:25:14 +08:00
lin c7563fcfb8 inner-1898: release switch & inner-1897:prevent sync release hang
# Conflicts:
#	src/main/java/com/actiontech/dble/config/model/SystemConfig.java
#	src/main/java/com/actiontech/dble/singleton/SystemParams.java
#	src/main/resources/bootstrap_template.cnf

# Conflicts:
#	src/main/java/com/actiontech/dble/config/model/SystemConfig.java
#	src/main/java/com/actiontech/dble/singleton/SystemParams.java
#	src/main/resources/bootstrap_template.cnf
2022-11-14 15:55:21 +08:00
baofengqi b33070768b inner 1927 - avoid timeout heartbeat connection remaining 2022-11-14 13:35:52 +08:00
wenyh bbc94d27bf Merge pull request #3392 from actiontech/3.21.02.99/lts_1753
[inner-1753] support STATISTICS protocol (cherry pick)
2022-08-30 17:50:41 +08:00
ylinzhu f2140e7d73 inner-1892:fix login operation consume thread pool (#3370)
inner-1892:fix login operation consume thread pool (#3370)
2022-08-30 15:44:52 +08:00
yanhuqing666 0d225ba07f inner 1568 2022-08-29 17:57:04 +08:00
wd2365151147 d23e21bf0d [inner-1753] support STATISTICS protocol (cherry pick) 2022-08-29 15:08:26 +08:00
Rico 58faecdb3e inner-1897 sync release timeout when receive error package (#3368)
]

Signed-off-by: dcy <dcy10000@gmail.com>
2022-08-29 14:31:33 +08:00
Rico 7e9c308a83 inner-1892:fix login operation consume thread pool (#3370)
Signed-off-by: dcy <dcy10000@gmail.com>

(cherry picked from commit 993df28f94)
Signed-off-by: dcy <dcy10000@gmail.com>
2022-08-25 11:22:09 +08:00
LUA e97debec5a fix: newly added instance needs to create a connection pool immediately(cherry-pick) (#3367)
* fix: config is synced to ha's memory

* fix: newly added instance needs to create a connection pool immediately (#3357)

* heartbeat status is STOP_STATUS after ha disable
2022-08-25 10:58:11 +08:00
wd2365151147 7b1a7e7b93 [inner-1855] fix: in 'join on subquery', subquery is executed repeatedly 2022-08-25 10:14:24 +08:00
ylinzhu 91738cde6f fix heartbeat is miss inner 1371 (#3381) 2022-08-24 10:16:25 +08:00
Collapsar de7c71aaef inner-1307: fix heartbeat timeout and improve heartbeat log (#3371) 2022-08-19 11:14:58 +08:00