Commit Graph

47304 Commits

Author SHA1 Message Date
Liu Jicong b147ba2812 fix: handle insufficient resource 2023-02-14 16:18:40 +08:00
Haojun Liao 78e67995cc
Merge pull request #19966 from taosdata/fix/nodisk
fix(query): check validation of suid
2023-02-14 16:14:43 +08:00
Xiaoyu Wang 9fb5c8f3a1
Merge pull request #19961 from taosdata/fix/TD-22432
fix(tsdb/cache): invalidate cache entry if schema changed
2023-02-14 14:53:02 +08:00
Haojun Liao a1eafe88ac fix(query): fix some errors. 2023-02-14 14:48:33 +08:00
Ganlin Zhao 10e01c0512 add test cases 2023-02-14 14:25:03 +08:00
dapan1121 e010d35839 fix: remove code 2023-02-14 14:12:17 +08:00
Xiaoyu Wang b929041e96
Merge pull request #19968 from taosdata/fix/TD-22393
fix(vnd): zero meta in vnode when closing
2023-02-14 14:06:34 +08:00
Haojun Liao 451b3628d5
Merge pull request #19965 from taosdata/fix/TD-22354
fix:number of ssdatablock rows exceeds the capacity
2023-02-14 13:49:31 +08:00
dapan1121 b9918b0eda fix: add alter dnode configuration validdation 2023-02-14 13:49:07 +08:00
Xiaoyu Wang 8ab3835a82
Merge pull request #19952 from taosdata/FIX/TD-22348-main
fix: set SYNC_VNODE_LOG_RETENTION as TSDB_SYNC_LOG_BUFFER_RETENTION + 1
2023-02-14 13:41:24 +08:00
Haojun Liao e6b0560d47 test(query): update the sim. 2023-02-14 11:55:21 +08:00
dapan1121 83dda59d62
Merge pull request #19957 from taosdata/fix/fixTransOpt
fix: change socket opt
2023-02-14 11:17:25 +08:00
Minglei Jin ea81fc0b30 fix(vnd): zero meta in vnode when closing 2023-02-14 10:56:00 +08:00
Haojun Liao 6fffc71785 fix(query): check validation of suid, 2023-02-14 10:41:17 +08:00
54liuyao 3f38d56c0d fix:number of ssdatablock rows exceeds the capacity 2023-02-14 10:40:16 +08:00
Ganlin Zhao 606993dc1d fix: restrict interp query on stable for now 2023-02-14 10:22:09 +08:00
Minglei Jin 8ec5df8d7d fix(tsdb/cache): Not free zero length var data 2023-02-14 10:20:55 +08:00
Haojun Liao 61a7751b57 fix(query): fix bug in tIntToHex and add test case. 2023-02-14 10:12:13 +08:00
Xiaoyu Wang fcd1732514
Merge pull request #19953 from taosdata/fix/main_bugfix_wxy
fix: query compatible with lower version messages
2023-02-14 09:36:40 +08:00
Haojun Liao 4e11adebe4
Merge pull request #19960 from taosdata/fix/nodisk
fix(query): 1. reset the pointer, when initialize the reader failed. …
2023-02-14 09:30:42 +08:00
dapan1121 208706d947
Merge pull request #19880 from taosdata/fix/TS-2547
fix: invalid msg order issue
2023-02-14 09:11:20 +08:00
Haojun Liao fab32ae930 fix(query): fix bug in "tbname in" query. 2023-02-13 23:19:09 +08:00
Minglei Jin ee9c59dc77 fix(tsdb/cache): invalidate cache entry if schema changed 2023-02-13 19:30:48 +08:00
Haojun Liao c1e7b3be66 fix(query): 1. reset the pointer, when initialize the reader failed. 2. add check for null pointer when extracting cached rows. 2023-02-13 19:10:31 +08:00
Haojun Liao a4c66dd6bb
Merge pull request #19949 from taosdata/fix/TS-2538
fix:crash at generate session scan range
2023-02-13 19:05:33 +08:00
Benguang Zhao 99bfc95d54 fix: synchronize access to raftStore 2023-02-13 19:00:10 +08:00
Haojun Liao c9ce01c878 Merge branch 'main' into feature/3_liaohj 2023-02-13 17:09:27 +08:00
yihaoDeng 1aee609d36 fix: change socket opt 2023-02-13 16:46:42 +08:00
Haojun Liao c597a1e4ce refactor: do some internal refactor. 2023-02-13 15:46:47 +08:00
Xiaoyu Wang de92def988 fix: query compatible with lower version messages 2023-02-13 15:25:00 +08:00
Benguang Zhao 767080922a fix: set SYNC_VNODE_LOG_RETENTION as TSDB_SYNC_LOG_BUFFER_RETENTION + 1 2023-02-13 14:16:19 +08:00
Haojun Liao 13362841fe
Merge pull request #19946 from taosdata/fix/nodisk
fix(query): add kill check for cache scan operator.
2023-02-13 13:37:00 +08:00
54liuyao 31a75f837b fix:crash at generate session scan range 2023-02-13 13:33:38 +08:00
Haojun Liao 2de465b64c
Merge pull request #19947 from taosdata/enh/stream_buffer_param1
Enh/stream buffer param1
2023-02-13 13:27:42 +08:00
dapan1121 df4967614f
Merge pull request #19906 from taosdata/fix/TS-2612
fix(query): fix max/min result inconsistent using with first or last plus interval time window query
2023-02-13 10:57:24 +08:00
Liu Jicong 7a4c8f30db reset default cfg 2023-02-13 10:54:13 +08:00
Haojun Liao b37bf56794 fix(query): add kill check for table merge scan. 2023-02-13 10:12:13 +08:00
Haojun Liao 08126ccde1 fix(query): add kill check for cache scan operator. 2023-02-13 10:07:56 +08:00
Haojun Liao 27a53a0c64 fix(query): set the correct table iter. 2023-02-13 10:05:26 +08:00
Liu Jicong 0cd6bd3d86 Merge branch 'main' into enh/stream_buffer_param 2023-02-13 09:48:02 +08:00
Liu Jicong 1114fef337 add cfg 2023-02-13 09:47:30 +08:00
Hui Li 9d002d7aff
Merge pull request #19939 from taosdata/feat/TD-22067-MAIN
fix: first run use dbname auto fill alter fixed
2023-02-13 09:05:17 +08:00
Shuduo Sang 73bb73085c
fix: sml rest ctrlc main (#19940)
* fix: taosbenchmark fix sml-rest mem leak for main

* fix: update taos-tools 4097420
2023-02-13 01:49:07 +08:00
Haojun Liao 34036b932f fix(query): fix error in windows. 2023-02-13 01:05:40 +08:00
Haojun Liao f4a17d16f2 fix(query): fix error in windows. 2023-02-13 00:25:26 +08:00
Haojun Liao f85cf08f87 fix(query): set the initial iterator table before check data in buffer. 2023-02-12 22:09:46 +08:00
Alex Duan f2b8f18661 fix: first update var values then search 2023-02-12 16:41:43 +08:00
Alex Duan c823ad912f fix: build error 2023-02-12 16:31:24 +08:00
Alex Duan 8e28a63af8 fix: dot not complete with dbname 2023-02-12 16:28:03 +08:00
Alex Duan 9c296f6c71 fix: dot not complete with dbname 2023-02-12 16:23:41 +08:00