Commit Graph

55965 Commits

Author SHA1 Message Date
kailixu 1ce8d06032 fix: proj col compare func 2023-08-10 09:57:57 +08:00
yihaoDeng ef247cdb1d support reopen stream state 2023-08-10 01:49:26 +00:00
Haojun Liao c10b323188 other: merge main. 2023-08-10 09:26:33 +08:00
Haojun Liao c3d1d47bad
Merge pull request #22380 from taosdata/fix/liaohj
fix(stream): use streamId&taskId to identify a stream task
2023-08-10 09:13:33 +08:00
dapan1121 e15bddfbca
Merge pull request #22387 from taosdata/docs/max_speed
fix: add max_speed as keywordw
2023-08-10 08:54:33 +08:00
dapan1121 c73ac53666 fix: add max_speed as keywordw 2023-08-10 08:52:32 +08:00
Hui Li 012fd34c95
Merge pull request #22373 from taosdata/test/fix/comp
test:fix comatibility case
2023-08-10 08:52:05 +08:00
Minglei Jin ca5571d0d6 config: fix default configs 2023-08-10 08:29:51 +08:00
Haojun Liao 4393375e47 fix(stream): set correct task id. 2023-08-10 02:16:04 +08:00
Haojun Liao 0757e88ced fix(stream): set the correct hash keys. 2023-08-09 23:52:14 +08:00
danielclow b61216d1a8
docs: update 06-stream.md to correct sample sql statement
the existing sql statement failed due to invalid syntax on "select _wstart as start". copying the statement from the zh document instead
2023-08-09 23:28:54 +08:00
Haojun Liao 0cf8144952 fix(stream): fix the invalid key used by remove data in stream meta hash table. 2023-08-09 22:28:23 +08:00
danielclow 458b3ce137
docs: Rename 27-index.md to 27-indexing.md (#22385)
the original name caused the document to not be displayed properly
2023-08-09 21:09:33 +08:00
yihaoDeng a20b299f9b support reopen stream state 2023-08-09 13:06:10 +00:00
yihaoDeng 19ac9054d0 support reopen stream state 2023-08-09 12:47:49 +00:00
wangmm0220 873262ec78 fix:add test cases to cases.task 2023-08-09 20:45:05 +08:00
kailixu d6ed5fe096 fix: timezone and qsort for windows 2023-08-09 20:08:19 +08:00
Haojun Liao 7e3f1d92fc Merge branch 'main' into fix/liaohj 2023-08-09 19:43:24 +08:00
wangmm0220 1f5532fd67 fix:offset error in tmq & add test cases 2023-08-09 19:41:22 +08:00
Haojun Liao d34b9af054 enh(stream): create update stream trans. 2023-08-09 19:38:13 +08:00
Hui Li 51017cfbf7
Merge pull request #22382 from taosdata/packaging/update_packaging_script
avoid removing taosx and taos-explorer while uninstall taosd
2023-08-09 18:38:16 +08:00
Ping Xiao 9d698277d6 avoid removing taosx and taos-explorer while uninstall taosd 2023-08-09 18:35:41 +08:00
Hui Li 10f5d223bb
Merge pull request #22370 from taosdata/FIX/TD-25605-3.0
enh: check if disk space sufficient at primary dir with tfs
2023-08-09 18:32:07 +08:00
Minglei Jin a853d9d40c mxml: use ~/local/include 2023-08-09 18:21:55 +08:00
Minglei Jin a5ccc3e8aa apr: make apr, apu, curl build always 2023-08-09 17:53:25 +08:00
yihaoDeng 1db15da4e1 support reopen stream state 2023-08-09 09:50:49 +00:00
yihaoDeng 6fdcd82a33 support reopen stream state 2023-08-09 09:19:03 +00:00
Ganlin Zhao 11823580c7 fix test cases 2023-08-09 17:13:31 +08:00
Minglei Jin 4911b6c855 container_build: use local as install dir 2023-08-09 17:07:55 +08:00
yihaoDeng f3cf907d5a support reopen stream state 2023-08-09 09:07:13 +00:00
yihaoDeng a336a7b1a4 support reopen stream state 2023-08-09 09:06:22 +00:00
Minglei Jin 1ce3ef7fd5 cos: fix local/include directory 2023-08-09 17:02:16 +08:00
yihaoDeng a619b8f5be rm duplicate para 2023-08-09 08:58:49 +00:00
Minglei Jin bc64d5f769 cos: use ~/local as prefix for building 2023-08-09 16:53:19 +08:00
Haojun Liao 1e8579e8c5 fix(stream): fix other cases. 2023-08-09 16:04:48 +08:00
Haojun Liao 4c92997328 fix(stream): use streamId&taskId to identify the stream task in the stream meta. 2023-08-09 15:52:23 +08:00
Minglei Jin 93ce558abf apu: fix with-apr config 2023-08-09 15:49:34 +08:00
wangmm0220 1bf2d58629 Merge branch 'mark/tmq' of https://github.com/taosdata/TDengine into mark/tmq 2023-08-09 15:47:42 +08:00
Haojun Liao 1d649bccb6
Merge pull request #22372 from taosdata/fix/TD-25626
fix taosd cannot quit
2023-08-09 15:46:14 +08:00
Haojun Liao 0353344571
Merge pull request #22379 from taosdata/doc/ts-3804
rm duplicate para
2023-08-09 15:44:54 +08:00
Minglei Jin 5d0edcd17b cos: use /usr/local as prefix instead of debug/build 2023-08-09 15:41:23 +08:00
yihaoDeng b65336ab88 rm duplicate para 2023-08-09 07:41:05 +00:00
yihaoDeng 70f03635a4 rm duplicate para 2023-08-09 07:39:42 +00:00
yihaoDeng 92b247aae8 support reopen stream state 2023-08-09 07:36:00 +00:00
Hui Li 584427dd44
Merge pull request #22374 from taosdata/szhou/restore-minglei-main
fix: restore stt/block merge back
2023-08-09 14:40:03 +08:00
Minglei Jin 30cbbc425f cos: new update command to build every cmake 2023-08-09 14:31:17 +08:00
Ganlin Zhao 70e4b4f44e remove unique need of primary ts 2023-08-09 14:30:34 +08:00
Ganlin Zhao 6ab16e89d4 add tail, unique cases 2023-08-09 14:27:41 +08:00
yihaoDeng bbcfa9ab03 support reopen stream state 2023-08-09 06:10:40 +00:00
Hui Li 88617027a3
Merge pull request #22369 from taosdata/td_25179_update
udpate user_privilege_show test case and add it to cases.task by charles
2023-08-09 14:08:53 +08:00