Commit Graph

46032 Commits

Author SHA1 Message Date
dapan1121 39d35538a3 fix: fix compile error 2022-12-08 13:53:16 +08:00
xsren 509ba087d2 fix:taos.dll export taosDatatype 2022-12-08 13:51:31 +08:00
dapan1121 35fdfad623
Merge pull request #18758 from taosdata/fix/TD-19481
fix(query): fix percentile crash when input has more than 10 million records
2022-12-08 13:44:44 +08:00
dapan1121 8656633c91 Merge branch 'enh/insertOptimize' of github.com:taosdata/TDengine into enh/insertOptimize 2022-12-08 13:19:07 +08:00
dapan1121 89a6180a7c enh: add retrieve cached table vgroup and meta api 2022-12-08 13:18:11 +08:00
dapan1121 6bc2be0806
Merge pull request #18803 from taosdata/ly_stream
fix:stream update data
2022-12-08 13:06:18 +08:00
kailixu 45528081d5 chore: keep option of ns database 2022-12-08 12:30:40 +08:00
Shengliang Guan ebb7beac11 Merge remote-tracking branch 'origin/3.0' into enh/TD-21071 2022-12-08 12:27:30 +08:00
Shengliang Guan a3c1d3e1ba fix: compile error in windows 2022-12-08 12:26:10 +08:00
Shengliang Guan 0ccddfb131
Merge pull request #18799 from taosdata/fix/TD-19250-6
fix: dismiss coverity issues
2022-12-08 12:21:40 +08:00
Shengliang Guan caaa15160b
Merge pull request #18793 from taosdata/fix/TD-21070
enh: collect and record the signal which the dnode was killed in the log file
2022-12-08 12:21:25 +08:00
kailixu 399dace80f chore: code format optimization 2022-12-08 12:00:04 +08:00
kailixu 5ca21df5d0 Merge branch '3.0' into fix/TD-20964-3.0 2022-12-08 11:59:21 +08:00
kailixu 4a6f41f7f1 fix: keep option of database with precision ns 2022-12-08 11:56:29 +08:00
kailixu 8d247f3f7a Merge branch '3.0' into fix/TD-20305-3.0 2022-12-08 11:51:50 +08:00
54liuyao 942152947b fix:stream update data 2022-12-08 11:36:34 +08:00
Shengliang Guan fe9dcab9f1
Merge pull request #18794 from taosdata/feature/stream
fix: mem leak
2022-12-08 11:24:29 +08:00
Xiaoyu Wang 9a8c6d3d20
Merge pull request #18800 from taosdata/enh/insertOptimize_wxy
enh: merge getmetafromcache and getvgroupfromcache interface
2022-12-08 11:14:42 +08:00
Xiaoyu Wang d5e3d750d1 enh: merge getmetafromcache and getvgroupfromcache interface 2022-12-08 11:14:06 +08:00
facetosea fcfff59f86 fix:maxOS type 2022-12-08 11:13:57 +08:00
Ganlin Zhao fa8cf8686a Merge branch '3.0' into fix/TD-19481 2022-12-08 10:57:39 +08:00
Ganlin Zhao ad69067a01 fix asan stack-scope-after-use errror 2022-12-08 10:57:21 +08:00
Minglei Jin 1a066d19f7 fix: dismiss coverity issues 2022-12-08 10:55:08 +08:00
facetosea 4aaa29bd4f fix:TD-20141 mac os type empty 2022-12-08 10:50:35 +08:00
Shengliang Guan 1d34b7edf8 enh: print dnode startup parameters 2022-12-08 10:50:24 +08:00
dapan1121 1138d8abb2 enh: add table cached meta and vg new api 2022-12-08 10:33:26 +08:00
Liu Jicong 332ecd1d92 fix: mem leak 2022-12-08 10:07:55 +08:00
Shengliang Guan dd821a28ee enh: collect and record the signal that the dnode was killed in the log file 2022-12-08 09:41:42 +08:00
dapan1121 5b21a2394c
Merge pull request #18779 from taosdata/fix/TD-20958-3.0
fix(query): ensure the SMA  SArray*  capacity is enough big to save all the columns for scanning
2022-12-08 09:13:04 +08:00
Shengliang Guan 1c04c97362 refact: rename taosAssert 2022-12-08 09:11:14 +08:00
Shengliang Guan 80158dcc11
Merge pull request #18787 from taosdata/enh/TD-21066
enh: alter db replica return quickly, operation executed asynchronously
2022-12-08 09:04:19 +08:00
Shengliang Guan e505bd50b5
Merge pull request #18727 from taosdata/szhou/fixbugs
fix: add default command line to start udfd when taosd is started directly from command line
2022-12-08 08:54:58 +08:00
shenglian zhou 9789adc439 fix: fix windows compilation error 2022-12-08 07:36:10 +08:00
kailixu 2d75447bb2 fix: update diskId when migrate DFileSet 2022-12-08 02:11:39 +08:00
kailixu 3a3bf89cb8 fix: keep option of database with ns precision 2022-12-08 01:39:01 +08:00
Shengliang Guan 1dd1e497f9 test: update case 2022-12-07 23:57:51 +08:00
Shengliang Guan cdadfe42f1 Merge remote-tracking branch 'origin/3.0' into enh/TD-21066 2022-12-07 23:57:21 +08:00
Shengliang Guan 28c18914a8
Merge pull request #18774 from taosdata/fix/3.0_bugfix_wxy
fix: query message compatibility
2022-12-07 23:53:00 +08:00
Shengliang Guan 2c8f5cd40f
Merge pull request #18788 from taosdata/enh/TD-20045
enh: add tassert
2022-12-07 23:52:24 +08:00
Shuduo Sang 82471e1dda
fix: make invalid_commandline.py and demo.py back to test (#18784)
* fix: taosbenchmark vgid with tables less than vgroups

* fix: update taos-tools 7583475

* fix: update taos-tools ac69142

* fix: make invalid_commandline.py and demo.py back
2022-12-07 22:40:18 +08:00
Shengliang Guan 7553cd6e65 fix: compile errors 2022-12-07 22:28:12 +08:00
Shengliang Guan 1bb1025f7d enh: add tassert 2022-12-07 22:24:47 +08:00
Shengliang Guan 66f4ee9a41 enh: alter db replica return quickly, operation executed asynchronously 2022-12-07 21:57:49 +08:00
Shengliang Guan 91782ef4d4
Merge pull request #18786 from taosdata/revert-18775-fix/TD-20045
Revert "refact: adjust some assert cases"
2022-12-07 21:51:27 +08:00
Shengliang Guan 6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan 297ba7f7d4
Merge pull request #18775 from taosdata/fix/TD-20045
refact: adjust some assert cases
2022-12-07 21:44:34 +08:00
Shengliang Guan be227bd6f6
Merge pull request #18783 from taosdata/feature/3.0_mhli
refactor(sync): re send snapshot in timer-routine when response timeout
2022-12-07 21:26:15 +08:00
Shuduo Sang 71b1269dc9
fix: taosbenchmark vgid ntb (#18780)
* fix: taosbenchmark vgid with tables less than vgroups

* fix: update taos-tools 7583475

* fix: update taos-tools ac69142
2022-12-07 20:21:30 +08:00
Shengliang Guan 64e39cf2d4 enh: alter db replica return quickly, operation executed asynchronously 2022-12-07 20:16:22 +08:00
Minghao Li c29401edf2 refactor(sync): re send snapshot in timer-routine 2022-12-07 19:46:26 +08:00