yihaoDeng
|
a6a8daec23
|
fix: batch write
|
2023-02-16 15:09:39 +08:00 |
yihaoDeng
|
ebcbdcfddc
|
fix: change parameter
|
2023-02-16 00:30:26 +08:00 |
yihaoDeng
|
a2982d7c25
|
Merge branch 'enh/mainnn' into fix/main
|
2023-02-15 23:48:31 +08:00 |
yihaoDeng
|
f22d07319f
|
handle too many session
|
2023-02-15 20:06:04 +08:00 |
yihaoDeng
|
b8dfc71446
|
handle too many session
|
2023-02-15 19:24:48 +08:00 |
yihaoDeng
|
e44704b20e
|
opt: opt tag index
|
2023-02-15 17:26:11 +08:00 |
Haojun Liao
|
d1d60999d4
|
Merge pull request #19989 from taosdata/feature/3_liaohj
refactor: enable the log.
|
2023-02-15 14:07:25 +08:00 |
Haojun Liao
|
3a6d32ae0b
|
refactor: enable the log.
|
2023-02-15 12:57:09 +08:00 |
Haojun Liao
|
cb35b453d4
|
Merge pull request #19870 from taosdata/feature/3_liaohj
other: merge opt to main.
|
2023-02-15 12:55:04 +08:00 |
dapan1121
|
05a9012fe3
|
Merge pull request #19973 from taosdata/fix/TD-22381
fix: add alter dnode configuration validdation
|
2023-02-14 17:10:25 +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 |
dapan1121
|
b9918b0eda
|
fix: add alter dnode configuration validdation
|
2023-02-14 13:49:07 +08:00 |
Minglei Jin
|
ea81fc0b30
|
fix(vnd): zero meta in vnode when closing
|
2023-02-14 10:56:00 +08:00 |
Minglei Jin
|
8ec5df8d7d
|
fix(tsdb/cache): Not free zero length var data
|
2023-02-14 10:20:55 +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
|
c9ce01c878
|
Merge branch 'main' into feature/3_liaohj
|
2023-02-13 17:09:27 +08:00 |
Haojun Liao
|
c597a1e4ce
|
refactor: do some internal refactor.
|
2023-02-13 15:46:47 +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 |
Haojun Liao
|
34036b932f
|
fix(query): fix error in windows.
|
2023-02-13 01:05:40 +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 |
Haojun Liao
|
f6a262eeb1
|
fix(query): fix invalid write.
|
2023-02-11 01:56:28 +08:00 |
Haojun Liao
|
1b53f4b0bd
|
Merge pull request #19919 from taosdata/fix/liaohj
fix(query): add check for table/super table dropped
|
2023-02-10 23:00:55 +08:00 |
Haojun Liao
|
a7fdc4bae3
|
other: merge 3.0
|
2023-02-10 19:20:24 +08:00 |
Haojun Liao
|
5dfa0e69a9
|
fix(query): set correct schema info for normal table.
|
2023-02-10 19:06:23 +08:00 |
Haojun Liao
|
6839ed22f2
|
fix(query): fix bug in tag filter.
|
2023-02-10 18:28:35 +08:00 |
Haojun Liao
|
e378668571
|
Merge pull request #19915 from taosdata/fix/nodisk
ehn(query): dynamic set the initial buffer size for data block from d…
|
2023-02-10 17:49:46 +08:00 |
Haojun Liao
|
f6b2da8c06
|
fix(query): add check for table/super table dropped, when retrieving cache rows.
|
2023-02-10 16:53:11 +08:00 |
Haojun Liao
|
c8f1c3b6e4
|
fix(query): set the max rows as the default block buffer rows.
|
2023-02-10 16:18:30 +08:00 |
Haojun Liao
|
72287a3b5f
|
fix(query): set correct tag value during tag filter and do some internal refactor.
|
2023-02-10 16:03:11 +08:00 |
Haojun Liao
|
17f05c0020
|
refactor: disable the limitation of maximum buffer size.
|
2023-02-10 14:40:37 +08:00 |
Haojun Liao
|
4908c563cc
|
ehn(query): dynamic set the initial buffer size for data block from disk.
|
2023-02-10 14:35:18 +08:00 |
Haojun Liao
|
440122e010
|
Merge pull request #19900 from taosdata/fix/nodisk
fix(query): set lastkey during check of valid ts.
|
2023-02-10 13:45:08 +08:00 |
Haojun Liao
|
4f4d39a16b
|
fix(query): set correct last key.
|
2023-02-10 11:32:18 +08:00 |
Xiaoyu Wang
|
b2e60da1cf
|
merge main
|
2023-02-10 10:34:55 +08:00 |
Haojun Liao
|
0fbaf4eab0
|
fix(query): set lastkey during check of valid ts.
|
2023-02-09 23:01:44 +08:00 |
Xiaoyu Wang
|
fcff07675d
|
merge main
|
2023-02-09 11:29:38 +08:00 |
Xiaoyu Wang
|
98e2fa2d7b
|
feat: add ignore update option for create stream
|
2023-02-08 18:46:12 +08:00 |
Xiaoyu Wang
|
277469083f
|
Merge pull request #19848 from taosdata/FIX/TD-22121-main
enh: set terrno as Invalid table ID while tdbTbGet suid failure in metaUpdateTagIdx
|
2023-02-08 16:29:23 +08:00 |
Xiaoyu Wang
|
50819c46ec
|
Merge pull request #19852 from taosdata/FIX/TD-22184-main
enh: return error on unexpected snapshot msg
|
2023-02-08 16:29:10 +08:00 |
Liu Jicong
|
ae4ad7d851
|
Merge branch 'main' into enh/stream_buffer_param
|
2023-02-08 16:09:35 +08:00 |
Haojun Liao
|
9dc8946143
|
Merge pull request #19859 from taosdata/fix/nodisk
fix(query): reset the data load flag when build clean file block.
|
2023-02-08 14:24:35 +08:00 |
Xiaoyu Wang
|
44a5e0070b
|
Merge pull request #19840 from taosdata/fix/TD-22245-batch-delete
fix(vnd): no rlock on writing thread's path
|
2023-02-08 09:17:33 +08:00 |
Haojun Liao
|
e199f96d94
|
fix(query): reset the data load flag when build clean file block.
|
2023-02-08 09:14:38 +08:00 |
Haojun Liao
|
d7bad3bb51
|
other: merge main.
|
2023-02-07 22:26:56 +08:00 |
Benguang Zhao
|
9b522cec3a
|
enh: return error on unexpected snapshot msg
|
2023-02-07 19:16:39 +08:00 |
Haojun Liao
|
445c3bd250
|
fix(query): remove sleep.
|
2023-02-07 18:27:32 +08:00 |
Haojun Liao
|
5dfdb91135
|
fix(query): check if table exists or not during build data block in tsdbread.
|
2023-02-07 17:16:20 +08:00 |
Benguang Zhao
|
2330bf5b49
|
enh: set terrno as TSDB_CODE_TDB_INVALID_TABLE_ID while tdbTbGet suid failure
|
2023-02-07 16:20:06 +08:00 |