Commit Graph

47898 Commits

Author SHA1 Message Date
Xiaoyu Wang 2a4c97cfb4
Merge pull request #19606 from taosdata/enh/3.0_planner_optimize
feat: support writing streams to existing tables
2023-01-17 18:27:56 +08:00
dapan1121 1101a0ff0e
Merge pull request #19602 from taosdata/fix/TD-21937-3.0M
fix: tsdb read snapshot take/untake
2023-01-17 18:04:37 +08:00
dapan1121 e70f767647 fix: crash caused of wrong task phase issue 2023-01-17 17:53:56 +08:00
Shuduo Sang da8d80dfeb
fix: packaging/release.sh don't catch error temporarily for main (#19611) 2023-01-17 17:45:42 +08:00
54liuyao 1dd177994d ci:modify stream test 2023-01-17 17:26:13 +08:00
Xiaoyu Wang ca43c0ab55 feat: support writing streams to existing tables 2023-01-17 16:47:43 +08:00
xinsheng Ren f966197cea
Fix/xsren/td 21762/sem mem leak basemain (#19587)
* TD-21762 sem_init cause mem leak on windows

* fix/memleak

Co-authored-by: facetosea <25808407@qq.com>
2023-01-17 16:30:06 +08:00
sunpeng dff16ad4bf
doc: update python tmq document (#19604)
* doc: update python tmq document

* doc: update en document

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2023-01-17 15:53:14 +08:00
xinsheng Ren 172559a2af
fix stackflow on mac (#19590)
Co-authored-by: facetosea <25808407@qq.com>
2023-01-17 15:21:02 +08:00
kailixu 70fb18e611 fix: tsdb ReadSnap take/untake 2023-01-17 15:11:11 +08:00
freemine e92bf83986
bugfix: stack-buffer-overflow (#19584) 2023-01-17 15:05:33 +08:00
dapan1121 69ecd6e50a fix: compile issue 2023-01-17 14:46:33 +08:00
dapan1121 6284e87217 fix: fix vgroup dead lock issue 2023-01-17 14:36:00 +08:00
Shengliang Guan e11d57d58c
Merge pull request #19533 from taosdata/FIX/TD-21662-main
enh: skip WAL forceSync for single replica vgroup
2023-01-17 14:25:04 +08:00
dapan1121 1d5ac1ba90
Merge pull request #19596 from taosdata/fix/TS-2444
fix: move crash report to shell
2023-01-17 13:36:01 +08:00
dapan1121 7dbe44b2b7
Merge pull request #19589 from taosdata/fix/TD-21925
fix: insert into select can't be stopped issue
2023-01-17 13:27:02 +08:00
Hui Li 0ed889bed3
Merge pull request #19585 from taosdata/test/TD-20558
ci:modify the filename of the error log
2023-01-17 13:25:19 +08:00
Shuduo Sang f2ce2e94b0
fix: make example code to be tested in ci (#19594)
* fix: make example code to be tested in ci

* fix: ../docs/examples/go/go.mod
2023-01-17 12:07:38 +08:00
xiaolei li 830086e756
[WIP]docs(driver):update C# webscoket to import dll from nupkg (#17485)
* docs(driver):update C# webscoket to import dll from nupkg

* docs(driver):update description about C# using WebSocket dll from nuget package

* docs(driver):update C# webscoket to import dll from nupkg 2nd

* fix: typos

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2023-01-17 12:07:01 +08:00
Shengliang Guan 1af5aa6786
Merge pull request #19595 from taosdata/enh/TD-20047
fix: config error if ep.json invalid
2023-01-17 11:33:35 +08:00
dapan1121 6b259777ad fix: move crash report to shell 2023-01-17 11:18:49 +08:00
xinsheng Ren fce58a1273
Fix/xsren/td 21762/sem mem leak (#19580)
* TD-21762 sem_init cause mem leak on windows

* fix/memleak

Co-authored-by: facetosea <25808407@qq.com>
2023-01-17 11:12:57 +08:00
Shengliang Guan e155757ac6 fix: more 2023-01-17 10:46:31 +08:00
Xiaoyu Wang b7bfe9780d
Merge pull request #19583 from taosdata/feature/event
feat: add event window
2023-01-17 10:45:20 +08:00
Shengliang Guan ca33abe26c fix: more 2023-01-17 10:43:02 +08:00
Shengliang Guan 729afc6ab5 fix: config error if ep.json invalid 2023-01-17 10:26:59 +08:00
Hui Li e1b0f6dc73
Merge pull request #19577 from taosdata/docs/sqchang/TM-3239
docs: TM-3239
2023-01-17 09:15:23 +08:00
dapan1121 63a23a3562 fix: insert into select can't be stopped issue 2023-01-17 09:12:51 +08:00
Huo Linhe 59ecfb6d96 chore: fix write_raw_block_with_fields error
Close [TD-21949](https://jira.taosdata.com:18080/browse/TD-21949)
2023-01-17 09:12:45 +08:00
Shengliang Guan 01647debb9
Merge pull request #19581 from taosdata/enh/TD-20047
fix: update epset on dnode info changed
2023-01-17 08:53:43 +08:00
Hui Li f7ef9fdcb1
Merge pull request #19586 from taosdata/test/3.0/TD-20558
ci:modify the filename of the error log
2023-01-17 08:03:30 +08:00
chenhaoran 215864c5cd ci:delete para of 'make -j' 2023-01-16 19:29:50 +08:00
chenhaoran 79b18bc903 ci:delete para of 'make -j' 2023-01-16 19:18:52 +08:00
chenhaoran 6282152ca0 ci:modify the filename of the error log 2023-01-16 18:38:19 +08:00
chenhaoran ab7761e64e ci:modify the filename of the error log 2023-01-16 18:35:26 +08:00
dapan1121 122afc414e
Merge pull request #19546 from taosdata/fix/TD-21873-3.0
fix: tsma transaction refactor
2023-01-16 18:19:42 +08:00
Haojun Liao 59e25c0191
Merge pull request #19576 from taosdata/fix/liaohj
test: add new sim to CI.
2023-01-16 18:17:39 +08:00
Xiaoyu Wang 0b1bb7a1fb merge 3.0 2023-01-16 17:55:35 +08:00
dapan1121 2f889eb77e
Merge pull request #19569 from taosdata/szhou/fixbugs
fix: add stt_trigger to show create database processing
2023-01-16 17:26:28 +08:00
kailixu 1f82c835a3 chore: test case adaption 2023-01-16 16:45:44 +08:00
Shengliang Guan 478eec76a4 enh: update epset on dnode info changed 2023-01-16 16:34:12 +08:00
Haojun Liao e3248d0053 refactor: disable warning. 2023-01-16 16:02:23 +08:00
ShuaiQChang 6f0a35275e fix: docs build error 2023-01-16 15:47:23 +08:00
Shengliang Guan d476b6db13 enh: update epset on dnode info changed 2023-01-16 15:41:50 +08:00
Haojun Liao 20b4c1ca83 test: add new sim to CI. 2023-01-16 15:16:06 +08:00
kailixu 479ff7d87a test: adjust test case for ins_columns 2023-01-16 15:06:31 +08:00
Hui Li 679d8b0cf3
Merge pull request #19574 from taosdata/docs/sqchang/TM-3239
docs: TM-3239
2023-01-16 15:02:38 +08:00
ShuaiQChang c4a2ca08db docs: TM-3239 2023-01-16 14:50:13 +08:00
slzhou 04a3b1d598 fix: add ci test 2023-01-16 14:23:40 +08:00
kailixu b89561c077 test: add test case for tsma 2023-01-16 14:12:44 +08:00