Commit Graph

11470 Commits

Author SHA1 Message Date
Xiaoyu Wang 932116e4b0 merge refact/submit_req 2022-11-30 10:32:33 +08:00
Hongze Cheng feaea3d12f adjust row api 2022-11-30 10:23:44 +08:00
Xiaoyu Wang b93b7aa550 enh: add table blokc order check 2022-11-30 10:22:43 +08:00
Liu Jicong 89119c6247 Merge branch '3.0' into feature/stream 2022-11-30 09:50:22 +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
Haojun Liao a8703c7fc2 enh(query): optimize the perf. 2022-11-30 00:11:21 +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
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
slzhou 6d86fb5b51 Merge branch 'enh/3.0_planner_optimize' into szhou/table-count-scan 2022-11-29 22:19:36 +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
Hongze Cheng 0129d8ee37 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-29 21:40:14 +08:00
Hongze Cheng 2d804fa48f more code 2022-11-29 21:30:08 +08:00
Minghao Li 8ec0b42456 refactor(sync): modify some trace log to info 2022-11-29 20:04:04 +08:00
Minghao Li f87b9fa7fe refactor(sync): add interface syncSnapshotSending, syncSnapshotRecving 2022-11-29 19:41:03 +08:00
Ganlin Zhao 900fe01f0e fix error 2022-11-29 19:32:51 +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
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
54liuyao 0b91b5b2b3 fix:calculate the correct deletion range 2022-11-29 17:24:52 +08:00
Benguang Zhao 4f37947e42 fix: minimum commitTerm as 0 in syncLogBufferInit 2022-11-29 17:15:48 +08:00
wangmm0220 c79c2a19c4 fix: conflicts 2022-11-29 17:05:53 +08:00
Xiaoyu Wang f3681433c6 fix: stream plan error 2022-11-29 16:43:12 +08:00
Shengliang Guan a7cd465a6a
Merge pull request #18544 from taosdata/feature/3.0_mhli
refactor(sync): add trace log for elect count, become leader count, c…
2022-11-29 16:28:29 +08:00
dapan1121 8ee170bef1 enh: add retry for vnode closed case 2022-11-29 16:17:05 +08:00
Minglei Jin 0b1cd9f824 tdb/journal: rollback & restore multiple journal files 2022-11-29 16:00:51 +08:00
Xiaoyu Wang cce1a34ada enh: insert row format 2022-11-29 15:57:12 +08:00
Xiaoyu Wang 37b65c16c8 enh: ins_tables count optimize 2022-11-29 14:59:48 +08:00
Minghao Li 198e18c348 refactor(sync): add trace log for cache hit, cache miss 2022-11-29 14:58:47 +08:00
Minghao Li ebe1103964 refactor(sync): add trace log for elect count, become leader count, config change count 2022-11-29 14:39:42 +08:00
Xiaoyu Wang 049c672411 fix: planner error 2022-11-29 14:21:45 +08:00
Hongze Cheng 3e2f79807f Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-29 13:35:04 +08:00
Xiaoyu Wang 555f2cb981 merge 3.0 2022-11-29 13:16:54 +08:00
Haojun Liao dac930352b enh(query): optimize the perf in compare. 2022-11-29 12:22:04 +08:00
Shengliang Guan 873c75ef57
Merge pull request #18528 from taosdata/fix/TD-20643
fix: alter db pages memory leak
2022-11-29 12:19:41 +08:00
dapan1121 d3bf2c3abb
Merge pull request #18527 from taosdata/fix/TD-20667-3.0
fix(query): memory leak with pPageIdList on sort
2022-11-29 12:08:41 +08:00
wangmm0220 b5e4b05752 fix:[TS-2057] add interface with ttl in schemaless 2022-11-29 11:52:40 +08:00
yihaoDeng 5425d67c9a add timestamp to msg head 2022-11-29 11:40:58 +08:00
Haojun Liao 63d5fd4ef2 Merge branch '3.0' into feature/3_liaohj 2022-11-29 11:39:14 +08:00
Haojun Liao a1585f16f1 ehn(query): improve the merge sort performance. 2022-11-29 11:06:20 +08:00
Minglei Jin 629c87685f fix/txnId: wrap around INT64_MAX 2022-11-29 11:04:47 +08:00
Haojun Liao 797af5373d enh(query): improve the multi-way merge performance. 2022-11-29 10:59:40 +08:00
Shengliang Guan 981eeee1b4 Merge remote-tracking branch 'origin/3.0' into fix/TD-20643 2022-11-29 10:56:52 +08:00
Minglei Jin 7902b7aaac fix/tdb: remove UAF preped 2022-11-29 10:46:04 +08:00
yihaoDeng d463f05b3f change paramter 2022-11-29 10:28:32 +08:00
Minglei Jin e090cd9dd9 tdb/pager: move journal to txn 2022-11-29 10:18:12 +08:00
yihaoDeng 65aa86edec change paramter 2022-11-29 10:11:34 +08:00
Hongze Cheng 7c10f0bb00 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-29 09:35:54 +08:00
Shengliang Guan 99c00acf9f
Merge pull request #18502 from taosdata/enh/changeParamter2
enh: adjust para
2022-11-29 09:22:13 +08:00
Xiaoyu Wang 562c8c99ff
Merge pull request #18531 from taosdata/refact/submit_req_wxy
enh: insert row format
2022-11-29 08:57:33 +08:00
Xiaoyu Wang addba6aadc enh: insert row format 2022-11-29 08:56:45 +08:00
dapan1121 cc36796f64
Merge pull request #18524 from taosdata/fix/TD-18639
enh: support multiple query groups in exchange operator
2022-11-29 08:45:47 +08:00
Ganlin Zhao daeeacb450 fix compilation error 2022-11-28 23:54:42 +08:00
Ganlin Zhao 682b3b60ef Merge branch '3.0' into fix/TS-2149 2022-11-28 23:42:16 +08:00
Ganlin Zhao 0597511460 fix scalar error 2022-11-28 22:54:27 +08:00
Ganlin Zhao 8c90a98e2d fix last_row 2022-11-28 22:25:17 +08:00
Hongze Cheng 3894856918 fix: alter db pages memory leak 2022-11-28 22:23:01 +08:00
yihaoDeng 91b09893bf change paramter 2022-11-28 22:16:00 +08:00
yihaoDeng f5db4a8b40 change paramter 2022-11-28 22:08:21 +08:00
Ganlin Zhao f81ce17df4 fix first last 2022-11-28 22:06:02 +08:00
Alex Duan 0b3f21bef7 fix(query): memory leak with pPageIdList on sort1 2022-11-28 21:51:43 +08:00
Alex Duan 48f4d26acd fix(query): memory leak with pPageIdList on sort1 2022-11-28 21:49:29 +08:00
Alex Duan cab48ced20 fix(query): memory leak with pPageIdList on sort 2022-11-28 21:40:46 +08:00
Shengliang Guan 0f968838e4
Merge pull request #18519 from taosdata/fix/TD-20673
fix: [ASAN] stack buffer overflow
2022-11-28 21:32:55 +08:00
Shengliang Guan b56b9414a3
Merge pull request #18516 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-11-28 20:56:33 +08:00
yihaoDeng bc577f0855 Merge branch 'enh/changeParamter2' of https://github.com/taosdata/TDengine into ch 2022-11-28 20:44:45 +08:00
yihaoDeng 3727cedeb3 change paramter 2022-11-28 20:43:33 +08:00
Haojun Liao 5a3e4dc1c8 fix(query): set correct null check function. 2022-11-28 19:48:04 +08:00
gccgdb1234 6e7e02c3cd fix compile 2022-11-28 19:13:11 +08:00
Haojun Liao b53957c7bb fix(query): set correct ptr. 2022-11-28 18:57:36 +08:00
Haojun Liao b2b26f0c3c refactor: add an revised function to do compare. 2022-11-28 18:52:14 +08:00
dapan1121 65adb259ff enh: support multiple groups in exchange operator 2022-11-28 18:44:59 +08:00
Haojun Liao 90c1e7347f refactor: do some internal refactor. 2022-11-28 18:42:39 +08:00
Minghao Li ab40b8190f fix(sync): fix asan error, TD-20801 2022-11-28 18:21:46 +08:00
Ganlin Zhao bab891eef7 fix coverity scan issue CID:402965 2022-11-28 18:14:47 +08:00
Ganlin Zhao f3d790c090 Merge branch '3.0' into fix/TD-20673 2022-11-28 18:08:24 +08:00
Ganlin Zhao 99604f8010 fix: [ASAN] stack buffer overflow 2022-11-28 18:06:34 +08:00
gccgdb1234 25889595d8 fix compile 2022-11-28 18:01:15 +08:00
gccgdb1234 2bb59df74b fix compile 2022-11-28 17:47:49 +08:00
Hongze Cheng c3bb58bf27 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-28 17:45:17 +08:00
Minglei Jin a780305e10 tdb/begin: use txn id in mem 2022-11-28 17:36:33 +08:00
Minglei Jin 50318f6f96 tdb/pager: use tdb pwrite page to db instead of write 2022-11-28 17:33:11 +08:00
Minglei Jin 7a7d7f7d00 tdb/write: new tdbPWriteFile api for commit and prep async to maindb 2022-11-28 17:31:11 +08:00
Shengliang Guan 1f77b78de7
Merge pull request #18515 from taosdata/feature/stream
fix(stream): fill combine with subtable
2022-11-28 16:46:16 +08:00
Shengliang Guan 5259aa1398
Merge pull request #18508 from taosdata/fix/3.0_bugfix_wxy
fix: select null error
2022-11-28 16:45:56 +08:00
Hongze Cheng f812957d3a Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-28 16:35:28 +08:00
Minglei Jin 2c771153ef fix(streamState): use new txn related api 2022-11-28 16:27:20 +08:00
Minglei Jin 506554b5d2 Merge branch 'v3.0' into fix/tdb-async-commit 2022-11-28 16:20:48 +08:00
Haojun Liao 3878af10c9 refactor: do some internal refactor. 2022-11-28 16:13:18 +08:00
Shengliang Guan fc87007086
Merge pull request #18509 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-11-28 15:58:12 +08:00
Liu Jicong 95e4a4812e fix(stream): fill combine with subtable 2022-11-28 15:04:35 +08:00
Minglei Jin 7bb27e29b7 fix(tdb/flush): make drop two-child rbtree node works 2022-11-28 14:38:12 +08:00
Haojun Liao e802fb47ad fix(query): update the copy function. 2022-11-28 14:36:55 +08:00
Benguang Zhao dc2dcea3de Merge branch 3.0 to FIX/TD-19334-3.0 2022-11-28 14:27:10 +08:00
Benguang Zhao 5f4fb90f69 enh: reduce retryBackoff if first timeMs less than last one for half the current retryWaitMs 2022-11-28 13:47:07 +08:00
Haojun Liao 6e81e8cc73 refactor: do some internal refactor. 2022-11-28 12:32:40 +08:00
Xiaoyu Wang f34e166f49 fix: select null error 2022-11-28 11:22:11 +08:00
wangmm0220 60ee8db228 fix:add log for sml 2022-11-28 11:19:56 +08:00
slzhou b289adce9b fix: save work 2022-11-28 11:12:06 +08:00
yihaoDeng 0611ecbe31 change paramter 2022-11-28 10:53:27 +08:00
Xiaoyu Wang 7e10ec1791 enh: replace row format 2022-11-28 10:43:55 +08:00
yihaoDeng f3c1eb829e refactor retry 2022-11-28 10:10:11 +08:00
Hongze Cheng 99a559ad59 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-28 09:44:09 +08:00
Ganlin Zhao 8fba0b631c Merge branch '3.0' into fix/TS-2149 2022-11-28 01:02:57 +08:00
Haojun Liao d8da10f2bb refactor: do some internal refactor. 2022-11-28 00:51:18 +08:00
Ganlin Zhao ab86b6ba47 fix hyperloglog bugs 2022-11-28 00:30:39 +08:00
Haojun Liao 87d9836a75 refactor: do some internal refactor. 2022-11-28 00:28:29 +08:00
Haojun Liao b0ee829db2 refactor: do some internal refactor. 2022-11-28 00:27:49 +08:00
Xiaoyu Wang faf156105d enh: replace row format 2022-11-28 00:08:41 +08:00
Shengliang Guan e6aed5195d
Merge pull request #18468 from taosdata/feature/3_liaohj
refactor: improve the perf in query
2022-11-27 23:10:00 +08:00
Xiaoyu Wang 0c137f3a79 merge refact/submit_req 2022-11-27 23:07:47 +08:00
yihaoDeng aff649deb7 adjust parameer 2022-11-27 23:00:32 +08:00
Ganlin Zhao c019645193 fix bugs 2022-11-27 20:38:39 +08:00
Haojun Liao 1e8dcacea6 fix(query): set null for inf and nan value. 2022-11-27 18:25:20 +08:00
Xiaoyu Wang 948502be25 enh: replace row format 2022-11-27 17:09:02 +08:00
Ganlin Zhao 294af08f7a fix(query): handle countAlwaysReturnValue behavior
when input data is empty
2022-11-27 16:04:36 +08:00
Haojun Liao e29e477b0c fix(query): update api to avoid deadlock. 2022-11-27 15:46:31 +08:00
Haojun Liao 203ea1f9c8 fix(query): fix error 2022-11-27 14:57:44 +08:00
slzhou b5b6fff68b feature: save work 2022-11-27 13:50:36 +08:00
Hongze Cheng 0fdf4193e0 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-27 11:22:21 +08:00
Haojun Liao 31c2aa89ef fix(query): do some internal refactor. 2022-11-27 01:59:49 +08:00
Shengliang Guan 58a0ea253e
Revert "enh: add debug info" 2022-11-27 00:44:12 +08:00
slzhou 2cccfe2be4 feature: save work 2022-11-26 23:03:12 +08:00
Benguang Zhao 4edef438ea enh: transfer ownership of msgs while committing sync log entries 2022-11-26 21:57:23 +08:00
Haojun Liao 0948216ca9 fix(query): fix dead lock. 2022-11-26 21:13:34 +08:00
Benguang Zhao a01f34fd83 fix: clear sync log buffer in syncLogBufferDestroy 2022-11-26 16:20:23 +08:00
Shengliang Guan fdcdba625b
Merge pull request #18472 from taosdata/feature/3.0_mhli
refactor(sync): optimized heartbeat timer
2022-11-26 15:45:03 +08:00
Shengliang Guan 38aa1a2f28
Merge pull request #18452 from taosdata/enh/TD-20719
enh: add debug info
2022-11-26 15:44:41 +08:00
Haojun Liao 9997ff9ada fix(query): fix one typo 2022-11-26 15:33:53 +08:00
Haojun Liao 965ee9a6c8 fix(query): keep block order in exchange operator. 2022-11-26 15:32:36 +08:00
Benguang Zhao 012bcf1a5d enh: adjust logging levels in syncLogBufferAccept, e.g. sInfo to sWarn 2022-11-26 14:27:06 +08:00
Benguang Zhao 082428acab enh: reduce the number of probing msgs under stress in recovery mode 2022-11-26 13:18:52 +08:00
Haojun Liao 257137e55e fix(query): fix memory leak. 2022-11-26 12:15:49 +08:00
Shengliang Guan b6dbc462c8 fix: compile error 2022-11-26 11:56:13 +08:00
Shengliang Guan 9026a46c6f fix: compile error 2022-11-26 11:54:38 +08:00
Shengliang Guan 35eb754e4a Merge remote-tracking branch 'origin/3.0' into feature/3.0_mhli 2022-11-26 11:52:22 +08:00
Shengliang Guan a98b8f9397
Merge pull request #18467 from taosdata/fix/TD-20050_2
refactor: adjust syncLogHeartbeat
2022-11-26 11:22:19 +08:00
Minghao Li 4a25963732 refactor(sync): optimized heartbeat timer 2022-11-26 10:46:57 +08:00
Shengliang Guan 8a210c46cc Merge remote-tracking branch 'origin/fix/TD-20677' into fix/TD-20050_2 2022-11-26 09:49:32 +08:00
Shengliang Guan ccc2407fe6
Merge pull request #18459 from taosdata/feature/stream
enh(stream): new api for stream queue
2022-11-26 09:26:01 +08:00
Shengliang Guan 7eb5ac340b
Merge pull request #18464 from taosdata/fix/liao_cov
fix(query): check the error code, if the downstream is an exchange operator.
2022-11-26 09:24:30 +08:00
Haojun Liao 0015e65f5b fix(query): remove invalid free 2022-11-26 02:13:46 +08:00
Haojun Liao 802ca0f607 fix(query): fix memory leak. 2022-11-26 00:58:29 +08:00
Benguang Zhao 736a1cc017 enh: adjust some info msgs for raft pipelining 2022-11-26 00:37:20 +08:00
Shengliang Guan c890469513 fix: compile error 2022-11-25 23:33:34 +08:00
Benguang Zhao b63afcd52f enh: reset sync log repl mgr on snapshot ending 2022-11-25 23:32:32 +08:00
Haojun Liao f9d1726c89 fix(query): fix error in ut. 2022-11-25 23:27:36 +08:00
Haojun Liao 86fda9f3da fix(query): fix error in windows and darwin system. 2022-11-25 23:06:32 +08:00
slzhou c2a7404b42 save work in case it losts 2022-11-25 23:00:14 +08:00
Haojun Liao 7fe4cf7bbe
Merge branch '3.0' into feature/3_liaohj 2022-11-25 22:24:59 +08:00
Shengliang Guan bf0da3cd1e
Merge pull request #18453 from taosdata/fix/TD-20318
test: add asan case
2022-11-25 22:21:52 +08:00
Shengliang Guan 4ebf4326db
Merge pull request #18438 from taosdata/fix/TD-20644
fix:  fix mem leak
2022-11-25 22:19:04 +08:00
Shengliang Guan 15d2da13b8 refactor: adjust syncLog 2022-11-25 22:16:15 +08:00
Shengliang Guan a880f22bc6 refactor: adjust syncLog 2022-11-25 22:13:39 +08:00
Shengliang Guan 39ddf9faf8 refactor: adjust syncLogHeartbeat 2022-11-25 21:55:37 +08:00
Benguang Zhao 143a2e8552 feat: start snapshot replication to rollback in recovery mode 2022-11-25 21:22:49 +08:00
Shengliang Guan 5035e5e953
Merge pull request #18463 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
2022-11-25 21:07:11 +08:00
yihaoDeng 1fc8f273bf fix TD-20751 mem leak 2022-11-25 19:50:57 +08:00
dapan1121 5cce33b45b
Merge pull request #18458 from taosdata/fix/TD-20654-3.0
fix: asan problems for rsma
2022-11-25 19:49:51 +08:00
dapan1121 1045967d05
Merge pull request #18456 from taosdata/fix/TD-20682
fix:support scalar function with fill
2022-11-25 19:49:04 +08:00
yihaoDeng ef8c68a098 fix TD-20751 mem leak 2022-11-25 19:38:06 +08:00
Haojun Liao ead69f7779 refactor: do some internal refactor. 2022-11-25 18:22:09 +08:00
Minghao Li 93efefcbfc refactor(sync): add trace log 2022-11-25 18:19:25 +08:00
Haojun Liao 46e1438c2a fix(query): check the error code, if the downstream is an exchange operator. 2022-11-25 18:16:27 +08:00
Liu Jicong 48894c8bdb enh(stream): new api for stream queue 2022-11-25 18:03:40 +08:00
kailixu a70583c4af fix: asan problems for rsma 2022-11-25 16:15:15 +08:00
dapan1121 7b719d5e51
Merge pull request #18455 from taosdata/fix/TD-20671
fix: duplicated explain response issue
2022-11-25 16:11:49 +08:00
yihaoDeng c757b26d15 fix mem leak 2022-11-25 15:45:21 +08:00
Ganlin Zhao 6bcb172f4a Merge branch 'fix/TD-20318' of github.com:taosdata/TDengine into fix/TD-20318 2022-11-25 15:30:48 +08:00
Ganlin Zhao f122d98bb4 fix: [ASAN] null pointer issue in builtinsimpl.c 2022-11-25 15:29:52 +08:00
yihaoDeng 763b8e9cf2 Merge branch 'dv' into ml 2022-11-25 15:04:06 +08:00
54liuyao 4108d8f898 fix:support scalar function with fill 2022-11-25 14:59:11 +08:00
yihaoDeng 55af567ccc change code 2022-11-25 14:47:06 +08:00
yihaoDeng 3fd6de0c53 change code 2022-11-25 14:20:30 +08:00
dapan1121 2774799d9a fix: duplicated explain response issue 2022-11-25 13:59:13 +08:00
dapan1121 6a1ec6946c
Merge pull request #18398 from taosdata/fix/TS-2139
fix: query failed issue caused of db dropped
2022-11-25 13:39:00 +08:00
Shengliang Guan 397a92ee56
Merge pull request #18450 from taosdata/fix/liao_cov
fix(query): check for null ptr before extracting info
2022-11-25 13:36:37 +08:00
yihaoDeng 44a33ffad0 add debug info 2022-11-25 13:17:09 +08:00
Benguang Zhao 68f8ebac9d Merge branch 3.0 to FIX/TD-19334-3.0 2022-11-25 13:10:06 +08:00
Shengliang Guan 6150b6ede7
Merge pull request #18442 from taosdata/fix/TD-20643-alter-larger
fix(tdb/pcache): type nPages as nPage
2022-11-25 12:19:19 +08:00
yihaoDeng 06af61d975 add debug info 2022-11-25 12:03:08 +08:00
Haojun Liao b39153101a fix(query): check for null ptr before extract sort execution information. 2022-11-25 11:42:38 +08:00
Haojun Liao 969331c49e refactor: do some internal refactor. 2022-11-25 11:14:17 +08:00
Benguang Zhao d5ae1ca18a enh: make the range span of unconfirmed logs sent less than half of the size of log ring buffer 2022-11-25 10:37:56 +08:00
Shengliang Guan 96df0cdd0d
Merge pull request #18439 from taosdata/fix/TD-20651
fix: fix invalid packet
2022-11-24 23:56:30 +08:00
Shengliang Guan e72bb558c9
Merge pull request #18434 from taosdata/fix/TD-20647
fix(tdb): zero pOlds[i]'s nOverflow and assert it's zero when committing
2022-11-24 23:54:47 +08:00
Haojun Liao f4f2774100 refactor: do some internal refactor. 2022-11-24 23:23:05 +08:00
Minglei Jin f5f385486d fix(tdb/pcache): typo pCache->nPages as pCache->nPage 2022-11-24 21:42:09 +08:00
dapan1121 c72a586893
Merge pull request #18435 from taosdata/fix/TD-20524
fix: auto creating table failed issue when table already exists
2022-11-24 21:29:32 +08:00
yihaoDeng d320a4dafc fix invalid packet 2022-11-24 21:16:08 +08:00
yihaoDeng 44eaa27989 fix invalid packet 2022-11-24 20:54:34 +08:00
yihaoDeng 0d3bc9bf37 remove log 2022-11-24 19:37:40 +08:00
yihaoDeng f32fc06cdb fix mem leak 2022-11-24 19:32:39 +08:00
Benguang Zhao ff286e1f1c enh: spool commit sync barrier as info in syncLogBufferCommit 2022-11-24 18:37:31 +08:00
dapan1121 ad5e85296f fix: auto creating table failed issue when table already exists 2022-11-24 18:35:03 +08:00
yihaoDeng 5e5cbea183 fix mem leak 2022-11-24 18:18:30 +08:00
Shengliang Guan bb052b81dd
Merge pull request #18431 from taosdata/fix/sync
fix(sync): if msg commit, put it into apply-queue, do not care return code
2022-11-24 18:15:22 +08:00
Minglei Jin 1a2983c067 fix(tdb): zero pOlds[i]'s nOverflow and assert it's zero when committing 2022-11-24 18:07:06 +08:00
Haojun Liao e5e817ae55 other: merge 3.0 2022-11-24 17:24:24 +08:00
Haojun Liao 8dd780b486 other: merge 3.0 2022-11-24 17:17:53 +08:00
Haojun Liao f745dec5ec other: merge 3.0 2022-11-24 17:17:22 +08:00
Haojun Liao 9a208b2d09 other: merge 3.0 2022-11-24 17:08:15 +08:00
Haojun Liao 89341bc303 enh(query): support simd in min/max query. 2022-11-24 17:01:37 +08:00
Haojun Liao 0ed2c923ad enh(query): support simd in min/max query. 2022-11-24 17:01:00 +08:00
Benguang Zhao 6729c130f8 fix: leave some free space in log buffer during syncLogBufferInit 2022-11-24 16:56:18 +08:00
Minghao Li 9f38bfeb2c refactor(sync): modify info log to trace log 2022-11-24 16:50:58 +08:00
Shengliang Guan 130d6e3b6c
Merge pull request #18419 from taosdata/fix/TD-20664
fix:Explicit null dereferenced
2022-11-24 16:50:16 +08:00
Minghao Li 7fba711d40 refactor(sync): add info log 2022-11-24 16:03:43 +08:00
Benguang Zhao 22d64b9c0b fix: remove syncNodeReplicateOne from syncNodeOnSnapshotReply 2022-11-24 15:55:31 +08:00
Xiaoyu Wang 5956d8f4fd enh: group by tbname optimize 2022-11-24 15:38:48 +08:00
Xiaoyu Wang 61a634e8c2 Merge branch 'fix/3.0_bugfix_wxy' of github.com:taosdata/TDengine into fix/3.0_bugfix_wxy 2022-11-24 15:17:01 +08:00
Xiaoyu Wang 70164f9f20 enh: group by tbname optimize 2022-11-24 15:16:38 +08:00
Haojun Liao 1e22adeabc fix(query): set correct data source flag. 2022-11-24 15:11:24 +08:00
Haojun Liao d71439260f refactor(query): add simd support for minmax query. 2022-11-24 15:01:25 +08:00
dapan1121 ac9da616f5 Merge remote-tracking branch 'origin/3.0' into fix/TS-2139 2022-11-24 14:51:54 +08:00
54liuyao e0e663c6fa fix:Explicit null dereferenced 2022-11-24 14:51:15 +08:00
Xiaoyu Wang 59ea486b94 Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-11-24 14:22:17 +08:00
Shengliang Guan 631dc756b1
Merge pull request #18426 from taosdata/fix/liao_cov
fix(query): fix error in seq fetch data block.
2022-11-24 13:44:07 +08:00
Shengliang Guan c02d71f3a8
Merge pull request #18424 from taosdata/feature/3.0_mhli
refactor(sync): add timestamp trace log when elect and heartbeat
2022-11-24 13:34:19 +08:00
Haojun Liao 5d5538a12c fix(query): fix error in seq fetch data block. 2022-11-24 12:36:14 +08:00
Minghao Li 862a51e6ee refactor(sync): add timestamp trace log when elect and heartbeat 2022-11-24 12:03:05 +08:00
Shengliang Guan 7d91f3565d
Merge pull request #18395 from taosdata/fix/liao_cov
refactor: enable continue query when the buffer of sink node is empty
2022-11-24 11:47:07 +08:00
Benguang Zhao 2e640e8e68 feat: start snapshot in recovery mode of sync repl mgr with lastMatchTerm in reply msg 2022-11-24 11:01:26 +08:00
Xiaoyu Wang 7a88018b2a enh: group by tbname optimize 2022-11-24 10:43:54 +08:00
Haojun Liao b460974f43 fix(query): fix syntax error. 2022-11-24 10:32:31 +08:00
54liuyao b27faba7ef fix:initialize maxts 2022-11-24 10:29:01 +08:00
yihaoDeng febe918d36 add debug info 2022-11-24 10:28:38 +08:00
Hongze Cheng da0c5d8e09 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-24 10:18:45 +08:00
Shengliang Guan 335a572d86
Revert "Revert "enh: row optimize2"" 2022-11-24 10:12:25 +08:00
Shengliang Guan e590b6201b
Merge pull request #18415 from taosdata/revert-18396-enh/row_optimize2
Revert "enh: row optimize2"
2022-11-24 10:10:56 +08:00
Shengliang Guan d20707119a
Merge pull request #18414 from taosdata/feature/3.0_mhli
fix(sync): use local timestamp
2022-11-24 09:59:22 +08:00
Hongze Cheng 91a5f8958f Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-11-24 09:23:45 +08:00
Hongze Cheng ffbb04d40a
Revert "enh: row optimize2" 2022-11-24 09:21:26 +08:00
Minghao Li f9bf35c2f5 fix(sync): use local timestamp 2022-11-24 09:00:57 +08:00
Shengliang Guan 7f4a14fbb7
Merge pull request #18369 from taosdata/szhou/fixbugs
fix: build data from mem/imem first when large nchar column incur …eBlockShouldLoad since SDataBlockToLoadInfo.moreThanCapacity
2022-11-24 08:24:41 +08:00
Shengliang Guan f13d3155d9
Merge pull request #18411 from taosdata/fix/TD-20607
fix: [ASAN] heap buffer overflow in sclfunc.c
2022-11-24 08:19:07 +08:00
Shengliang Guan 962aa4aff4
Merge pull request #18383 from taosdata/feature/stream
fix(stream): memory leak
2022-11-24 08:17:40 +08:00
Liu Jicong a02919495b fix(stream): set tbname for parition 2022-11-24 03:59:50 +08:00
Shengliang Guan ba62164767
Merge pull request #18396 from taosdata/enh/row_optimize2
enh: row optimize2
2022-11-24 00:30:48 +08:00
Shengliang Guan de4ef96af3
Merge pull request #18404 from taosdata/fix/exchangeHangIssue
fix: fix exchange operator hang issue
2022-11-24 00:30:25 +08:00
Shengliang Guan db672f50e3
Merge pull request #18389 from taosdata/fix/TS-2145
enh: add stmt tag length validation
2022-11-24 00:30:05 +08:00
Shengliang Guan dbf270a0c4
Merge pull request #18403 from taosdata/feature/3.0_mhli
refactor(sync): can not propose when heartbeat timeout
2022-11-23 22:57:08 +08:00
Ganlin Zhao dff0b3c4bb fix: [ASAN] heap buffer overflow in sclfunc.c 2022-11-23 22:43:11 +08:00
Haojun Liao 611ab8b394 refactor: make sure the memory is aligned to 32 bytes. 2022-11-23 21:52:51 +08:00
yihaoDeng be410b9903 add debug info 2022-11-23 21:33:11 +08:00