Minghao Li
a8832e8814
refactor(sync): modify info log
2022-11-30 11:20:03 +08:00
Shengliang Guan
3850b58a3d
fix: cannot close vnode while transferring snapshot
2022-11-30 11:08:30 +08:00
Shengliang Guan
5ecbcb1054
fix: cannot close mnode while transferring snapshot
2022-11-30 11:07:14 +08:00
Shengliang Guan
82bc543ed7
fix: cannot close mnode while transferring snapshot
2022-11-30 11:05:25 +08:00
Shengliang Guan
b6d3d2322c
fix: cannot close vnode while transferring snapshot
2022-11-30 11:02:07 +08:00
Shengliang Guan
4b11f358dd
Merge pull request #18554 from taosdata/feature/stream
...
fix(stream): delete multiple row
2022-11-30 10:54:38 +08:00
gccgdb1234
2888574be9
fix compile
2022-11-30 10:51:57 +08:00
Shengliang Guan
71f3ce8e96
Merge pull request #18555 from taosdata/chore/sangshuduo/TD-19590-sanitizer-align
...
chore: taos-tools add sanitizer workflow
2022-11-30 10:48:10 +08:00
Shengliang Guan
189cdc4f63
Merge pull request #18533 from taosdata/enh/clientRetry
...
enh: refactor retry
2022-11-30 10:47:13 +08:00
Shengliang Guan
0357ee124c
Merge pull request #18551 from taosdata/feature/3.0_mhli
...
refactor(sync): add interface syncSnapshotSending, syncSnapshotRecving
2022-11-30 10:46:29 +08:00
54liuyao
1bca95bdad
fix:modify end ts
2022-11-30 10:14:54 +08:00
Liu Jicong
89119c6247
Merge branch '3.0' into feature/stream
2022-11-30 09:50:22 +08:00
yihaoDeng
b7cba5d68a
change test case
2022-11-30 09:35:07 +08:00
Shengliang Guan
1d7a404450
Merge pull request #18549 from taosdata/fix/3.0_bugfix_wxy
...
fix: stream plan error
2022-11-30 08:58:59 +08:00
dapan1121
fadc0036a2
Merge pull request #18537 from taosdata/feature/TD-14761
...
fix:add interface with ttl for schemaless
2022-11-30 08:42:55 +08:00
Shuduo Sang
df75d474d1
chore: taos-tools support sanitizer workflow
2022-11-30 01:32:12 +08:00
Shuduo Sang
9e35f65277
Merge branch '3.0' into chore/sangshuduo/TD-19590-sanitizer-align
2022-11-30 01:31:26 +08:00
Haojun Liao
a8703c7fc2
enh(query): optimize the perf.
2022-11-30 00:11:21 +08:00
Shuduo Sang
f565ff3769
fix: get cpuid on x86 only ( #18552 )
...
* chore: taostools sanitizer flag align with tdengine
* chore: re-enable old style build asan config for taos-tools
* chore: update taos-tools 274d230
* chore: update taos-tools and add x86 definition
* fix: get cpu id on x86 only
2022-11-29 23:42:20 +08:00
Liu Jicong
548684e5ac
fix(stream): delete multiple row
2022-11-29 23:39:58 +08:00
Haojun Liao
445c4f28f0
enh(query): optimize the perf.
2022-11-29 23:34:22 +08:00
wangmm0220
8cfdae7195
fix:conflicts
2022-11-29 23:23:39 +08:00
Benguang Zhao
decb17fcb1
fix: use recursive mutex for relocking ring log buffer in syncNodeDoConfigChange
2022-11-29 23:19:32 +08:00
Ganlin Zhao
af30786e4f
fix avg function error
2022-11-29 22:47:55 +08:00
gccgdb1234
cb09f2be93
fix compile
2022-11-29 22:43:34 +08:00
Shuduo Sang
95677c4ac4
fix: get cpu id on x86 only
2022-11-29 22:31:21 +08:00
slzhou
6d86fb5b51
Merge branch 'enh/3.0_planner_optimize' into szhou/table-count-scan
2022-11-29 22:19:36 +08:00
Shuduo Sang
30fa44ea38
chore: update taos-tools and add x86 definition
2022-11-29 22:19:23 +08:00
Shuduo Sang
75219334a4
Merge branch '3.0' into chore/sangshuduo/TD-19590-sanitizer-align
2022-11-29 22:14:52 +08:00
Ganlin Zhao
f913fbdaf6
fix errors
2022-11-29 22:14:46 +08:00
yihaoDeng
9278ed2ab5
fix mem leak
2022-11-29 21:59:49 +08:00
facetosea
81e6a9d906
fix:concurrency conflicts occur when obtaining windows system time
2022-11-29 21:41:07 +08:00
yihaoDeng
6eb032f3e9
change test case
2022-11-29 20:07:26 +08:00
Minghao Li
8ec0b42456
refactor(sync): modify some trace log to info
2022-11-29 20:04:04 +08:00
wangmm0220
b2ed72aeca
fix:error in index
2022-11-29 19:54:06 +08:00
Ganlin Zhao
ca51b86359
fix test cases
2022-11-29 19:45:18 +08:00
Minghao Li
f87b9fa7fe
refactor(sync): add interface syncSnapshotSending, syncSnapshotRecving
2022-11-29 19:41:03 +08:00
yihaoDeng
50c8392dfc
change parameterr
2022-11-29 19:39:09 +08:00
Ganlin Zhao
900fe01f0e
fix error
2022-11-29 19:32:51 +08:00
dapan1121
60b3d00a4e
Merge pull request #18543 from taosdata/fix/TD-20772
...
fix:calculate the correct deletion range
2022-11-29 19:02:16 +08:00
Ganlin Zhao
2956eec51f
fix partition/group by tag count should not have output
2022-11-29 19:01:09 +08:00
Benguang Zhao
470441c541
Merge branch 3.0 to FIX/TD-19334-3.0
2022-11-29 18:24:01 +08:00
Shuduo Sang
6f0d6acaf4
chore: re-enable old style sanitizer config for taos-tools ( #18539 )
...
* chore: taostools sanitizer flag align with tdengine
* chore: re-enable old style build asan config for taos-tools
* chore: update taos-tools 274d230
2022-11-29 18:04:11 +08:00
Ganlin Zhao
8c3ff15342
fix partition by column
2022-11-29 18:00:44 +08:00
yihaoDeng
47c0d4cbbd
fix invalid param
2022-11-29 17:58:16 +08:00
yihaoDeng
dcd16684a0
fix invalid param
2022-11-29 17:53:24 +08:00
yihaoDeng
20187bacc6
change parameterr
2022-11-29 17:37:43 +08:00
Shengliang Guan
fc7c5ed4aa
Merge pull request #18548 from taosdata/fix/TD-20808
...
enh: add dropping status for vgroups
2022-11-29 17:28:41 +08:00
54liuyao
0b91b5b2b3
fix:calculate the correct deletion range
2022-11-29 17:24:52 +08:00
Benguang Zhao
f1991ac882
enh: improve runOneLinux and TDTestCase of python test scripts
2022-11-29 17:19:47 +08:00