Commit Graph

3045 Commits

Author SHA1 Message Date
LUA 8aff375ce2 Merge pull request #3664 from actiontech/fix/1867-2010
fix: improve the connection pool to supplement the connection logic(cherry-pick)
2023-04-18 13:38:24 +08:00
LUA 445a86db9b fix: close the connection that is being created and the creation time exceeds the connectionTimeout value 2023-04-17 17:15:11 +08:00
dcy10000 7c6a95c391 Revert "inner-2114: modify error msg from no handle to drop"
This reverts commit a0857ffc60.
2023-04-14 14:53:58 +08:00
CI a3b402bfe0 version rollback to 3.20.10.99 2023-03-31 10:36:26 +08:00
CI 96fa7aa3b3 version tag to 3.20.10.14 3.20.10.14/tag 2023-03-31 10:30:51 +08:00
LUA febf9841ae Merge pull request #3643 from actiontech/fix/2163
fix: heartbeat connection lacks the assignment of connectionTimeout
2023-03-28 10:24:52 +08:00
guoaomen 4f6c62d6f5 fix: heartbeat connection lacks the assignment of connectionTimeout 2023-03-28 10:12:46 +08:00
dcy10000 a0857ffc60 inner-2114: modify error msg from no handle to drop
Signed-off-by: dcy10000 <dcy10000@gmail.com>

(cherry picked from commit a8cc45b516)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2023-03-21 10:23:18 +08:00
wenyh1 72a719defa [inner-2119] fix:DirectByteBuffer.array() brought the UnsupportedOperationException 2023-02-23 10:18:30 +08:00
Collapsar b8c4064ea3 fix ArrayIndexOutOfBoundException using big packet (cherry picked from #2659) 2023-02-22 17:13:29 +08:00
CI cd0e05b363 version rollback to 3.20.10.99 2023-02-14 10:44:18 +08:00
CI 313dc489ec version tag to 3.20.10.13 3.20.10.13/tag 2023-02-14 10:40:30 +08:00
LUA b271d9cf6c Merge pull request #3612 from actiontech/fix/1716
fix: close the connection that is being created and the creation time exceeds the connectionTimeout value
2023-02-10 12:19:21 +08:00
guoaomen 467895072b fix: close the connection that is being created and the creation time exceeds the connectionTimeout value 2023-02-09 20:06:22 +08:00
wenyh c83dae8726 Merge pull request #3607 from actiontech/inner-2092/3.20.10
[inner-2092] fix: rwSplit's big package problem
2023-02-08 11:28:12 +08:00
wenyh1 fe8cbb079e [inner-2092] fix: rwSplit's big package problem 2023-02-08 10:39:04 +08:00
CI 9f1f633795 version rollback to 3.20.10.99 2023-02-06 15:03:37 +08:00
CI 002245724f version tag to 3.20.10.12 3.20.10.12/tag 2023-02-06 15:00:01 +08:00
wenyh cd611960b6 [inner-2095] Log4j upgrade to 2.18.0 version (#3605) 2023-02-06 14:42:08 +08:00
CI 7b0242a1fe version rollback to 3.20.10.99 2023-02-01 14:49:13 +08:00
CI 4f6e75ebeb version tag to 3.20.10.11 3.20.10.11/tag 2023-02-01 14:45:27 +08:00
Rico 695d9e88f5 limit size of slow query log queue. (#2514)
Signed-off-by: dcy <dcy10000@gmail.com>
(cherry picked from commit 4ac2a18167)
2023-01-31 15:44:05 +08:00
Rico 857764ff7b inner-730: fixed: 'use schema' cause slowQuery thread terminated. (#2397)
Signed-off-by: dcy <dcy10000@gmail.com>
(cherry picked from commit 84c3f87391)
2023-01-31 15:43:43 +08:00
ylinzhu e04e87407c fix npe when the frontend connection is closed, the statement is still send (#3470) 2023-01-30 10:55:39 +08:00
dcy10000 ee5a676631 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:17:03 +08:00
LUA 313a653eac Merge pull request #3570 from actiontech/fix/test
Inner 711&631: fixed:multi-query cause timeout and 'CALL' query causes hang(cherry-pick)
2022-12-27 10:40:48 +08:00
Rico 71e76cb5e4 Inner 711&631: fixed:multi-query cause timeout and 'CALL' query causes hang 2022-12-27 10:12:58 +08:00
LUA 40bdf3e32f Merge pull request #3568 from actiontech/fix/2010
fix: hint statement use executeSql(cherry-pick)
2022-12-26 16:08:42 +08:00
wenyh1 13415372fe [issue-3450] support the JDK parameters (cherry pick) 2022-12-23 18:37:34 +08:00
guoaomen 52fb7e5ad7 fix: hint statement use executeSql
fix: problems with set names and set charset
2022-12-23 16:12:42 +08:00
wenyh1 f9e8361e6d [inner-2030] fix the bug with the schema name
(cherry picked from commit c453d8b6c2)
2022-12-22 13:26:38 +08:00
wenyh1 a9b6a20872 [inner-2026] fix bug with table aliases
(cherry picked from commit c1ca6ad012)
2022-12-22 13:26:31 +08:00
LUA cb0520a47d Merge pull request #3563 from actiontech/fix/2004-2010
fix: front-end determines that the packet size cannot exceed the set value(cherry-pick)
2022-12-22 11:00:20 +08:00
guoaomen 2146a0ac62 fix: front-end determines that the packet size cannot exceed the set value 2022-12-22 10:46:46 +08:00
Rico 7db6aa27c5 inner-2050: big packet support (#3554)
Signed-off-by: dcy10000 <dcy10000@gmail.com>

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-16 16:15:10 +08:00
Rico dd521ddf3b inner-1956-bugfix: fix for backrw-block (#3527)
Signed-off-by: dcy10000 <dcy10000@gmail.com>

Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-13 17:03:18 +08:00
guoaomen bf7b08e834 fix: Set the jdk version of codeQL 2022-12-09 15:10:47 +08:00
Peter Stöckli 68bcb451fd Add CodeQL workflow (#3509)
* Add CodeQL workflow

* Adjust query pack
2022-12-08 11:37:12 +08:00
ylinzhu a10a84c62f fix Infinite recursion inner 2005 (#3498) 2022-12-05 16:33:47 +08:00
dcy10000 cfcd3e8dc5 inner-1945: print error if no handler
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-05 10:50:05 +08:00
Rico 2f5a5d0fa7 inner-1956:fix MultiNodeSelectHandler hang (#3461)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
2022-12-05 10:50:05 +08:00
guoaomen dc0bbc0927 fix: type conversion error 2022-11-30 17:37:02 +08:00
ylinzhu 061083d694 inner-1898: release switch & inner-1897:prevent sync release hang
inner-1898: release switch & inner-1897:prevent sync release hang
2022-11-15 14:44:56 +08:00
lin d2dddf149b inner-1898: release switch & inner-1897:prevent sync release hang
fix
2022-11-15 10:23:22 +08:00
baofengqi 55db215a75 inner 1927 - avoid timeout heartbeat connection remaining 2022-11-14 13:37:18 +08:00
ylinzhu 601540f31e [inner-1753] support STATISTICS protocol (cherry pick)
[inner-1753] support STATISTICS protocol (cherry pick)
2022-09-26 13:13:35 +08:00
yanhuqing 95dd24ee0d version rollback to 3.20.10.99/lts 2022-09-23 09:27:02 +00:00
yanhuqing eee6c0db64 version tag to 3.20.10.10 3.20.10.10/tag 2022-09-23 09:23:36 +00:00
wd2365151147 6c71640895 [inner-1753] support STATISTICS protocol (cherry pick) 2022-09-21 10:26:55 +08:00
wenyh d250e8a53f Merge pull request #3396 from actiontech/fix/1894
fix: change user protocol
2022-09-05 13:50:14 +08:00