Commit Graph

3411 Commits

Author SHA1 Message Date
dependabot[bot] 4f2013ea7a build(deps): bump log4j-core from 2.17.0 to 2.17.1
Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 09:24:17 +08:00
wd2365151147 0e878e2cdc fix:build failure[UL_UNRELEASED_LOCK_EXCEPTION_PATH] 2021-12-31 14:08:27 +08:00
wd2365151147 526bcaab06 [inner-1447] DDL part code adjustment And DDL log optimization
fix: the ddl execution results are pushed twice in the cluster

fix: the ddl execution results are pushed twice in the cluster

fix: the ddl execution results are pushed twice in the cluster
2021-12-31 14:08:27 +08:00
yanhuqing666 f9b12db2d6 inner 1568 2021-12-30 09:37:42 +08:00
yanhuqing666 17b7bcf2e9 lost sub-query inner-1569 2021-12-30 09:37:42 +08:00
yanhuqing666 c68cfd22b4 lost distinct inner-1570 2021-12-30 09:37:42 +08:00
LUA acd5bdba95 fix: add function uuid (#3036) 2021-12-29 18:39:45 +08:00
Huqing Yan a76c198702 rollback inner 1560 2021-12-27 11:28:58 +08:00
Rico 94133e1687 inner-1535: modify tip of show slave status. (#3013)
* inner-1535: modify tip of show slave status.

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

* inner-1535:supplement

Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-27 10:15:38 +08:00
Huqing Yan 242db05502 1508 chinese col name (#3030) 2021-12-24 16:22:47 +08:00
Huqing Yan 6debd28c4c Inner 1508 (#3029)
* inner 1560/1508

* inner 1562/1508
2021-12-24 13:13:45 +08:00
Rico 5b3217418e inner-1548: fix rounding problem in show @@directmemory (#3019)
* inner-1548: fix rounding problem in show @@directmemory

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

* inner-1548: modify display

Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-23 16:28:56 +08:00
Rico 4db713e923 inner-1544: fix LVS/SLB heartbeat cause memory leak (#3018)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-23 16:28:56 +08:00
LUA 0f6eb94c33 fix:column name parsing error (#3027) 2021-12-23 13:18:45 +08:00
Rico fc28a28425 inner-1374-bug:fix for explain doesn't work (#3024)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-22 16:51:55 +08:00
Rico 10b236b7a6 inner-1374: Improve readability (#3014)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-22 15:11:14 +08:00
Rico b65572a30b inner-1531: show detail error message when auth failed. (#3012)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-22 15:10:39 +08:00
Huqing Yan 8bcfca65f6 Select item optimizer (#2991)
* three table union may wrong field

* no aggr function can pushdown for table node
2021-12-22 10:41:05 +08:00
Collapsar c68524f0d8 inner 1541 - execute sql that contains comment hang (#3016)
* inner 1542 - execute sql that contains comment hang

* fix unit test
2021-12-21 17:11:56 +08:00
dependabot[bot] 2b167660d2 Bump log4j-core from 2.16.0 to 2.17.0 (#3015)
Bumps log4j-core from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 09:39:52 +08:00
Huqing Yan c47084b416 support non left-deep join trees, eg:right->left (#3007)
* support non left-deep join trees, eg:right->left

* right join optimizer child
2021-12-16 19:16:21 +08:00
Huqing Yan 86563f4d63 inner 1530 reorder topo (#3010) 2021-12-16 14:02:58 +08:00
LUA 46ed77e7ef Merge pull request #3009 from actiontech/fix/1444-master
fix: optimize split(cherry-pick & merge from 3.21.02.99)
2021-12-15 15:09:06 +08:00
LUA 40fc3a5458 Merge branch 'master' into fix/1444-master 2021-12-15 14:55:10 +08:00
LUA ff1dad799a Merge pull request #3008 from actiontech/fix/1510-master
fix: the split command will not be controlled by idleTime(cherry-pick & merge from 3.21.02.99)
2021-12-15 14:29:08 +08:00
guoaomen ead8dec6b3 fix: update
fix: optimize split
DBLE0REQ-1444

fix: exception handling & dos newline(\r) handling (#2979)

* fix: Exception handling
     Queue default value modification

* fix: dos newline handling
for druid does not support the processing of \r

fix: handle error (#2989)

* fix: catch error

* fix: handle error
2021-12-15 14:27:43 +08:00
guoaomen fc4c1d8de5 fix: the split command will not be controlled by idleTime 2021-12-15 14:08:12 +08:00
dependabot[bot] 6e57dc11cf Bump log4j-core from 2.15.0 to 2.16.0 (#3005)
Bumps log4j-core from 2.15.0 to 2.16.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-15 09:53:47 +08:00
Huqing Yan 26a4e5c862 inner-1519 (#3000)
* inner-1519

* subquery contains only one table
2021-12-14 13:41:32 +08:00
Huqing Yan 646900c585 inner 1512 keep order (#2995) 2021-12-14 11:05:48 +08:00
Huqing Yan cd84944d9b inner 1517 no need add other on (#2993)
* inner 1517 no need add other on

* stop optimize inner 1520
2021-12-13 17:07:08 +08:00
Rico 739b760f17 inner-1415: pause return two error message (#2980)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-13 14:03:53 +08:00
Rico 074ba95521 inner-1471: join hint integrate other modules (#2986)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-13 10:51:14 +08:00
yanhuqing666 bb1add38bc log4j2 2.15.0 2021-12-10 10:10:04 +08:00
Collapsar a7b9d95824 inner 1470 - add hint for complex query plan (#2983)
* inner 1470 - add hint for complex query plan

* fix ci

* fix findbug

* fix for review
2021-12-09 16:20:33 +08:00
wenyh f2dca7a537 Support stickiness for read and write instances (#2969) 2021-12-03 16:43:21 +08:00
yanhuqing666 bdfdd9732a code style 2021-12-03 15:24:17 +08:00
Rico 6fc4bb36aa inner-1471-supplement: fix bug&structure adjust& add unit test (#2978)
* inner-1471: fix bug&structure adjust& add unit test

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

* inner-1471: fix bug

Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-03 11:36:12 +08:00
Collapsar 7b0b5460c5 inner 1454 - release serializable lock when front connection is closed (#2967) 2021-12-02 16:46:47 +08:00
yanhuqing666 70a863b311 abort optimize when Cartesian with relation 2021-12-02 10:17:05 +08:00
Rico c649b19661 inner-1471: modify join order use hint (#2976)
* inner-1471: modify join order use hint

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

* inner-1471-supplement: fix for lgtm

Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-01 15:34:33 +08:00
yanhuqing666 2e6cdcabd7 inner 1490 1491 2021-11-30 15:59:30 +08:00
Rico cb132688f6 inner-1481: ddl response cause hang and NPE (#2964)
* inner-1481: ddl response cause hang and NPE

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

* inner-1481-optimize: ddl response cause hang and NPE

Signed-off-by: dcy <dcy10000@gmail.com>
2021-11-26 15:05:01 +08:00
yanhuqing666 f7936c43cc inner 1488 2021-11-24 14:46:43 +08:00
yanhuqing666 c11fd6cf18 inner 1485 2021-11-24 10:11:37 +08:00
yanhuqing666 e5335f5604 inner 1486,1483 2021-11-23 17:24:28 +08:00
dcy 37d5fc4b58 inner-1462:fix small memory leak on hint with multi-node select
Signed-off-by: dcy <dcy10000@gmail.com>
2021-11-19 17:15:09 +08:00
dcy e44a87ca3e inner-1457:small memory leak when read from disk
Signed-off-by: dcy <dcy10000@gmail.com>
2021-11-19 17:15:09 +08:00
dcy 3d9a38a9d3 inner-1461:fix small memory leak on multiNode group by
Signed-off-by: dcy <dcy10000@gmail.com>
2021-11-19 17:15:09 +08:00
yanhuqing666 2d7b16e41f inner 1460 2021-11-19 10:17:00 +08:00