Commit Graph

47898 Commits

Author SHA1 Message Date
Shengliang Guan e32d24ab1f enh: save vnodes list file 2023-01-31 16:49:28 +08:00
Shengliang Guan fb0ef25dbd test: adjust split case 2023-01-31 16:40:53 +08:00
Shengliang Guan 2a8d791e39 Merge remote-tracking branch 'origin/3.0' into enh/TD-18702 2023-01-31 16:31:26 +08:00
Shengliang Guan 9f2078ae0d enh: rename tsdb file 2023-01-31 16:28:37 +08:00
Xiaoyu Wang 000eefac82 enh: deal coverity scan 2023-01-31 16:16:03 +08:00
Xiaoyu Wang 4b4468e392 feat: explain insert select 2023-01-31 16:04:57 +08:00
Shengliang Guan 5d8f05749c fix: coredump while tdbAbort 2023-01-31 15:49:56 +08:00
Xiaoyu Wang 0fad949c53
Merge pull request #19718 from taosdata/FIX/TD-22112-main
fix: not try to propose commit on vmCloseVnode
2023-01-31 15:40:07 +08:00
Xuefeng Tan b56db2026b
fix(taosAdapter): set option `TSDB_OPTION_USE_ADAPTER = true` (#19711) 2023-01-31 15:14:48 +08:00
Xuefeng Tan 9a4b5a16e8
fix(taosAdapter): set option `TSDB_OPTION_USE_ADAPTER = true` (#19713) 2023-01-31 15:05:52 +08:00
Minglei Jin 0257c4a90b fix(query): release reader's lock if not composed block 2023-01-31 15:04:48 +08:00
Shengliang Guan fbc4513ee3 enh: call vnodeBegin after vnodeSyncCommit 2023-01-31 15:01:10 +08:00
Shengliang Guan 71a17e4c47 enh: update numOfVgroups while split 2023-01-31 14:24:58 +08:00
Shengliang Guan f6248d21df fix: coredump if no data while vnode commit 2023-01-31 13:32:08 +08:00
Xiaoyu Wang 2fa3582d36
Merge pull request #19716 from taosdata/fix/invalid_read_fix
fix: invalid read
2023-01-31 13:02:48 +08:00
Benguang Zhao a84e990c4e fix: not try to propose commit on vmCloseVnode 2023-01-31 11:29:46 +08:00
Hongze Cheng cabf3e8683 fix: invalid read 2023-01-31 11:22:06 +08:00
Shengliang Guan 53ac9c7229 enh: commit tsdb after split 2023-01-31 10:59:34 +08:00
sunpeng 889019b253
build: add python demo to ci (#19699)
* build: add python demo to ci

* build: fix python demo
2023-01-31 09:37:50 +08:00
Xiaoyu Wang aae2de07af enh: add event_winodw test case 2023-01-31 09:21:44 +08:00
Xiaoyu Wang 677a27a097
Merge pull request #19690 from taosdata/fix/3.0_merge_main
Fix/3.0_merge_main
2023-01-31 09:20:29 +08:00
xinsheng Ren 3d2b5ea6b6
Fix/xsren/td 20179/win version info (#19708)
* fix:get system info on windows

* fix:head file

* fix:del tchar.h
2023-01-31 00:49:18 +08:00
Shuduo Sang ac9cdf6c58
fix: install script refine sentence for main (#19703)
* fix: packaging/tools/install.sh for main

* fix: refine sentence

* fix: dpkg grep ii to detech deb package
2023-01-31 00:46:58 +08:00
Minglei Jin 251fdd35ba fix(tsdb/read): wrap tsdb reader's lock with acquire/release 2023-01-30 19:26:36 +08:00
Hongze Cheng 2d03fb6041 fix memory leak 2023-01-30 18:16:55 +08:00
Shengliang Guan 141fcdd49b enh: alter vnode hashrange in cfg file 2023-01-30 17:54:54 +08:00
Shengliang Guan 8bc0d4ba74 enh: add alter vnode hashrange request 2023-01-30 16:33:17 +08:00
Hongze Cheng c04810e8d5 fix: more code 2023-01-30 15:51:54 +08:00
Hongze Cheng d6dbc0006d Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 15:38:29 +08:00
Hongze Cheng 5904f967f5 fix: snapshot problem 2023-01-30 15:38:19 +08:00
dapan1121 6316a98435
Merge pull request #19663 from taosdata/fix/TD-21873-3.0
test: check result after reboot without commit for tsma/rsma
2023-01-30 15:30:11 +08:00
Haojun Liao 12cea405d1
Merge pull request #19705 from taosdata/fix/TS-2499
fix:process data with incorrect timestamp
2023-01-30 15:15:14 +08:00
dapan1121 c273c42dfb
Merge pull request #19629 from taosdata/szhou/fix-td-21911
fix: add node stopped and get/accquire ctx return node stopped
2023-01-30 15:06:42 +08:00
Hongze Cheng dcd0ade349 fix double free problem 2023-01-30 14:24:00 +08:00
Shengliang Guan 03dc6e55b5 enh: add disable vnode write request 2023-01-30 13:54:15 +08:00
54liuyao 1ce1f8143c fix:process data with incorrect timestamp 2023-01-30 13:29:15 +08:00
Shengliang Guan 73a6153db9
Merge pull request #19691 from taosdata/fix/TD-22070
fix: assert coredump
2023-01-30 13:25:57 +08:00
Shuduo Sang 167366350a
fix: install script refine sentence (#19702)
* fix: install.sh to remove exist rpm

* fix: install.sh to remove exist rpm

* fix: refine packaging/tools/install.sh

* fix: silient if no exist rpm

* fix: dpkg remove exist deb

* fix: refine sentence
2023-01-30 13:20:12 +08:00
Hongze Cheng 90ff718c57 Merge branch 'fix/TD-22070' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 11:41:26 +08:00
Hongze Cheng 9502fb3633 fix memory leak 2023-01-30 11:40:41 +08:00
Hongze Cheng 0f00862d8b Merge branch 'fix/TD-22070' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 10:17:59 +08:00
Haojun Liao 1741e98a4e fix(query): reset the del file index when beginning last file check. 2023-01-30 10:13:54 +08:00
Hongze Cheng 3deedfb5c6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 10:11:45 +08:00
Shengliang Guan f36713a587 enh: set vgroup dropping state before split 2023-01-30 10:08:26 +08:00
wade zhang 05097e5061
Merge pull request #19483 from taosdata/docs/TD-21822-3.0
docs: add description of keep/multi-tier storage
2023-01-30 10:03:52 +08:00
Shengliang Guan 316e563ff2 enh: adjust vgroup replica after split 2023-01-30 09:59:30 +08:00
Shengliang Guan 225cdcdb54 enh: remove vgroup after split 2023-01-30 09:58:53 +08:00
sunpeng c30cb1f5db
build: add python demo to ci (#19641)
* build: add python demo to ci

* build: add fast write example to ci

* build: add kafka demo to ci

* fix kafka demo

* fix python demo

* fix python demo

* fix python demo

* fix python demo

* fix python demo
2023-01-30 09:58:52 +08:00
Shengliang Guan 7bcd4cf0f3 enh: parse split vgroup request 2023-01-30 09:42:20 +08:00
Hongze Cheng 76e3720530 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-22070 2023-01-30 09:32:23 +08:00