Commit Graph

13483 Commits

Author SHA1 Message Date
Minglei Jin ea032a7660 Merge branch 'v3.0' into fix/TD-18080 2022-08-02 19:30:02 +08:00
Shengliang Guan 0e29a23a30
Merge pull request #15679 from taosdata/fix/dnode
refactor: adjust sync log
2022-08-02 17:38:56 +08:00
shenglian-zhou 16357345ef
Merge pull request #15678 from taosdata/szhou/fix/join
fix: make multi-table table join test case pass CI
2022-08-02 17:02:00 +08:00
Cary Xu 3d5de328d2
Merge pull request #15676 from taosdata/feature/TD-11274-3.0
other: rsma snapshot and misc update
2022-08-02 16:52:07 +08:00
Shengliang Guan efb0127fbf refactor: adjust logs 2022-08-02 16:48:49 +08:00
Shengliang Guan bc8c7f6ea6 refactor: minor changes 2022-08-02 16:40:05 +08:00
Minglei Jin 95a2212cef fix: tdbAbort API in tdb.h 2022-08-02 16:39:52 +08:00
Shengliang Guan d5aea7dac2 refactor: adjust sync log 2022-08-02 16:39:12 +08:00
slzhou a3f95f566f fix: format code 2022-08-02 16:24:22 +08:00
slzhou 2a17deec7c fix: extract time condition corretly when join tables together 2022-08-02 16:18:55 +08:00
Cary Xu 602d2aa377 other: rsma snapshot and misc update 2022-08-02 16:13:36 +08:00
Minglei Jin ad466ec7a9 fix: new API tdbAbort for tdb txn aborting 2022-08-02 15:40:06 +08:00
Ganlin Zhao 4601fd0bfd Merge branch '3.0' into fix/TD-18010 2022-08-02 15:37:29 +08:00
Ganlin Zhao b323d508e6 fix(query): fix apercentile crash in stream concurrent insert
TD-18010
2022-08-02 15:34:33 +08:00
Ganlin Zhao 081695668d refactor apercentile logs 2022-08-02 15:33:41 +08:00
dapan1121 517b03a6fc
Merge pull request #15663 from taosdata/enh/addAppStat
enh: support app level stat
2022-08-02 15:07:26 +08:00
slzhou 5b8207556c fix: taken onCondtion of join node into account when eliminate projects 2022-08-02 14:47:29 +08:00
Minglei Jin 711c75652c
Merge pull request #15671 from taosdata/fix/TD-18074
fix: new pSchema if reader's schema is null
2022-08-02 14:12:30 +08:00
dapan1121 596c86dd95 fix: fix case issue 2022-08-02 13:47:04 +08:00
dapan1121 a1ca0487a4
Merge pull request #15669 from taosdata/fix/TD-18063
fix: fix clear cache caused deadlock issue
2022-08-02 13:44:50 +08:00
Haojun Liao bb869800f6
Merge pull request #15661 from taosdata/feature/3_liaohj
refactor: optimize the build block perf.
2022-08-02 13:04:00 +08:00
Minglei Jin 5cf4dac071 fix: new pSchema if reader's schema is null 2022-08-02 12:56:33 +08:00
liuyao 40311a06d3
Merge pull request #15668 from taosdata/feature/TD-17811
feat(stream):add log
2022-08-02 11:44:16 +08:00
dapan1121 4ade68aa31 fix: fix clear cache caused deadlock issue 2022-08-02 11:40:47 +08:00
Xiaoyu Wang 5f3432cfc4
Merge pull request #15667 from taosdata/feature/3.0_wxy
fix: alias error for partition by keys
2022-08-02 11:07:00 +08:00
54liuyao fdcf9f1aa6 feat(stream):add log 2022-08-02 10:56:02 +08:00
liuyao 6707cb88c1
Merge pull request #15666 from taosdata/feature/TD-17811
feat(stream): add log
2022-08-02 10:35:50 +08:00
Xiaoyu Wang ab03c9a265 fix: alias error for partition by keys 2022-08-02 10:27:59 +08:00
Li Minghao b0746d9a0b
Merge pull request #15660 from taosdata/feature/3.0_mhli
feat(sync): set batch-size 1
2022-08-02 09:57:55 +08:00
54liuyao fbf83d06a8 feat(stream): add log 2022-08-02 09:52:54 +08:00
Zhiqiang Wang 8ea865fe5c
Merge pull request #15659 from taosdata/fix/ZhiqiangWang/TD-17383-add-cloud-grant-cfg
feat: add cloud grant cfg
2022-08-02 09:47:43 +08:00
Yihao Deng c414e274fa
Merge pull request #15662 from taosdata/fix/rpcBufferLeak
fix: fix mem leak
2022-08-02 09:18:08 +08:00
dapan1121 df87272819 fix: fix sml crash issue 2022-08-02 08:36:39 +08:00
Haojun Liao fe55671253 fix(query): fix syntax error. 2022-08-01 23:43:01 +08:00
Haojun Liao 6671420e49 fix(query): set correct json tag. 2022-08-01 23:30:25 +08:00
Minglei Jin 7d0d87f0b1
Merge pull request #15648 from taosdata/fix/TD-17593
fix: first round number of chile tables and timeseries
2022-08-01 23:03:37 +08:00
dapan1121 cc3a7375ed enh: support app level stat 2022-08-01 20:47:08 +08:00
yihaoDeng e6ca3844e1 fix mem leak 2022-08-01 20:44:41 +08:00
Haojun Liao 8da7aa19b5 fix(query): fix memory leak. 2022-08-01 20:41:03 +08:00
Minghao Li 2c1846214d feat(sync): set batch-size 1 2022-08-01 20:26:45 +08:00
Shengliang Guan bd31c9da5a
Merge pull request #15657 from taosdata/fix/dnode
fix: write snapshot after apply queue is empty
2022-08-01 20:13:08 +08:00
Haojun Liao bbcba1855d Merge branch '3.0' into feature/3_liaohj 2022-08-01 20:09:42 +08:00
Haojun Liao fe6772f940 refactor: do some internal refactor. 2022-08-01 20:09:10 +08:00
afwerar 412d3437a8 feat: add cloud grant cfg 2022-08-01 19:54:13 +08:00
Liu Jicong de582a924a
Merge pull request #15655 from taosdata/feature/stream
feat(tq): transport snapshot
2022-08-01 19:48:57 +08:00
Shengliang Guan 2b2e1c79c9 fix: write snapshot after apply queue is empty 2022-08-01 19:40:38 +08:00
Xiaoyu Wang 18364a6bd2
Merge pull request #15649 from taosdata/feature/3.0_wxy
fix: database name cannot contain '.'
2022-08-01 19:23:34 +08:00
Liu Jicong b084dd8ee6 feat(tq): transport snapshot 2022-08-01 19:12:37 +08:00
Ganlin Zhao 30ab3a1bb2
Merge pull request #15647 from taosdata/fix/TD-17799
fix(query): fix apercentile crash when result is 0 rows and used with other non-null result functions
2022-08-01 19:07:56 +08:00
shenglian-zhou 21308d7853
Merge pull request #15639 from taosdata/szhou/fix/join
fix: fix failed case of join.sim
2022-08-01 18:54:42 +08:00