Commit Graph

376 Commits

Author SHA1 Message Date
kailixu 4ae9eab90e chore: fix 2023-05-05 20:42:49 +08:00
kailixu 0c3dc0867f chore: sync fix from main 2023-05-05 20:33:41 +08:00
wangmm0220 fdee112ae4 fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface 2023-05-05 17:31:08 +08:00
wangmm0220 0a469484fa fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface 2023-05-05 15:01:27 +08:00
wangmm0220 1d8c517844 fix:[TS-3303]use stable name + child table name as key to save uid to avoid multi items for one table in submit block 2023-05-05 10:46:54 +08:00
wangmm0220 bb33f054b4 fix:change field bytes if length is bigger than 1024 2023-05-04 17:21:18 +08:00
Haojun Liao dbf28b434e
Merge pull request #21137 from taosdata/fix/TD-23881
fix:change field bytes if length is bigger than 1024
2023-05-04 17:05:29 +08:00
Haojun Liao 23c49594b7 other: merge main. 2023-05-04 16:41:53 +08:00
wangmm0220 b1f3a010df fix:change field bytes if length is bigger than 1024 2023-05-04 13:58:45 +08:00
Haojun Liao 851193a033
Merge pull request #21060 from taosdata/fix/TS-3222
opti:change push mgr to consume msg for subscribe
2023-05-04 10:16:41 +08:00
kailixu d492904188 chore: error process and test cases 2023-04-28 16:40:26 +08:00
wangmm0220 a7a73ace4a fix:memory leak in schemaless if key dump 2023-04-28 15:26:24 +08:00
liuyao 2984c5a758 merge main 2023-04-28 10:34:46 +08:00
kailixu fa822ff286 Merge branch '3.0' into enh/TD-21161-3.0 2023-04-27 19:11:16 +08:00
wangmm0220 8677b56a4f fix:assert error in tqProcessSubmitReqForSubscribe if put pHandle to array twice 2023-04-27 15:44:44 +08:00
wangmm0220 8be78ddee2 fix:[TD-23881] check the max row's length in schemaless 2023-04-26 14:23:25 +08:00
kailixu a6e37622ff chore: more code 2023-04-25 22:15:06 +08:00
kailixu 2d4dd64584 chore: more code 2023-04-24 20:21:28 +08:00
dapan1121 9551a269b3 feat: support log slow query by default 2023-04-24 16:45:34 +08:00
yihaoDeng 917b07348c Merge branch 'fix/rocksdbState' into enh/rocksRevert 2023-04-23 02:37:26 +00:00
Haojun Liao 3f432cca2e
Merge pull request #20970 from taosdata/fix/TS-3116
opti:escape logic in schemaless
2023-04-21 18:44:06 +08:00
wangmm0220 3d8faa690d fix:[TS-3250] change strtegy in schemaless if modifyDBSchema error 2023-04-21 11:39:02 +08:00
wangmm0220 5bd6b16e73 fix:memory leak in schemaless if key dump 2023-04-20 18:39:03 +08:00
wangmm0220 e61b51b083 fix:add test cases for escape in schemaless 2023-04-20 17:49:40 +08:00
wangmm0220 2714da26e7 fix:[TS-3221] reset max stmt if execute error 2023-04-20 17:26:54 +08:00
wangmm0220 b1561c95c3 fix:add test cases for escape in schemaless 2023-04-20 15:31:18 +08:00
wangmm0220 5b3087e48b opti:escape logic in schemaless 2023-04-19 00:55:26 +08:00
Xiaoyu Wang 8b8ac0cd77 merge main 2023-04-12 10:43:28 +08:00
Xiaoyu Wang 4c04b155d5 merge main 2023-04-11 15:56:28 +08:00
wangmm0220 c40c695ea7 fix:optimize log & change the length of tag if tag is null in schemaless 2023-04-11 13:49:18 +08:00
wangmm0220 f8bcdcecea fix:remove smlChildTableName from tag 2023-04-06 16:24:04 +08:00
Xiaoyu Wang e9d7a099cc merge main 2023-04-04 14:50:58 +08:00
wangmm0220 2d6436c57d fix:modify log & sleep 500ms if data is inserting while consume 2023-04-03 11:24:22 +08:00
wangmm0220 a9cc66ba8f fix:int64 parse error in schemaless 2023-03-30 19:48:21 +08:00
dapan1121 5b02af6a91 fix: merge main to 3.0 2023-03-22 16:08:16 +08:00
Haojun Liao ea0cc2c584
Merge pull request #20554 from taosdata/fix/TS-2828
fix: add retry if insert error with meta change
2023-03-21 09:01:22 +08:00
wangmm0220 b0fbb0601f fix:add retry times if schemaless insert with meta error 2023-03-20 17:04:30 +08:00
wangmm0220 8fe084cc5c fix:add log for schmaless 2023-03-17 19:44:52 +08:00
wangmm0220 d5328b7a2b fix:add log for schmaless 2023-03-17 19:11:40 +08:00
wangmm0220 0a54d00cd2 fix:converity scan defects 2023-03-17 14:54:27 +08:00
wangmm0220 fa2e7b234c fix:add log for schemaless & sleep longer if modify schema error 2023-03-16 19:13:15 +08:00
Xiaoyu Wang a846c26ef9 merge main 2023-03-11 16:14:27 +08:00
wangmm0220 80e0aad1f0 fix:heap overflow 2023-03-10 12:11:46 +08:00
wangmm0220 f7ed0b184f fix:add log 2023-03-10 10:49:51 +08:00
wangmm0220 d020753cdb fix:[TS-2828] retry if ver is old 2023-03-10 10:03:43 +08:00
wangmm0220 88c3d0d4b3 fix:[TS-2828] retry if ver is old 2023-03-09 19:48:21 +08:00
Xiaoyu Wang 4c8bab7e58 merge main 2023-03-08 10:59:33 +08:00
wangmm0220 4827c25a61 fix:give error if col is same in schemless & fix json parse error in TD-22903 2023-03-04 18:16:41 +08:00
wangmm0220 3bfd156616 fix:[TD-22898]:modify schema if schema change 2023-03-04 17:37:38 +08:00
wangmm0220 e54e12eff0 fix:give error if col is same in schemless & fix json parse error in TD-22903 2023-03-04 11:57:27 +08:00
wangmm0220 91d5df423f fix:error by coverity scan 2023-02-22 15:48:39 +08:00
wangmm0220 a74f7895e4 fix:[TS638]diable tsdbReader open in streamScanOperator 2023-02-14 14:12:45 +08:00
Xiaoyu Wang 3382a24a69 merge main 2023-02-10 18:03:11 +08:00
wangmm0220 28db09a127 fix:change async to sync in schemaless 2023-02-08 17:10:09 +08:00
wangmm0220 97120dcd0a fix:reset measuretag pointer if it is the same child table 2023-02-07 16:26:26 +08:00
wangmm0220 a7aa9ac4a6 fix:reset measuretag pointer if it is the same child table 2023-02-07 16:08:20 +08:00
wangmm0220 fba3421029 fix:rm compare function for json and telnet in schemaless 2023-02-07 15:19:13 +08:00
wangmm0220 bec6cdf784 fix:clear hashmap if rerun schemaless 2023-02-07 00:17:25 +08:00
wangmm0220 4f949213da fix:change list to hash for speed interval data in sml 2023-02-03 23:41:33 +08:00
wangmm0220 b493b8d2e1 fix:cols error because delete json cols value 2023-01-28 10:33:00 +08:00
Xiaoyu Wang 9a0c2805f4 merge main 2023-01-13 13:54:04 +08:00
wangmm0220 a462f518e3 fix:table name error in schemaless 2023-01-09 15:14:20 +08:00
wangmm0220 ce3fbae952 fix:ASSERT in client mode & converity error 2023-01-06 14:37:38 +08:00
wangmm0220 d1b4dc94d8 fix:table name error in schemaless 2023-01-05 19:26:45 +08:00
wangmm0220 9c4cebb1b7 fix:memory leak 2023-01-04 17:15:30 +08:00
wangmm0220 d3fe415bef fix:memory leak 2023-01-04 15:45:38 +08:00
wangmm0220 25643c4409 fix:memory leak 2023-01-04 10:27:33 +08:00
wangmm0220 af64ab26c8 fix:memory leak 2023-01-04 10:07:14 +08:00
wangmm0220 087f88a617 fix:malloc too large 2023-01-03 18:18:46 +08:00
wangmm0220 11dbf0a05e fix:error in parse json 2023-01-02 15:05:03 +08:00
wangmm0220 5290c32fd1 fix:json parse error 2022-12-30 17:11:22 +08:00
wangmm0220 e6627f6955 fix:json parse error in the end 2022-12-30 10:02:15 +08:00
Xiaoyu Wang 0c269c317b merge 3.0 2022-12-23 17:50:05 +08:00
Xiaoyu Wang ad7f9b274b enh: improve unit tests 2022-12-20 16:53:08 +08:00
wangmm0220 55a06b63b7 fix:error in windows 2022-12-19 17:04:44 +08:00
wangmm0220 097a2b928c opti:modify parse json 2022-12-15 00:35:58 +08:00
wangmm0220 ac16bfc46d opti:performance for json in schemaless 2022-12-13 22:30:06 +08:00
wangmm0220 efee9afad9 opti:parse value in schemaless 2022-12-12 22:42:33 +08:00
wangmm0220 408ae6aaad fix:split clientSml.c to 3 files & modify unit test cases for sml 2022-12-12 16:26:02 +08:00
wangmm0220 200d879fe5 opti:modify logic for telnet and json in schemaless 2022-12-09 05:03:42 +08:00
wangmm0220 001269530f opti:modify logic for telnet and json in schemaless 2022-12-09 03:36:53 +08:00
wangmm0220 8e6ba9e7cd opti:modify logic for telnet and json in schemaless 2022-12-09 02:47:46 +08:00
wangmm0220 bd18da35fc opti:modify logic for telnet and json in schemaless 2022-12-09 01:55:59 +08:00
wangmm0220 735509d733 opti:modify logic for telnet and json in schemaless 2022-12-09 01:42:58 +08:00
wangmm0220 aae9407926 opti:modify logic for telnet and json in schemaless 2022-12-09 00:35:42 +08:00
wangmm0220 078f65cfc0 opti:modify logic for telnet and json in schemaless 2022-12-09 00:17:00 +08:00
wangmm0220 bce072b5cb opti:modify logic for telnet and json in schemaless 2022-12-09 00:13:04 +08:00
wangmm0220 1c4fa44ed7 opti:modify logic for telnet and json in schemaless 2022-12-09 00:11:05 +08:00
wangmm0220 0bc0202952 opti:modify logic for telnet and json in schemaless 2022-12-08 23:36:45 +08:00
wangmm0220 5d6494d5ae opti:modify logic for telnet and json in schemaless 2022-12-08 23:06:07 +08:00
wangmm0220 ef6e9f481f fix:rm put SSmlHandleInfo to taos 2022-12-08 09:36:23 +08:00
Shengliang Guan 6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
wangmm0220 5711572b71 fix:error for destroy 2022-12-07 21:13:16 +08:00
wangmm0220 a4d03b43a0 opti: async->sync for schemaless 2022-12-07 20:33:54 +08:00
Shengliang Guan d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
Shengliang Guan f69a188f7e refact: replcase ASSERT with tAssert 2022-12-07 18:37:40 +08:00
wangmm0220 443aa2ee3f fix:modify influxdb parse logic for sml 2022-12-07 11:05:33 +08:00
wangmm0220 2c4b6ece3e fix:conflicts 2022-12-06 21:13:08 +08:00
wangmm0220 517c8b1d5a fix:modify influxdb parse logic for sml 2022-12-06 21:07:53 +08:00
Hongze Cheng 899d7b0bcc Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 14:37:22 +08:00
wangmm0220 96aa44e2cd fix:error for sml 2022-12-03 14:44:47 +08:00
Shengliang Guan d9c261cd13 refact: remove some error codes 2022-12-03 10:17:02 +08:00
WANG MINGMING f89782c2ce
Merge pull request #18650 from taosdata/refact/submit_req
fix:merge from submit_req
2022-12-02 22:17:45 +08:00
wangmm0220 2c013b7ecf fix:modify submit format for schemaless 2022-12-02 20:25:02 +08:00
wangmm0220 f15d284d62 fix:remove log for ts & add log for meta 2022-12-01 14:54:27 +08:00
wangmm0220 bf2808e45e fix:memory leak for table meta 2022-12-01 10:56:51 +08:00
wangmm0220 9eae79a1f9 fix: complie error in windows 2022-11-30 19:36:02 +08:00
wangmm0220 2bd4c09568 fix:get meta if cols change in schemaless 2022-11-30 18:02:30 +08:00
wangmm0220 3f82427e7d fix:add log 2022-11-30 17:11:17 +08:00
wangmm0220 ad61b5b593 fix:add log 2022-11-30 17:07:30 +08:00
wangmm0220 162575ea66 opti:get meta cost for schemaless & add config for write batch in schemaless 2022-11-30 14:30:44 +08:00
wangmm0220 e07823c55a opti: get meta logic for schemaless 2022-11-30 13:59:33 +08:00
wangmm0220 b5e4b05752 fix:[TS-2057] add interface with ttl in schemaless 2022-11-29 11:52:40 +08:00
wangmm0220 60ee8db228 fix:add log for sml 2022-11-28 11:19:56 +08:00
wangmm0220 877ffb966d fix:memory leak 2022-11-25 18:32:07 +08:00
wangmm0220 385c49aa9d fix:memory leak 2022-11-25 17:46:03 +08:00
wangmm0220 9bf3b79420 fix:<TD-20297> disable sql log in schemaless if sql is too long 2022-11-10 09:49:34 +08:00
yihaoDeng 1613b43f49 add test 2022-11-04 19:16:04 +08:00
yihaoDeng 69afe77ed9 add req_id interface 2022-11-03 20:08:30 +08:00
Cary Xu 6d0d42569a enh: remove obsolete codes for raw data row 2022-10-25 11:30:57 +08:00
wangmm0220 2a214e3d25 fix:error in schemaless if error happens 2022-10-24 09:30:59 +08:00
dapan1121 b621f04e40
Merge pull request #17436 from taosdata/feature/TD-14761
fix:defeats in converity scan
2022-10-19 09:00:07 +08:00
wangmm0220 41866ed397 fix:defeats in converity scan 2022-10-18 15:13:52 +08:00
wangmm0220 7b84b217c2 opti:add auto compile 2022-10-18 13:46:42 +08:00
wangmm0220 9fe6d23462 feat:add new interface for schemaless 2022-10-18 11:49:03 +08:00
wangmm0220 a0cd578668 feat:add new interface for schemaless 2022-10-17 19:37:34 +08:00
wangmm0220 d150bd1d5d Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-19221-3.0 2022-10-17 19:36:16 +08:00
wangmm0220 b7222bc4ea feat:add new interface for schemaless 2022-10-17 19:21:11 +08:00
wangmm0220 0029ddd232 feat:add new interface for schemaless 2022-10-17 17:48:30 +08:00
wangmm0220 54e3617a6f fix:scan converity defects 2022-10-17 14:32:18 +08:00
Shengliang Guan 81e72ea84c
Merge pull request #17346 from taosdata/feature/TD-14761
fix:sml core dump if insert quickly because of spin lock destroy
2022-10-14 09:13:14 +08:00
wangmm0220 8067febe27 fix:sml core dump if insert quickly because of spin lock destroy 2022-10-13 19:35:43 +08:00
Xiaoyu Wang 0563eb2475 feat: support batch loading of csv files 2022-10-11 17:28:58 +08:00
Xiaoyu Wang 18fa48ae57 feat: support batch loading of csv files 2022-10-11 15:54:01 +08:00
wangmm0220 7167cac954 fix:[TD-19223] add message for performance_schema.perf_apps in schemaless 2022-09-26 18:02:10 +08:00
wangmm0220 011aae09a2 fix:modify end condition for schemaless 2022-09-22 13:57:17 +08:00
wangmm0220 09dbaffa9d fix:modify end condition for schemaless 2022-09-22 11:46:14 +08:00
wangmm0220 527f0ad8e4 fix:hash obj reuse after free 2022-09-02 20:54:04 +08:00
wangmm0220 14e8bbd2bc fix:heap over flow if string is not ended by 0 2022-09-01 14:23:41 +08:00
wangmm0220 d1bdea6917 fix:<TD-18784> data lost in schemaless if timestamp is same 2022-09-01 13:49:05 +08:00
wangmm0220 f778854302 fix:memory leak 2022-08-31 18:42:06 +08:00
wangmm0220 ed6b49c7c6 fix: heap over flow in schemaless 2022-08-31 10:55:45 +08:00
wangmm0220 3f398de926 fix: error in schemaless 2022-08-23 10:45:20 +08:00
wangmm0220 947f39523e fix:num of cols add num of tags should not be bigger than 4096 2022-08-22 18:31:31 +08:00
dapan1121 596c86dd95 fix: fix case issue 2022-08-02 13:47:04 +08:00
dapan1121 df87272819 fix: fix sml crash issue 2022-08-02 08:36:39 +08:00
wangmm0220 5caf11485e fix:error in sml meta change 2022-07-29 20:03:59 +08:00
wangmm0220 788c063acc feat:modify get meta logic for schemaless 2022-07-29 15:54:24 +08:00
Shengliang Guan 5ce41960f1 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-07-23 18:23:21 +08:00
Shengliang Guan 58f2fa8c82 enh: make the error codes of 2.0 and 3.0 error as same 2022-07-23 18:23:09 +08:00