Alex Duan
|
15b8b28972
|
fix(query): SMA ensure support info pColAgg capacity over column numfor this table
|
2022-12-07 17:52:49 +08:00 |
Benguang Zhao
|
50883689e7
|
enh: check contiguousness of indexes applied to vnode tsdb
|
2022-12-07 17:30:22 +08:00 |
yihaoDeng
|
3710dbe2e0
|
fix mem leak
|
2022-12-07 16:57:45 +08:00 |
dapan1121
|
217694fd13
|
fix: client retry insert based on some error code
|
2022-12-07 15:28:07 +08:00 |
Ganlin Zhao
|
de4571fbf7
|
Merge branch '3.0' into fix/TD-19481
|
2022-12-07 14:17:47 +08:00 |
Ganlin Zhao
|
387983f6f4
|
fix(query): fix percentile crash when input has more than 10
million records
|
2022-12-07 11:44:39 +08:00 |
dapan1121
|
f56916cff9
|
Merge pull request #18743 from taosdata/fix/TD-20802.2
fix: fix task redirect not finished issue
|
2022-12-07 11:06:40 +08:00 |
yihaoDeng
|
6635691f52
|
add msg type
|
2022-12-06 22:21:47 +08:00 |
Shengliang Guan
|
24619fef78
|
Merge pull request #18747 from taosdata/fix/TD-21017
fix: fix tbnameIn bug on normal table
|
2022-12-06 19:38:11 +08:00 |
dapan1121
|
2eb496e9d0
|
Merge pull request #18741 from taosdata/fix/TD-20929
fix:read data and compute group id
|
2022-12-06 19:04:47 +08:00 |
dapan1121
|
a6d540f289
|
Merge pull request #18725 from taosdata/enh/failFast
enh: add fail-fast
|
2022-12-06 19:03:44 +08:00 |
dapan1121
|
5b8294122a
|
Merge pull request #18742 from taosdata/fix/TD-20906
fix: fix count VAR type column error cause of reading incorrect sma results
|
2022-12-06 18:41:24 +08:00 |
Shengliang Guan
|
a1d0433898
|
Merge pull request #18746 from taosdata/fix/add_reserved
refactor(sync): add reserved field in message
|
2022-12-06 18:34:28 +08:00 |
Shengliang Guan
|
5e17b74cb4
|
Merge pull request #18708 from taosdata/feature/3_liaohj
fix(query): check null ptr before dereferencing it.
|
2022-12-06 18:24:03 +08:00 |
Shengliang Guan
|
996ecb4431
|
Merge pull request #18745 from taosdata/FIX/TD-20903-3.0
enh: enable timeout checking of sync Resp with ttl as 30s
|
2022-12-06 18:02:25 +08:00 |
Shengliang Guan
|
5f6254fd93
|
Merge pull request #18740 from taosdata/enh/3.0_planner_optimize
feat: add stream option 'delete_mark'
|
2022-12-06 17:24:34 +08:00 |
yihaoDeng
|
2af319ac0a
|
fix tbnameIn bug on normal table
|
2022-12-06 17:16:34 +08:00 |
Minghao Li
|
20e2acbacf
|
refactor(sync): add reserved field in message
|
2022-12-06 16:59:19 +08:00 |
Benguang Zhao
|
529d8cc800
|
enh: enable timeout checking of sync Resp with ttl as 30s
|
2022-12-06 16:46:53 +08:00 |
Ganlin Zhao
|
2cc58eebd3
|
fix: fix count VAR type column error cause of reading
incoorect sma results
|
2022-12-06 00:29:38 -08:00 |
54liuyao
|
99975ae524
|
fix:read data and compute group id
|
2022-12-06 16:26:33 +08:00 |
Xiaoyu Wang
|
bc413b8fff
|
feat: add stream option 'delete_mark'
|
2022-12-06 16:07:11 +08:00 |
dapan1121
|
78c5cc2b6b
|
fix: fix task redirect issue
|
2022-12-06 15:49:57 +08:00 |
yihaoDeng
|
0254e90ce6
|
avoid null pointer
|
2022-12-06 13:42:59 +08:00 |
Benguang Zhao
|
577a203541
|
fix: synchronize access of pWalHandle with mutex in raftLogGetEntry
|
2022-12-06 12:50:59 +08:00 |
shenglian zhou
|
cf3ec5ad40
|
fix: add default command line to start udfd when taosd is started directly from command line
|
2022-12-06 11:42:53 +08:00 |
yihaoDeng
|
4e87bcc97a
|
support fail fast
|
2022-12-06 10:53:31 +08:00 |
Haojun Liao
|
68273aef52
|
Merge branch '3.0' into feature/3_liaohj
|
2022-12-06 10:36:32 +08:00 |
yihaoDeng
|
9ce9d21507
|
support fail fast
|
2022-12-06 10:30:14 +08:00 |
dapan1121
|
283ef0d056
|
Merge pull request #18717 from taosdata/fix/TD-20976
fix: add redirect error code and fix no error msg issue
|
2022-12-06 10:00:06 +08:00 |
Shengliang Guan
|
aad8469e86
|
Merge pull request #18716 from taosdata/feature/3.0_sync_pipeline
fix(sync): close snapshot receiver in pre-close
|
2022-12-06 09:47:00 +08:00 |
Shengliang Guan
|
a860e72f00
|
Merge pull request #18701 from taosdata/FIX/TD-20390-3.0
fix: walSaveMeta ahead of deleting WAL files as gc in walEndSnapshot
|
2022-12-06 09:45:42 +08:00 |
Benguang Zhao
|
3f1a0cefbb
|
fix: walSaveMeta ahead of deleting WAL files as gc in walEndSnapshot
delete WAL files in descending order during walRollback
|
2022-12-06 00:51:45 +08:00 |
yihaoDeng
|
4be196491e
|
add fail-fast
|
2022-12-05 22:39:18 +08:00 |
Minghao Li
|
b107518b00
|
fix(sync): when FpApplyQueueItems return -1, break loop
|
2022-12-05 20:24:25 +08:00 |
dapan1121
|
79cd86d5ad
|
Merge pull request #18705 from taosdata/fix/TD-20907
fix:stddev\fisrt\last combine function
|
2022-12-05 20:15:53 +08:00 |
dapan1121
|
0c26308ae7
|
fix: add redirect error code and fix no error msg issue
|
2022-12-05 20:10:09 +08:00 |
Shengliang Guan
|
71022773eb
|
Merge pull request #18715 from taosdata/fix/TS-2220-3.0
fix(log): ignore create log error
|
2022-12-05 19:40:16 +08:00 |
Minghao Li
|
a1ed4b334c
|
fix(sync): close snapshot receiver in pre-close
|
2022-12-05 18:50:19 +08:00 |
Alex Duan
|
f8b75e3ac1
|
fix(log): ignore create log error
|
2022-12-05 17:54:26 +08:00 |
54liuyao
|
d7a38aeae9
|
fix:stddev\fisrt\last combine function
|
2022-12-05 17:21:40 +08:00 |
Shengliang Guan
|
c1b8d1b2b2
|
Merge pull request #18695 from taosdata/feature/3.0_sync_pipeline
refactor(sync): modify/use default config value
|
2022-12-05 17:19:13 +08:00 |
dapan1121
|
0ecb0d26f2
|
Merge pull request #18694 from taosdata/fix/TS-2144
enh(query): add timetruncate function ignore timezone option for 1d
|
2022-12-05 17:18:18 +08:00 |
Shengliang Guan
|
dffc20f9f1
|
Merge pull request #18684 from taosdata/fix/TD-20656
fix: use tdbTrace to reduce 135 debug log output
|
2022-12-05 17:17:03 +08:00 |
Minghao Li
|
3939c96a92
|
refactor(sync): modify/use default config value
|
2022-12-05 12:35:57 +08:00 |
Shengliang Guan
|
6296057ebb
|
Merge pull request #18685 from taosdata/feature/3.0_sync_pipeline
fix(sync): fix snapshot receiver waiting time
|
2022-12-05 12:00:38 +08:00 |
Ganlin Zhao
|
e18da31a5d
|
enh(query): add timetruncate function ignore timezone option for 1d
|
2022-12-05 12:00:12 +08:00 |
Minghao Li
|
3d3e4b6d83
|
fix(sync): fix snapshot receiver waiting time
|
2022-12-05 10:18:14 +08:00 |
Minglei Jin
|
6b7c540884
|
fix: use tdbTrace to reduce 135 debug log output
|
2022-12-05 10:14:18 +08:00 |
Shengliang Guan
|
c45001744f
|
Merge pull request #18674 from taosdata/feat/async_commit
feat: async commit
|
2022-12-04 22:31:04 +08:00 |
Haojun Liao
|
7c66b80045
|
Merge branch '3.0' into feature/3_liaohj
|
2022-12-04 22:21:49 +08:00 |
dapan1121
|
9cb07360de
|
Merge pull request #18643 from taosdata/enh/insert_multi_table_optimize
enh: optimize multiple table insert
|
2022-12-04 16:48:15 +08:00 |
dapan1121
|
f9f60a8f39
|
Merge pull request #18646 from taosdata/fix/TD-20684-3.0
feat(api): add new api int64_t taos_affected_rows64
|
2022-12-04 16:47:51 +08:00 |
Hongze Cheng
|
df6eb27b75
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 14:51:05 +08:00 |
Shengliang Guan
|
df4e966136
|
Merge pull request #18672 from taosdata/feature/3.0_sync_pipeline
refactor(sync): add config item and default value in sync
|
2022-12-04 11:22:08 +08:00 |
Hongze Cheng
|
f9bd8b3a51
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 10:08:59 +08:00 |
Minghao Li
|
575c5e89fc
|
refactor(sync): add config item in sync
|
2022-12-04 09:49:27 +08:00 |
Hongze Cheng
|
d977929c99
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 09:37:29 +08:00 |
Benguang Zhao
|
21ff35ee42
|
fix: truncate WAL on need while syncLogBufferRollback
|
2022-12-04 08:13:49 +08:00 |
Shengliang Guan
|
cc8e1071ab
|
Merge pull request #18668 from taosdata/FIX/TD-19334-3.0
fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg
|
2022-12-03 22:06:40 +08:00 |
Shengliang Guan
|
241638de33
|
Merge pull request #18661 from taosdata/fix/liao_cov
enh(query): improve the performance and add some todo
|
2022-12-03 21:41:38 +08:00 |
Benguang Zhao
|
a7807d3ee4
|
fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg
|
2022-12-03 20:53:56 +08:00 |
dapan1121
|
c3267d5294
|
fix: fix db release issue
|
2022-12-03 15:08:45 +08:00 |
Haojun Liao
|
4a121d40d6
|
fix(query): fix syntax error.
|
2022-12-03 13:47:51 +08:00 |
Shengliang Guan
|
b4cb000634
|
Merge pull request #18659 from taosdata/refact/TD-20127
refact: remove some error codes
|
2022-12-03 13:00:24 +08:00 |
Haojun Liao
|
658cb393a7
|
enh(query): improve the performance and add some todo
|
2022-12-03 12:11:20 +08:00 |
Shengliang Guan
|
d9c261cd13
|
refact: remove some error codes
|
2022-12-03 10:17:02 +08:00 |
Benguang Zhao
|
7eca212756
|
Merge branch '3.0' into FIX/TD-19334-3.0
|
2022-12-03 10:02:59 +08:00 |
dapan1121
|
6cb65fabdc
|
fix: fix stable not exist crash issue
|
2022-12-03 09:43:37 +08:00 |
Alex Duan
|
81dc25819d
|
feat(api): add int64 affect row fix build error
|
2022-12-03 09:42:58 +08:00 |
Shengliang Guan
|
7ba56169a2
|
Merge pull request #18652 from taosdata/fix/liao_cov
refactor: add function for extract the required buffer during query.
|
2022-12-03 09:20:46 +08:00 |
Shengliang Guan
|
2734405a8f
|
Merge branch '3.0' into enh/changeRpcLogLevel
|
2022-12-03 09:19:59 +08:00 |
Benguang Zhao
|
2ce07c6ec1
|
fix: get result of tmsPutToQueue for FpCommitCb
|
2022-12-03 09:05:50 +08:00 |
Benguang Zhao
|
e97c8f637b
|
enh: logging sync log buffer rollback events
|
2022-12-03 09:05:39 +08:00 |
Haojun Liao
|
de0022b473
|
fix(query): fix error in record the created time.
|
2022-12-02 23:38:05 +08:00 |
Alex Duan
|
213b97b79a
|
feat(api): taos_affected_rows64 add and modfiy tmsg.h
|
2022-12-02 23:20:19 +08:00 |
yihaoDeng
|
3d28255dfa
|
change rpc log level
|
2022-12-02 23:19:57 +08:00 |
Haojun Liao
|
5e77b3eca3
|
refactor: add function for extract the required buffer during query.
|
2022-12-02 23:10:03 +08:00 |
Shengliang Guan
|
f3e980de14
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:45:11 +08:00 |
Shengliang Guan
|
524de026a5
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:24:35 +08:00 |
dapan1121
|
94ab465b15
|
Merge pull request #18621 from taosdata/fix/removeInvalidTab
fix: remove invalid table
|
2022-12-02 21:07:43 +08:00 |
dapan1121
|
84eb77e124
|
Merge pull request #18590 from taosdata/szhou/table-count-scan
enhancement: table count scan
|
2022-12-02 21:07:28 +08:00 |
Shengliang Guan
|
6d70f48802
|
Merge pull request #18592 from taosdata/feature/3_liaohj
enh(query): optimize query perf.
|
2022-12-02 21:00:35 +08:00 |
Alex Duan
|
855b0c8cbe
|
feat(api): add int64 affected rows modify tmsg.h struct
|
2022-12-02 20:57:46 +08:00 |
Alex Duan
|
9fb4fa0a7f
|
feat(api): add int64 affected rows modify tmsg.h struct
|
2022-12-02 20:48:39 +08:00 |
dapan1121
|
cafcec2571
|
fix: make vgroup array when needed
|
2022-12-02 20:09:44 +08:00 |
dapan1121
|
b08ee99c4c
|
fix: vgroup array not made in some cases
|
2022-12-02 18:09:38 +08:00 |
Alex Duan
|
878f2a2c19
|
fix(shell): reset dataDispatcher mistake modify
|
2022-12-02 17:01:40 +08:00 |
Shengliang Guan
|
99968ccc4f
|
enh: adjust error code
|
2022-12-02 16:46:43 +08:00 |
Shengliang Guan
|
24ee4b4289
|
Merge branch '3.0' into enh/TD-20891
|
2022-12-02 16:44:46 +08:00 |
Alex Duan
|
39482b24db
|
feat(shell): supported affected rows int64_t
|
2022-12-02 16:42:38 +08:00 |
dapan1121
|
3c1e52eb91
|
fix: fix size_t compile issue
|
2022-12-02 16:40:09 +08:00 |
dapan1121
|
7b18f0a842
|
fix: fix compile issue
|
2022-12-02 16:36:56 +08:00 |
Hongze Cheng
|
e9356fa59d
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-02 16:28:53 +08:00 |
dapan1121
|
6593c835fe
|
Merge pull request #18632 from taosdata/fix/TD-20727
fix: filter memory leak cause of same const strings
|
2022-12-02 16:23:12 +08:00 |
dapan1121
|
76fd76cd1a
|
enh: optimize db vgroup cache and child table meta retrieving
|
2022-12-02 16:22:06 +08:00 |
Shengliang Guan
|
13f36ec20a
|
refact: remove TSDB_CODE_APP_NOT_READY and TSDB_CODE_NODE_NOT_DEPLOYED
|
2022-12-02 16:06:10 +08:00 |
Haojun Liao
|
42a512c39f
|
refactor: do some internal refactor.
|
2022-12-02 15:52:32 +08:00 |
Minglei Jin
|
6cb65f336d
|
Merge branch 'v3.0' into feat/async_commit
|
2022-12-02 14:49:58 +08:00 |
dapan1121
|
051ac7d874
|
Merge remote-tracking branch 'origin/3.0' into enh/insert_multi_table_optimize
|
2022-12-02 14:28:46 +08:00 |