Haojun Liao
|
2d951c1690
|
fix(query):set null for if the queried table is dropped when retrieving the corresponding tags.
|
2023-02-06 22:34:27 +08:00 |
dapan1121
|
ded47e1312
|
Merge remote-tracking branch 'origin' into feat/TS-2502
|
2023-02-06 17:22:18 +08:00 |
Haojun Liao
|
3822225231
|
other: merge main.
|
2023-02-06 16:24:15 +08:00 |
dapan1121
|
eae7fc509f
|
Merge pull request #19763 from taosdata/fix/TD-22074
fix: fix not msg to send
|
2023-02-06 16:22:58 +08:00 |
dapan1121
|
1f3f92c2cf
|
Merge pull request #19777 from taosdata/fix/TD-22145
fix: fix fd limit crash
|
2023-02-06 16:22:02 +08:00 |
dapan1121
|
c4295e1b29
|
Merge pull request #19779 from taosdata/fix/hostShutDown
fix: no resp when host machine shutdown
|
2023-02-06 16:20:39 +08:00 |
dapan1121
|
8ef836202d
|
Merge pull request #19800 from taosdata/fix/tcpThresd
opt: change transport param
|
2023-02-06 16:16:29 +08:00 |
dapan1121
|
955c3f6275
|
Merge pull request #19810 from taosdata/fix/TD-22175
fix: fix return invalid code
|
2023-02-06 16:15:51 +08:00 |
dapan1121
|
ab328a7c1e
|
fix: query res freed when fetch handling drop event
|
2023-02-06 15:26:07 +08:00 |
Haojun Liao
|
c93108bcbc
|
Merge pull request #19811 from taosdata/fix/nodisk
enh(query): add check for limit reach status.
|
2023-02-06 14:32:12 +08:00 |
dapan1121
|
ebbf3af3b1
|
fix: invalid msg order issue
|
2023-02-06 13:46:47 +08:00 |
Haojun Liao
|
24cdf0e758
|
enh(query): add check for limit reach status.
|
2023-02-06 13:40:51 +08:00 |
Xiaoyu Wang
|
5639132708
|
Merge pull request #19804 from taosdata/fix/main_bugfix_wxy
fix: insert syntax error
|
2023-02-06 12:52:52 +08:00 |
yihaoDeng
|
4939f54707
|
fix invalid code
|
2023-02-06 12:15:45 +08:00 |
Xiaoyu Wang
|
2b4adceb93
|
fix: insert syntax error
|
2023-02-06 11:07:51 +08:00 |
Xiaoyu Wang
|
aa12f5022c
|
Merge pull request #19799 from taosdata/FIX/TS-2542-main
fix: request snapshot from maximum of commit vers of tsdb and wal
|
2023-02-06 09:21:51 +08:00 |
dapan1121
|
a2b5162ab9
|
Merge pull request #19753 from taosdata/szhou/fixbugs
fix: show table distributed only works on super table, child table, and normal table
|
2023-02-06 08:52:44 +08:00 |
Xiaoyu Wang
|
115160bbd0
|
fix: insert syntax error
|
2023-02-05 10:11:26 +08:00 |
yihaoDeng
|
b36b34c1bb
|
change transport param
|
2023-02-04 12:56:22 +08:00 |
Haojun Liao
|
8dcd73abf0
|
Merge pull request #19790 from taosdata/fix/nodisk
fix(query): set the correct number of rows when calculating using sma
|
2023-02-04 00:58:59 +08:00 |
dapan1121
|
d286b3c844
|
Merge pull request #19774 from taosdata/fix/TD-22191
fix: add get ip addr result validation
|
2023-02-03 19:01:11 +08:00 |
dapan1121
|
225bf28536
|
Merge pull request #19744 from taosdata/fix/TD-22009
enhance: optimize building table delete skyline performance
|
2023-02-03 19:00:47 +08:00 |
Benguang Zhao
|
e0412d3057
|
fix: request snapshot from maximum of commit vers of tsdb and wal
|
2023-02-03 18:52:59 +08:00 |
Haojun Liao
|
845530e125
|
other: add some logs.
|
2023-02-03 17:33:35 +08:00 |
Haojun Liao
|
f803fa44b5
|
fix(query): set the correct number of rows when calculating using sma for min/max function.
|
2023-02-03 16:50:13 +08:00 |
Xiaoyu Wang
|
9c1b7e8c29
|
Merge pull request #19764 from taosdata/fix/TD-22162
fix(tdb): return success if txn is commited
|
2023-02-03 16:01:26 +08:00 |
dapan1121
|
ef89a31e8f
|
feat: force fill function
|
2023-02-03 15:37:04 +08:00 |
Xiaoyu Wang
|
84f8c7675f
|
Merge pull request #19768 from taosdata/FIX/TD-22121-main
enh: improve logging msgs for sync snapshot repl
|
2023-02-03 15:06:57 +08:00 |
Haojun Liao
|
0030c4b5ee
|
refactor(query): opt perf by remove some functions.
|
2023-02-03 14:24:00 +08:00 |
yihaoDeng
|
e7a72d5a28
|
fix: no resp when host machine shutdown
|
2023-02-03 13:57:26 +08:00 |
yihaoDeng
|
9f62cfd6f3
|
ref log
|
2023-02-03 12:12:58 +08:00 |
yihaoDeng
|
cdf362b588
|
fix: fix fd limit crash
|
2023-02-03 12:08:16 +08:00 |
dapan1121
|
ca16ebc6e7
|
fix: add get ip addr result validation
|
2023-02-03 10:36:47 +08:00 |
Haojun Liao
|
645c45a274
|
refactor(query): opt perf by remove some functions.
|
2023-02-03 10:28:12 +08:00 |
dapan1121
|
120af5da33
|
Merge pull request #19751 from taosdata/fix/TS-2530
fix: interp support filter and scalar calc
|
2023-02-03 09:57:57 +08:00 |
Benguang Zhao
|
561ee87e9d
|
enh: change the level of sync probe logging msg to trace
|
2023-02-03 09:22:00 +08:00 |
Haojun Liao
|
8e73e3090c
|
Merge pull request #19652 from taosdata/fix/liaohj
fix(query): do some internal refactor, and identify a bug.
|
2023-02-02 22:22:55 +08:00 |
yihaoDeng
|
1766e46fca
|
fix compile error
|
2023-02-02 21:46:48 +08:00 |
dapan1121
|
40b745932c
|
fix: scalar expr memory leak issue
|
2023-02-02 19:39:08 +08:00 |
Benguang Zhao
|
b6b0b3439e
|
enh: rename syncNodeOnSnapshotPre to syncNodeOnSnapshotPrep
|
2023-02-02 19:34:32 +08:00 |
dapan1121
|
d5bc02c1e8
|
feat: support force fill
|
2023-02-02 18:03:30 +08:00 |
Minglei Jin
|
6cdfa6d60f
|
fix(tdb): return success if txn is commited
|
2023-02-02 17:51:04 +08:00 |
yihaoDeng
|
615fe4869e
|
fix: fix not msg to send
|
2023-02-02 17:46:58 +08:00 |
Haojun Liao
|
e9490a3235
|
refactor(query): disable tag filter cache by default.
|
2023-02-02 17:38:21 +08:00 |
dapan1121
|
d88f1efeb1
|
feat: support force fill clause
|
2023-02-02 17:16:30 +08:00 |
Haojun Liao
|
aab31f655c
|
fix(query): fix bug in multi-group limit/offset of the merge sort .
|
2023-02-02 16:57:05 +08:00 |
shenglian zhou
|
c4366e4dbc
|
fix: minior, remove blank line
|
2023-02-02 16:34:20 +08:00 |
Haojun Liao
|
ab8c977417
|
other: merge main.
|
2023-02-02 14:00:36 +08:00 |
shenglian zhou
|
3f577c5019
|
fix: show table distributed only works on super table, child table, and normal table
|
2023-02-02 11:57:22 +08:00 |
dapan1121
|
e234dda2de
|
fix: interp support filter and scalar calc
|
2023-02-02 11:44:08 +08:00 |
Xiaoyu Wang
|
7f571b1ebd
|
fix: a time point can be fill
|
2023-02-02 10:59:47 +08:00 |
Haojun Liao
|
3897a91a95
|
refactor: do some internal refactor.
|
2023-02-02 10:17:39 +08:00 |
Haojun Liao
|
6a5ce7d663
|
refactor: opt tag filter perf.
|
2023-02-02 10:11:36 +08:00 |
Xiaoyu Wang
|
e6644d85c8
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-02-02 09:42:45 +08:00 |
Benguang Zhao
|
043fc8d980
|
enh: improve logging msgs for sync snapshot repl
|
2023-02-01 19:26:58 +08:00 |
Minglei Jin
|
df30b51a75
|
fix(stream): use tdb page replacement with stream state
|
2023-02-01 17:59:39 +08:00 |
Xiaoyu Wang
|
e89ce9b8b9
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-02-01 17:14:34 +08:00 |
Xiaoyu Wang
|
f6df973d4d
|
fix: no cache auto create table error
|
2023-02-01 10:15:42 +08:00 |
Xiaoyu Wang
|
0d2d3349a3
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-02-01 09:45:32 +08:00 |
dapan1121
|
c8394cbf6e
|
fix: add get tb from mem time info
|
2023-01-31 16:38:29 +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 |
54liuyao
|
1ce1f8143c
|
fix:process data with incorrect timestamp
|
2023-01-30 13:29:15 +08:00 |
Shengliang Guan
|
98e174606c
|
Merge pull request #19578 from taosdata/FIX/TD-21942-main
enh: trim the last WAL idx file which is not fsynced
|
2023-01-30 09:31:28 +08:00 |
Benguang Zhao
|
bd23a36f86
|
fix: round lastApplyIndex up to beginIndex -1 in syncBeginSnapshot
|
2023-01-29 18:03:09 +08:00 |
Liu Jicong
|
98906bb272
|
remove assert
|
2023-01-29 15:24:31 +08:00 |
Xiaoyu Wang
|
284286cbc4
|
Merge pull request #19621 from taosdata/FIX/TD-21218-main
enh: remove unused old routines in sync
|
2023-01-29 10:56:29 +08:00 |
Xiaoyu Wang
|
16bae8ebe3
|
Merge pull request #19636 from taosdata/FIX/TD-21267-main
fix: not keep wal log vnodeCommit'ed for single replica db
|
2023-01-29 09:02:27 +08:00 |
Hui Li
|
f01deae2f0
|
Merge pull request #19681 from taosdata/fix/wal_ref
fix: wal ref
|
2023-01-28 18:51:30 +08:00 |
Liu Jicong
|
f5c4ca3380
|
fix: wal ref
|
2023-01-28 17:17:55 +08:00 |
Liu Jicong
|
2a71d47668
|
fix: wal ref
|
2023-01-28 16:11:17 +08:00 |
Liu Jicong
|
51866dadbe
|
Merge branch 'fix/task_db' into enh/stream_buffer_param
|
2023-01-28 11:24:46 +08:00 |
Liu Jicong
|
089bc74055
|
Merge branch 'main' into enh/stream_buffer_param
|
2023-01-28 11:24:25 +08:00 |
Xiaoyu Wang
|
8258c68b6d
|
fix: subquery output ignores group id
|
2023-01-28 11:11:37 +08:00 |
Liu Jicong
|
0c6f6d3a42
|
fix: task db
|
2023-01-28 10:59:09 +08:00 |
Xiaoyu Wang
|
beb3de8530
|
fix: limit push down error
|
2023-01-28 10:53:43 +08:00 |
Xiaoyu Wang
|
6d1621c221
|
Merge remote-tracking branch 'origin/fix/main_bugfix_wxy' into fix/liaohj
|
2023-01-28 10:36:23 +08:00 |
Xiaoyu Wang
|
ec1592390a
|
fix: limit push down error
|
2023-01-28 10:35:21 +08:00 |
Xiaoyu Wang
|
83a711c37f
|
merge main
|
2023-01-28 09:24:30 +08:00 |
Haojun Liao
|
c1ffbb5c1c
|
refactor:do some internal refactor.
|
2023-01-23 01:11:04 +08:00 |
Haojun Liao
|
21d57a3624
|
fix(query): check for failure during add new buf pages.
|
2023-01-22 01:45:29 +08:00 |
Haojun Liao
|
a898be4f7d
|
fix(query): set correct total rsp rows.
|
2023-01-20 23:38:31 +08:00 |
Haojun Liao
|
7803104b7e
|
fix(query): do some internal refactor, and identify a bug.
|
2023-01-20 22:50:35 +08:00 |
Haojun Liao
|
41f73b4294
|
Merge branch 'main' into fix/liaohj
|
2023-01-20 22:08:36 +08:00 |
Haojun Liao
|
5950f6fad5
|
Merge branch 'fix/liaohj' of github.com:taosdata/tdengine into fix/liaohj
|
2023-01-20 18:09:51 +08:00 |
Haojun Liao
|
fae4f2c4ed
|
refactor: do some internal refactor.
|
2023-01-20 18:08:34 +08:00 |
Haojun Liao
|
fd5820b052
|
Merge pull request #19643 from taosdata/fix/liaohj
enh: optimize execute plan when 'tail' function is used with 'partition by' clause
|
2023-01-19 18:42:37 +08:00 |
dapan1121
|
d363971675
|
Merge pull request #19638 from taosdata/fix/TS-2404
fix: atexit memory leak issue
|
2023-01-19 10:14:25 +08:00 |
dapan1121
|
2d579cfc16
|
fix: fix compile issue
|
2023-01-18 17:27:27 +08:00 |
dapan1121
|
d130d1a84a
|
fix: atexit memory leak issue
|
2023-01-18 17:13:35 +08:00 |
dapan1121
|
2d42608813
|
Merge pull request #19632 from taosdata/fix/TS-2461
fix: rows number exceeds block capacity issue
|
2023-01-18 16:56:05 +08:00 |
Benguang Zhao
|
1f01ba7cc0
|
fix: not keep wal log vnodeCommit'ed for single replica db
|
2023-01-18 16:34:08 +08:00 |
Haojun Liao
|
c9a1b3ba01
|
fix(query): handle the multi-group limit/offset in table group merge scan/ multiway-merge executor.
|
2023-01-18 16:24:29 +08:00 |
dapan1121
|
17bfb8228a
|
fix: rows number exceeds block capacity issue
|
2023-01-18 15:55:24 +08:00 |
slzhou
|
d9b22b3299
|
fix: add node stopped and get/accquire ctx return node stopped
|
2023-01-18 15:13:16 +08:00 |
Xiaoyu Wang
|
f1d6262630
|
enh: optimize execute plan when 'tail' function is used with 'partition by' clause
|
2023-01-18 12:26:01 +08:00 |
Benguang Zhao
|
e55a76e25a
|
Merge branch main into FIX/TD-21218-main
|
2023-01-18 10:15:16 +08:00 |
Benguang Zhao
|
d611793537
|
enh: remove unused old routines in sync
|
2023-01-18 10:07:16 +08:00 |
dapan1121
|
78d674e9c7
|
Merge pull request #19613 from taosdata/fix/TD-21939
fix: crash caused of wrong task phase issue
|
2023-01-18 09:02:06 +08:00 |
dapan1121
|
487f0c708e
|
Merge pull request #19601 from taosdata/fix/catalogDeadLock
fix: fix vgroup dead lock issue
|
2023-01-18 08:56:49 +08:00 |
dapan1121
|
e70f767647
|
fix: crash caused of wrong task phase issue
|
2023-01-17 17:53:56 +08:00 |
54liuyao
|
e03deeaed8
|
feat:add stream delete mark
|
2023-01-17 16:21:51 +08:00 |
Xiaoyu Wang
|
ac09a05cfa
|
feat: create stream support delete_mark option
|
2023-01-17 15:34:58 +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
|
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 |
Haojun Liao
|
07cf336fa0
|
refactor: add an array list api.
|
2023-01-17 09:43:33 +08:00 |
dapan1121
|
63a23a3562
|
fix: insert into select can't be stopped issue
|
2023-01-17 09:12:51 +08:00 |
Haojun Liao
|
f69e8509c3
|
fix(query): disable some warnings.
|
2023-01-16 19:17:37 +08:00 |
Haojun Liao
|
abc8c0fda1
|
refactor: do some internal refactor.
|
2023-01-16 18:40:44 +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 |
Haojun Liao
|
138d1d26f0
|
refactor: opt hash perf.
|
2023-01-16 17:55:25 +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 |
Haojun Liao
|
e3248d0053
|
refactor: disable warning.
|
2023-01-16 16:02:23 +08:00 |
Benguang Zhao
|
95493432ed
|
enh: trim the last WAL idx file which is not fsynced
|
2023-01-16 14:12:26 +08:00 |
Haojun Liao
|
9f61d3ebab
|
Merge pull request #19559 from taosdata/fix/liaohj
fix(query): use the recycled blocks to reduce the cached buffer.
|
2023-01-16 11:34:38 +08:00 |
slzhou
|
51cdd4af19
|
fix: add stt_trigger to show create database processing
|
2023-01-16 10:28:34 +08:00 |
Xiaoyu Wang
|
9ba8d4f935
|
fix: rollback
|
2023-01-16 09:53:43 +08:00 |
Xiaoyu Wang
|
aa98d1d3fd
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-01-16 09:44:32 +08:00 |
Shengliang Guan
|
dbea8004a9
|
Merge pull request #19555 from taosdata/enh/TD-20047
fix: update epset on dnode info changed
|
2023-01-16 09:40:15 +08:00 |
Haojun Liao
|
82f4db302e
|
refactor: do some internal refactor.
|
2023-01-14 23:17:57 +08:00 |
Haojun Liao
|
9997362cf7
|
fix(query): use the recycled blocks to reduce the cached buffer.
|
2023-01-14 01:12:15 +08:00 |
Shengliang Guan
|
ad8c73645b
|
fix: update epset on dnode info changed
|
2023-01-13 15:26:24 +08:00 |
Haojun Liao
|
eea9d4f21d
|
enh(query): prepare the buffer on the stack, instead of heap.
|
2023-01-13 14:34:15 +08:00 |
dapan1121
|
d864d4d62b
|
Merge pull request #19523 from taosdata/szhou/fixbugs
fix: no stable null group when no normal table
|
2023-01-13 13:28:02 +08:00 |
Shengliang Guan
|
bd531ccfb3
|
Merge pull request #19542 from taosdata/enh/TD-20047
refact: adjust return value of tmsgUpdateDnodeInfo
|
2023-01-13 10:54:10 +08:00 |
Xiaoyu Wang
|
4c8a2caa12
|
fix: stmt memory leak
|
2023-01-12 17:24:04 +08:00 |
Shengliang Guan
|
cd0404bc25
|
refact: adjust return value of tmsgUpdateDnodeInfo
|
2023-01-12 17:08:33 +08:00 |
Xiaoyu Wang
|
4359562e9c
|
fix: stmt memory leak
|
2023-01-12 15:01:19 +08:00 |
Xiaoyu Wang
|
0e061fb53c
|
fix: stmt memory leak
|
2023-01-12 13:57:47 +08:00 |
Xiaoyu Wang
|
7466b5042d
|
fix: stmt memory leak
|
2023-01-12 13:50:31 +08:00 |
Shengliang Guan
|
3973e0512d
|
Merge remote-tracking branch 'origin/main' into fix/TD-21663-2
|
2023-01-12 13:29:35 +08:00 |
Minglei Jin
|
a2e35ce13b
|
streamState/tdb: use NULL for tdbBegin's heap source
|
2023-01-12 11:26:13 +08:00 |
Xiaoyu Wang
|
108863e454
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-01-12 10:06:22 +08:00 |
Benguang Zhao
|
5a4cc36079
|
enh: skip WAL forceSync for single replica vgroup
|
2023-01-12 09:25:55 +08:00 |
Shengliang Guan
|
6af99d7547
|
Merge pull request #19518 from taosdata/FIX/TD-21662-main
enh: fsync each WAL log after appending when wal_level=2 and wal_fsync_period=0
|
2023-01-12 09:09:26 +08:00 |
shenglian zhou
|
50bb847ff9
|
fix: no stable null group when no normal table
|
2023-01-12 09:06:58 +08:00 |
Benguang Zhao
|
97ce96a2fa
|
enh: not fsync idx file in walFsync
|
2023-01-11 19:24:51 +08:00 |
Haojun Liao
|
fc42143c47
|
fix(query): fix error in generated the group results.
|
2023-01-11 18:53:20 +08:00 |
Haojun Liao
|
e9fc109edf
|
enh(query): opt query perf.
|
2023-01-11 18:47:45 +08:00 |
Benguang Zhao
|
871a585a61
|
enh: fsync each WAL log after appending when wal_level=2 and wal_fsync_period=0
|
2023-01-11 18:28:45 +08:00 |
Xiaoyu Wang
|
b9c870b4ce
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-01-11 17:33:33 +08:00 |
Shengliang Guan
|
cff741e4c4
|
fix: coverity issues
|
2023-01-11 16:56:14 +08:00 |
Minglei Jin
|
7b331135cf
|
fix(tdb/ofp): upgrade ofp cell with large key
|
2023-01-11 16:16:05 +08:00 |
Shengliang Guan
|
6fccf849a1
|
Merge pull request #19503 from taosdata/fix/TD-21888
fix(tdb/ofp): upgrade large key ofp case
|
2023-01-11 15:57:47 +08:00 |
Haojun Liao
|
53f27901a5
|
Merge branch 'main' into feature/3_liaohj
|
2023-01-11 15:42:34 +08:00 |
Minglei Jin
|
1872627343
|
fix(tdb/ofp): upgrade large key ofp case
|
2023-01-11 14:53:13 +08:00 |
Xiaoyu Wang
|
5c8931ab31
|
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
|
2023-01-11 13:54:16 +08:00 |
Haojun Liao
|
78f49db0ad
|
other: merge main.
|
2023-01-11 13:31:41 +08:00 |