Commit Graph

38453 Commits

Author SHA1 Message Date
Shengliang Guan 2c28cdcbb5 fix: deadlock of mnode if its state changed 2022-08-12 18:49:41 +08:00
Shengliang Guan 646cb378ae fix: deadlock of vnode if its state changed 2022-08-12 17:35:08 +08:00
Shengliang Guan 353109cd53 fix: deadlock of vnode if its state changed 2022-08-12 17:25:08 +08:00
Shengliang Guan 4f90578270 fix: deadlock of vnode if its state changed 2022-08-12 16:32:11 +08:00
Shengliang Guan 1d9331e257 fix: deadlock of mnode if its state changed 2022-08-12 16:32:03 +08:00
Shengliang Guan c47e387d13 fix: deadlock of mnode if its state changed 2022-08-12 15:57:07 +08:00
Shengliang Guan b311b873a1
Merge pull request #16028 from taosdata/szhou/fixbug
fix: sample/top/bottom is not allowed with fill clause
2022-08-12 15:08:59 +08:00
Yihao Deng 1bfa9d2333
Merge pull request #16040 from taosdata/fix/operMemCorrupt
fix operator double free
2022-08-12 14:51:37 +08:00
wade zhang df3fd8f5da
Merge pull request #16030 from taosdata/docs/jiacy
docs:add windows install and uninstall
2022-08-12 14:30:34 +08:00
wade zhang 3b0ee85c99
Update java.mdx 2022-08-12 14:28:37 +08:00
gccgdb1234 c8884698b1 doc: hide error code temporarily 2022-08-12 14:21:07 +08:00
slzhou 5b54707501 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbug 2022-08-12 14:19:32 +08:00
Jeff Tao 7a8088e475
Update README.md 2022-08-12 14:17:02 +08:00
Jeff Tao 7d6cbafa00
Update README.md 2022-08-12 14:15:41 +08:00
Jeff Tao 1a217470ca
Update README-CN.md 2022-08-12 14:13:37 +08:00
Jeff Tao 4cd681520e
Update README-CN.md 2022-08-12 14:10:12 +08:00
Jeff Tao 229d8986b9
Update README-CN.md 2022-08-12 14:08:11 +08:00
Minglei Jin cd3ec617e3
Merge pull request #16037 from taosdata/fix/TD-18338
fix: remove old no ref entry
2022-08-12 14:03:41 +08:00
Jeff Tao 062bc1c4c6
Update README.md 2022-08-12 14:01:39 +08:00
Jeff Tao 422ab15bc3
Update README.md 2022-08-12 13:46:17 +08:00
yihaoDeng d4e11c0620 fix operator double free 2022-08-12 13:40:24 +08:00
dapan1121 6a85467d49
Merge pull request #16031 from taosdata/fix/TD-18351
fix: fix task sched crash issue
2022-08-12 13:36:25 +08:00
Shuduo Sang f0a6061458
feat: update taostools 53a0103 for3.0 (#16038)
* feat: update taos-tools

for 3.0

[TD-14141]

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools 8e3b3ee

* fix: remove submodules

* feat: update taos-tools c529299

* feat: update taos-tools 9dc2fec for 3.0

* fix: optim upx

* feat: update taos-tools f4e456a for 3.0

* feat: update taos-tools 2a2def1 for 3.0

* feat: update taos-tools c9cc20f for 3.0

* feat: update taostoosl 8a5e336 for 3.0

* feat: update taostools 3c7dafe for 3.0

* feat: update taos-tools 2d68404 for 3.0

* feat: update taos-tools 57bdfbf for 3.0

* fix: jenkinsfile2 to upgrade pip

* feat: update taostoosl 11d23e5 for 3.0

* feat: update taostools 43924b8 for 3.0

* feat: update taostools 53a0103 for 3.0
2022-08-12 13:33:48 +08:00
wade zhang eaf1ad2f39
Update 01-docker.md 2022-08-12 13:32:51 +08:00
Jeff Tao b6f90d205c
Update 01-docker.md 2022-08-12 13:29:07 +08:00
Yihao Deng 4971b0fc22
Merge pull request #16035 from taosdata/fix/operMemCorrupt
fix: operator double free mem
2022-08-12 13:14:43 +08:00
wade zhang 9ec8a1e44e
Update 25-grant.md 2022-08-12 13:03:14 +08:00
Minglei Jin 4a34342af4 fix: remove old no ref entry 2022-08-12 12:39:44 +08:00
dapan1121 46a6b37779
Merge pull request #16033 from taosdata/fix/TD-18075
fix: fix taosd put blocks to sink error
2022-08-12 11:48:55 +08:00
dapan1121 d5072a8f32 fix: fix sched handler memory leak issue 2022-08-12 11:36:49 +08:00
Zhiqiang Wang 662ca924e7
Merge pull request #15996 from taosdata/fix/TD-18329
fix(driver): get raw block length
2022-08-12 11:33:52 +08:00
yihaoDeng bd929582f5 fix operator double free 2022-08-12 11:22:41 +08:00
slzhou e2d950e387 fix: modify sample test case that sample is not supported with fill 2022-08-12 11:08:56 +08:00
dapan1121 effb4f20d3 fix: fix taosd put blocks to sink error 2022-08-12 11:00:21 +08:00
dapan1121 9cd7c54e25 fix: fix task sched crash issue 2022-08-12 10:41:02 +08:00
jiacy-jcy c50a9e840d add windows install and uninstall 2022-08-12 10:37:39 +08:00
slzhou 3c27c8b8fd fix: sample/top/bottom is not allowed with fill clause 2022-08-12 10:20:09 +08:00
huolibo 98c267b4bf fix(driver): adapter windows 2022-08-12 09:59:30 +08:00
gccgdb1234 b85c06b4ad Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-08-12 09:47:19 +08:00
gccgdb1234 14562aa098 doc: refine the brief introduction 2022-08-12 09:47:12 +08:00
wade zhang 335d2676a0
Merge pull request #16024 from taosdata/sean-tdengine-patch-1
docs: Updated Readme - Support Win/macOS
2022-08-12 09:41:05 +08:00
gccgdb1234 698e0ecec2 doc: add tab for windows uninstallation 2022-08-12 09:39:12 +08:00
gccgdb1234 ab334558f5 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-08-12 09:36:33 +08:00
gccgdb1234 d951ba84c2 doc: add item for windows 2022-08-12 09:36:24 +08:00
Jeff Tao 2bae89dc49
Update 09-udf.md 2022-08-12 09:30:13 +08:00
Jeff Tao c16c3d22ed
Update 09-udf.md 2022-08-12 09:21:06 +08:00
gccgdb1234 542ff77920 doc: remove welcome message from Shell output 2022-08-12 08:57:41 +08:00
gccgdb1234 30841f83ed doc: copy Chinese version of get started to English version 2022-08-12 08:48:53 +08:00
wade zhang 9c738c7418
Update 03-package.md 2022-08-12 08:40:35 +08:00
wade zhang be7d3af4a5
Update 03-package.md 2022-08-12 08:35:50 +08:00