Commit Graph

640 Commits

Author SHA1 Message Date
Yihao Deng 2941254a2b
Merge branch '3.0' into enh/trace1 2022-06-18 18:26:26 +08:00
yihaoDeng e37a89d41a add trace log 2022-06-18 17:23:55 +08:00
yihaoDeng 5401c68706 enh: add trace 2022-06-18 14:07:54 +08:00
yihaoDeng 3d15b65cea fix: avoid timeout event lost 2022-06-17 21:46:09 +08:00
Shengliang Guan 80e0b830fe refactor: remove duplicate conninfo in SRpcMsg 2022-06-17 10:40:42 +08:00
yihaoDeng 636a22b7a9 add trace base func 2022-06-17 09:29:54 +08:00
yihaoDeng 418be5755b enh: refactor debug info 2022-06-16 16:48:02 +08:00
Shengliang Guan 14b6523bd3 refactor: show rpc response code 2022-06-16 15:56:25 +08:00
Yihao Deng 369e7b327d
Merge pull request #13828 from taosdata/fix/mnode
test: enable case
2022-06-15 08:35:00 +08:00
yihaoDeng 80ab544fed update rpc retry 2022-06-14 21:18:12 +08:00
yihaoDeng c45e5a66fc update rpc retry 2022-06-14 18:44:30 +08:00
yihaoDeng 6be738e648 refactor transport log 2022-06-14 16:41:58 +08:00
yihaoDeng 080366ff54 change transport log 2022-06-14 16:32:06 +08:00
yihaoDeng b5bc9aa2ba fix rpc retry error 2022-06-14 10:44:34 +08:00
yihaoDeng 2d9e2f01ba fix: avoid invalid read/write 2022-06-10 11:20:11 +08:00
yihaoDeng d9c83f6357 enh: change rpcGetConnInfo 2022-06-09 13:50:18 +08:00
yihaoDeng 4e6010f59b fix: avoid invalid conn 2022-06-09 10:15:09 +08:00
yihaoDeng a4dbf151aa fix: failed to update json idx 2022-06-07 13:24:35 +08:00
yihaoDeng 72657a3f60 fix invalid conn 2022-06-05 23:01:48 +08:00
yihaoDeng 2c133b4a27 notify if server receice release req 2022-06-05 12:28:12 +08:00
Yihao Deng a7d2042e56
Merge branch '3.0' into enh/idxFilter 2022-06-02 16:39:38 +08:00
yihaoDeng 6b69b28649 enh: refactor tag filter code 2022-06-02 16:36:48 +08:00
Shengliang Guan 95c9dea9d6
Merge pull request #13391 from taosdata/fix/tsim
enh: add creating and dropping states to mnode
2022-06-01 21:38:59 +08:00
Shengliang Guan 1907c0e66c enh: add creating and dropping states to mnode 2022-06-01 21:16:22 +08:00
yihaoDeng c166bcff3c enh: refactor trans code 2022-06-01 15:35:14 +08:00
yihaoDeng e7fe3577e5 enh: refactor index/trans 2022-06-01 14:30:01 +08:00
yihaoDeng 1d2e13c985 enh: refactor rpc code 2022-05-28 21:10:09 +08:00
Shengliang Guan 675fe706ac
Merge pull request #13100 from taosdata/fix/mnode
fix: return mnode epset while master changed
2022-05-27 19:09:03 +08:00
Shengliang Guan 9a1959c400 fix: return mnode epset while master changed 2022-05-27 18:42:15 +08:00
yihaoDeng 0293a09187 enh: return NULL when epset not updated 2022-05-27 16:48:38 +08:00
yihaoDeng 9f0315a98f fix: avoid mem leak when taosd quit 2022-05-27 16:05:24 +08:00
Yihao Deng a939bc8777
Merge pull request #12967 from taosdata/enh/defaultEpSet
enh: default ep set
2022-05-27 13:33:57 +08:00
Yihao Deng abcb0f5f91
Merge pull request #12910 from taosdata/fix/indexMultThread
enh: opt index mutex
2022-05-27 13:33:29 +08:00
Shengliang Guan 1ed7a4be11 fix: msg redirect while mnode replica large than 0 2022-05-26 22:39:11 +08:00
yihaoDeng ddbcaee1ff fix: add debug info 2022-05-26 21:23:19 +08:00
yihaoDeng e99cb305ff fix: add retry 2022-05-26 16:58:57 +08:00
yihaoDeng 6e6dadf5d7 eerge branch 'ne' into update 2022-05-26 11:53:31 +08:00
yihaoDeng d0213972a2 update default epset 2022-05-26 11:46:26 +08:00
yihaoDeng 511a4c3a4f update default epset 2022-05-26 11:29:31 +08:00
yihaoDeng c8ba20ac54 enh: valid fqdn 2022-05-25 19:14:11 +08:00
yihaoDeng b0b533e002 fix query ctx crash 2022-05-25 16:42:29 +08:00
yihaoDeng 5f84203456 update default epset 2022-05-25 15:47:52 +08:00
yihaoDeng 8acbb20fb2 enh: set default epset 2022-05-25 15:22:23 +08:00
yihaoDeng f75bcdf4b2 enh: set useDefaultEpset 2022-05-25 13:19:21 +08:00
yihaoDeng cca2bcdb28 enh: rpc set default epset 2022-05-25 13:12:02 +08:00
yihaoDeng 7259a35620 enh: refactor trans free ctx 2022-05-24 22:17:52 +08:00
yihaoDeng 28318721fc enh: opt index mutex 2022-05-24 16:19:22 +08:00
yihaoDeng 8ef6eb4c5f enh: refactor index code 2022-05-24 15:17:14 +08:00
Shengliang Guan 8bfbc0f315 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-23 16:40:03 +08:00
Shengliang Guan c38a8055ba fix: add error code if malloc failed 2022-05-23 12:04:57 +08:00
yihaoDeng 4d18fa0875 enh: refator index/transport code 2022-05-21 17:29:50 +08:00
yihaoDeng 305fa25490 enh: delete redundancy code 2022-05-21 11:18:32 +08:00
yihaoDeng 90f8acf168 fix: tq mem leak 2022-05-20 17:49:42 +08:00
yihaoDeng afda7c637b fix: tq mem leak 2022-05-20 15:58:25 +08:00
yihaoDeng 76b9a5acee fix: avoid invalid read/write 2022-05-19 21:56:39 +08:00
yihaoDeng 3de22159d8 fix: avoid invalid read/write 2022-05-18 15:32:23 +08:00
yihaoDeng 3cbf4ad4d2 fix: avoid invalid read/write 2022-05-18 14:11:23 +08:00
Shengliang Guan 81e89ec7b6 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-16 20:13:02 +08:00
Shengliang Guan 912efee683 Merge branch 'fix/mnode' of https://github.com/taosdata/TDengine into fix/mnode 2022-05-16 20:07:44 +08:00
Shengliang Guan b765f21e05 refactor: adjust SRpcMsg 2022-05-16 16:32:30 +08:00
yihaoDeng c0ff0f3f19 fix(rpc): add more trace info 2022-05-16 16:29:11 +08:00
Shengliang Guan c78517549e refactor: adjust SRpcMsg 2022-05-16 14:13:20 +08:00
Yihao Deng 683c8296ac
Merge pull request #12521 from taosdata/fix/rpcRegMemleak
fix(rpc): regArg mem leak
2022-05-16 13:45:41 +08:00
yihaoDeng 5c1cfd2cf9 fix(rpc): fix regArg mem leak 2022-05-16 09:45:14 +08:00
yihaoDeng d003f1b0d7 enh(index): add more UT 2022-05-13 23:30:46 +08:00
yihaoDeng 26aef324f7 enh(rpc): add more log 2022-05-13 15:59:56 +08:00
yihaoDeng fee540c1fa fix(rpc): avoid fd leak 2022-05-13 13:09:34 +08:00
yihaoDeng c56b0e0b15 fix(rpc): avoid fd leak 2022-05-13 12:24:57 +08:00
yihaoDeng ddee7344d5 fix(rpc): avoid fd leak 2022-05-13 11:25:35 +08:00
yihaoDeng 4f7886d208 fix(rpc): avoid fd leak 2022-05-12 15:29:19 +08:00
yihaoDeng 7f7b1a423a fix(rpc): avoid fd leak 2022-05-12 12:10:22 +08:00
Yihao Deng 5de1a22656
Merge pull request #12291 from taosdata/enh/supportIdxFilter
enh(index): support numberic and json filter
2022-05-10 10:00:30 +08:00
yihaoDeng 6c844c7567 enh(index): support numberic and json filter 2022-05-09 23:34:48 +08:00
afwerar e277a3b1c9 fix/ZhiqiangWang/fix-15189-mv-pipe-file-to-temp 2022-05-09 17:56:08 +08:00
afwerar f780c4ae7a fix(os): make taosd run on win. 2022-05-09 03:36:34 +08:00
afwerar 02e6b38270 fix(os): make taosd run on win. 2022-05-09 03:22:05 +08:00
yihaoDeng f45cb19a15 fix(rpc): fix invalide fqdn 2022-05-07 18:42:15 +08:00
yihaoDeng cb115f1c10 fix(rpc): fix invalide fqdn 2022-05-07 18:19:25 +08:00
dapan1121 8dd7c076d0 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-07 08:48:41 +08:00
Yihao Deng 4d99b003d6
Merge pull request #12168 from taosdata/enh/supportIdxFilter
enh(index): support more data type
2022-05-07 08:47:51 +08:00
dapan1121 1f9b6f14dd fix mem leak 2022-05-06 22:11:33 +08:00
yihaoDeng e08dd100a4 enh(index): support more data type 2022-05-06 18:39:28 +08:00
yihaoDeng 699c8a0461 enh(rpc): validate fqdn 2022-05-06 14:42:06 +08:00
yihaoDeng 315c9c37dc enh(rpc): taosd exited when fqdn is configed to invalid 2022-05-05 23:14:36 +08:00
yihaoDeng ae33656e15 fix(rpc): fix timeout error 2022-05-05 20:17:53 +08:00
yihaoDeng 9c02b1b273 fix(rpc): avoid invalid write of sync api 2022-05-02 10:44:31 +08:00
Li Minghao eec706d73f
Merge pull request #12075 from taosdata/feature/3.0_mhli
enh: not leader retry
2022-04-30 13:04:33 +08:00
yihaoDeng 77d3a3461e fix(rpc):fix rpc fix 2022-04-30 12:17:27 +08:00
yihaoDeng aa1eace902 fix(rpc):fix rpc fix 2022-04-30 12:14:27 +08:00
Yihao Deng 002580dfb2
Merge branch '3.0' into feature/refator_retry 2022-04-30 10:04:01 +08:00
Shengliang Guan e3170a1325 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-04-29 18:57:02 +08:00
Yihao Deng 27798de8db
Merge pull request #12041 from taosdata/fix/retry_bug
fix(retry): fix retry count
2022-04-29 18:40:00 +08:00
yihaoDeng 6e5e0f3276 fix(rpc): taosd stuck when exiting the process 2022-04-29 17:48:24 +08:00
yihaoDeng 7ff35f6f6a fix invalid read 2022-04-29 15:27:05 +08:00
yihaoDeng d14d0ab83a fix(retry): fix retry count 2022-04-29 11:51:28 +08:00
yihaoDeng 38ac16d64f refactor(rpc): refactor rpc code 2022-04-28 22:46:02 +08:00
yihaoDeng 485bd970a2 refactor(rpc): refactor timeout 2022-04-28 15:49:00 +08:00
yihaoDeng 2f66f50c04 refactor(rpc): refactor timeout 2022-04-28 14:49:25 +08:00
Yihao Deng f41bd56962
Merge pull request #11988 from taosdata/feature/refator_retry
refactor(rpc): fefactor retry way
2022-04-28 13:58:38 +08:00
yihaoDeng b83963ab1d refactor(rpc): fefactor retry way 2022-04-28 13:37:40 +08:00
yihaoDeng b6d21ea687 refactor(rpc): fefactor retry way 2022-04-28 12:29:24 +08:00
Yihao Deng 33cc6c28ba
Merge pull request #11971 from taosdata/feature/refator_retry
refactor(rpc): refactor rpc retry way
2022-04-28 12:16:15 +08:00
Yihao Deng c616289563
Merge pull request #11962 from taosdata/fix/fix-rpc-query
fix(rpc): query conn reused cause except
2022-04-28 12:11:47 +08:00
yihaoDeng 9af1206cbd refactor(rpc): fefactor retry way 2022-04-28 11:56:00 +08:00
yihaoDeng 4e7e83399f refator(rpc): refator rpc retry way 2022-04-27 23:55:44 +08:00
yihaoDeng a7637cfcea fix(rpc): query conn reused cause except 2022-04-27 18:50:35 +08:00
Yihao Deng 795f2a18d4
Merge pull request #11923 from taosdata/fix/TD-15127
fix(rpc): fix duplicat port error
2022-04-27 18:49:30 +08:00
yihaoDeng 9c510f331c feature(rpc): add connect timeout 2022-04-27 15:47:25 +08:00
yihaoDeng f6910e525a fix(rpc): fix duplicat port error 2022-04-27 15:00:45 +08:00
yihaoDeng 5c025c0006 fix(rpc): fix duplicat port error 2022-04-27 12:45:28 +08:00
yihaoDeng 731dc4ff11 feature(rpc): add retry 2022-04-26 22:56:58 +08:00
yihaoDeng 7a99ee14d2 feature(rpc): add retry 2022-04-26 22:54:27 +08:00
yihaoDeng a8f707b9f9 feature(rpc): add retry 2022-04-26 21:38:57 +08:00
yihaoDeng ba7bfc6479 feature(rpc): add retry 2022-04-26 21:02:00 +08:00
yihaoDeng 317adb166a feature(rpc): add retry 2022-04-26 19:42:31 +08:00
yihaoDeng c08fcc625c feature(rpc): add retry 2022-04-26 18:57:54 +08:00
yihaoDeng 207fd455fb feature(rpc): add retry 2022-04-26 18:17:45 +08:00
afwerar dce677a72d fix(os): fix window compilation errors. 2022-04-26 14:11:16 +08:00
yihaoDeng ee929937e1 fix unit test 2022-04-24 18:41:34 +08:00
yihaoDeng 4cf04e264e fix heartbeat problem 2022-04-24 17:54:01 +08:00
yihaoDeng b384167087 enh(rpc): fix hb problem 2022-04-23 18:29:45 +08:00
yihaoDeng 4f27533d42 enh(rpc): fix hb problem 2022-04-23 15:33:25 +08:00
yihaoDeng fefd25067b fix rpc bug 2022-04-22 23:58:34 +08:00
yihaoDeng 124b8b6645 enh(rpc): fix hb problem 2022-04-22 17:44:53 +08:00
yihaoDeng eefb0a2049 enh(rpc):add auth 2022-04-21 22:03:29 +08:00
yihaoDeng fa14caffcd enh(rpc):add auth 2022-04-21 20:28:37 +08:00
yihaoDeng 219c8dbf37 enh(rpc):add auth 2022-04-21 19:33:48 +08:00
yihaoDeng 3278a2309b enh(rpc):add auth 2022-04-21 17:51:33 +08:00
yihaoDeng 676a9b87f1 fix(rpc): fix unit test 2022-04-21 15:24:12 +08:00
yihaoDeng 8d03ff6f9b enh(rpc): update auth way 2022-04-21 14:29:22 +08:00
yihaoDeng f0c0bc923c enh(rpc): fix mem leak 2022-04-19 23:57:07 +08:00
yihaoDeng 5f24bf5bf9 enh(rpc): add rpc retry 2022-04-19 17:29:04 +08:00
yihaoDeng ed41011863 fix mem leak 2022-04-18 23:20:45 +08:00
yihaoDeng dcf06061cd fix mem leak 2022-04-18 23:19:26 +08:00
yihaoDeng c15ec36513 fix(rpc): avoid partial memleak 2022-04-18 21:33:59 +08:00
afwerar 66ea2d6bdc fix(os): .free func const ptr. 2022-04-15 10:49:00 +08:00
Shengliang Guan 8b87786522 fix(cluster): create qnode in multi-process mode may crash 2022-04-14 14:26:54 +08:00
Shengliang Guan c55a3c2f9e Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-12 13:20:49 +08:00
yihaoDeng 4990fd51ab fix rpc problem 2022-04-11 20:54:27 +08:00
Shengliang Guan 34286624f3 fix(cluster): delete redundant logs 2022-04-11 19:47:24 +08:00
Yihao Deng e1e4d3d600
Merge pull request #11350 from taosdata/fix/handle_rpc_except
handle except
2022-04-09 18:50:39 +08:00
yihaoDeng 7e82f381af handle except 2022-04-09 18:24:01 +08:00
Shengliang Guan 66ef1daeb9 refactor[cluster]: adjust the error codes 2022-04-09 16:05:20 +08:00
Shengliang Guan b1a8ed96f6 Merge remote-tracking branch 'origin/3.0' into feature/shm 2022-04-09 10:40:02 +08:00
Shengliang Guan ffaef98b75 feat[cluster]: send monitor information in multi-process mode 2022-04-09 10:39:47 +08:00
Yihao Deng 07805fd553
Merge pull request #11318 from taosdata/feature/trans-fix
[transport]<fix> cannot transport by hostname
2022-04-08 19:10:06 +08:00
yihaoDeng 0936b86660 [transport]<fix> cannot transport by hostname 2022-04-08 18:49:34 +08:00
Liu Jicong deab8952e5
Merge pull request #11319 from taosdata/feature/tq
Feature/tq
2022-04-08 18:25:25 +08:00
Yihao Deng 471a76198f
Merge branch '3.0' into feature/trans-fix 2022-04-08 17:53:02 +08:00
yihaoDeng 2e6b9c7b99 [transport]<fix> cannot transport by hostname 2022-04-08 17:43:48 +08:00
Liu Jicong 6df2fae1a2 fix compile 2022-04-08 15:26:02 +08:00
yihaoDeng c6722c0f6f handle except 2022-04-06 18:15:55 +08:00
yihaoDeng ac82b91ed1 handle except 2022-04-02 23:00:12 +08:00
yihaoDeng fbf15d45c0 handle execept 2022-03-29 12:26:01 +08:00
dapan1121 9484d25a59 Merge remote-tracking branch 'origin/feature/scheduler' into feature/qnode 2022-03-26 09:17:05 +08:00
dapan1121 58e16e5fdc Merge remote-tracking branch 'origin/3.0' into feature/scheduler 2022-03-26 09:11:06 +08:00
afwerar 222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
yihaoDeng 6591f1f9b5 handle except 2022-03-25 17:53:32 +08:00
dapan1121 aa518a9213 feature/qnode 2022-03-25 16:07:07 +08:00
yihaoDeng aec400e15c handle except 2022-03-25 15:12:45 +08:00
Shengliang 9addf717c9 handle except 2022-03-25 14:55:58 +08:00
Shengliang c428c9395e handle except 2022-03-25 14:52:24 +08:00
yihaoDeng c563dccbb8 handle quit except 2022-03-24 16:38:23 +08:00
yihaoDeng e0524091fb handle except 2022-03-24 16:31:26 +08:00
yihaoDeng c643c48287 handle except 2022-03-24 15:53:01 +08:00
yihaoDeng 99b24c71dd handle except 2022-03-24 12:34:48 +08:00
yihaoDeng 7cbc04cfbf handle except 2022-03-24 12:23:48 +08:00
yihaoDeng 622484280f handle except 2022-03-24 11:53:24 +08:00
dapan1121 40295b31f4 Merge branch 'feature/scheduler' of github.com:taosdata/TDengine into feature/scheduler 2022-03-24 11:48:25 +08:00
dapan1121 7ea13edca8 feature/scheduler 2022-03-24 11:46:32 +08:00
yihaoDeng 9b52c22741 handle except 2022-03-24 09:50:57 +08:00
yihaoDeng 4ec585addc Merge branch 'feature/scheduler' of https://github.com/taosdata/TDengine into scheduler 2022-03-24 09:26:56 +08:00
yihaoDeng 3cbce27a9f handle except 2022-03-24 09:25:09 +08:00
ubuntu af7d630eb5 handle except 2022-03-23 20:12:44 +08:00
ubuntu e11d53f5ca handle except 2022-03-23 17:55:19 +08:00
dapan1121 ed5b283291 feature/scheduler 2022-03-23 17:19:04 +08:00
ubuntu 0336c44d6c handle except 2022-03-23 15:20:28 +08:00
ubuntu eb081fc2b6 handle except 2022-03-23 14:55:43 +08:00
yihaoDeng 3a01542c5a merge trans 2022-03-23 11:37:34 +08:00
yihaoDeng dbe325e118 add ahandle 2022-03-22 22:27:46 +08:00
yihaoDeng d595fe6ba1 add ahandle 2022-03-22 20:54:31 +08:00
yihaoDeng 0ee40a2195 handle except 2022-03-22 17:52:14 +08:00
yihaoDeng 3c82cae1f1 merge trans 2022-03-22 17:01:02 +08:00
yihaoDeng 28c930f920 handle except 2022-03-22 16:19:55 +08:00
yihaoDeng ed477de87e handle except 2022-03-22 14:51:26 +08:00
yihaoDeng d3212463dd handle except 2022-03-21 16:37:19 +08:00
yihaoDeng bc77e3c579 handle except 2022-03-21 13:44:24 +08:00
Yihao Deng 524edc1552
Merge pull request #10849 from taosdata/feature/supportQ
Feature/support q
2022-03-20 21:05:27 +08:00
yihaoDeng fa34b6d4b1 handle except 2022-03-20 20:52:32 +08:00
yihaoDeng e8e6dc44cc handle except 2022-03-20 19:17:51 +08:00
yihaoDeng e657b37e41 handle except 2022-03-20 18:58:00 +08:00
yihaoDeng 843477e3a1 handle except 2022-03-20 18:08:33 +08:00
afwerar 79057240bd [TD-13759]<fix>: redefine thread api. 2022-03-20 00:47:45 +08:00
yihaoDeng 305057a04b handle except 2022-03-19 23:55:52 +08:00
yihaoDeng 2d0c5ff5c3 handle except 2022-03-19 23:38:18 +08:00
yihaoDeng 9d12273a9a merge 3.0 2022-03-19 14:35:24 +08:00
yihaoDeng 538a02170c merge 3.0 2022-03-19 14:10:35 +08:00
yihaoDeng 96db2f503b merge 3.0 2022-03-19 09:08:11 +08:00
yihaoDeng 916dbe798b handle except 2022-03-18 23:38:47 +08:00
yihaoDeng a9b712ab45 handle except 2022-03-18 22:00:46 +08:00
yihaoDeng 3b147dd5bc handle except 2022-03-18 22:00:20 +08:00
yihaoDeng 3cc9979a99 handle except 2022-03-18 09:17:56 +08:00
afwerar 30c10ef8b3 [TD-13063]<fix>: prepare for win compilation. 2022-03-17 14:22:36 +08:00
yihaoDeng 6d6a177eeb handle except 2022-03-16 22:08:47 +08:00
yihaoDeng 1d8ffd9581 handle except 2022-03-16 21:48:19 +08:00
yihaoDeng 3d4280c705 handle except 2022-03-16 19:23:45 +08:00
yihaoDeng d1c4e9ae92 handle except 2022-03-16 18:15:26 +08:00
yihaoDeng a9692987d9 handle except and update UT 2022-03-16 14:34:09 +08:00
Yihao Deng 07dda4c8f8
Merge pull request #10768 from taosdata/feature/supportQuery
handle except and update UT
2022-03-16 13:41:05 +08:00
yihaoDeng f43efb9fea handle except and update UT 2022-03-16 13:30:03 +08:00
Yihao Deng 82431b840b
Merge pull request #10761 from taosdata/feature/supportQuery
handle except and update UT
2022-03-16 09:39:14 +08:00
yihaoDeng 6e9bc0cbd9 handle except 2022-03-16 09:08:42 +08:00
yihaoDeng 4f330fab1f handle except 2022-03-15 23:47:37 +08:00
Shuduo Sang 23bef711fc
Feature/sangshuduo/td 13063 3.0 windows (#10720)
* [TD-13063]<feature>: 3.0 on Windows

* add pthread in contrib

* fix linux compile

* fix osSemaphore

* add gnu regex for Windows

* fix compile error for Windows

* support arm platform

* port more OS files

* fix for Windows compile

* port more files

* fix macOS on x86_64

* port osFile

* port osSemaphone.h

* port osSocket.c

* port tconfig.c

* port ttimer.c

* add couple files
2022-03-15 21:35:04 +08:00
yihaoDeng 607a7ac025 handle except and update UT 2022-03-15 19:54:06 +08:00
yihaoDeng af3a8be54e add test UT 2022-03-14 22:21:30 +08:00
yihaoDeng ed788d3991 formate 2022-03-14 16:11:17 +08:00
ubuntu 0deef5aa1e update trans 2022-03-14 16:03:01 +08:00
ubuntu 64d979fd5c update transport 2022-03-12 19:07:53 +08:00
ubuntu 1dfae9b48f merge 3.0 2022-03-12 14:02:57 +08:00
ubuntu 30f602fae0 update UT test 2022-03-12 13:59:21 +08:00
Yihao Deng a5d8b20e19
Merge pull request #10712 from taosdata/feature/supportQuery
handle persist conn
2022-03-12 10:39:32 +08:00
yihaoDeng 31bf003dd2 handle except 2022-03-11 22:00:56 +08:00
yihaoDeng 62700c1f13 handle persist conn 2022-03-11 21:39:16 +08:00
Yihao Deng 3ef2facd8d
Merge pull request #10705 from taosdata/feature/supportQuery
fix except
2022-03-11 18:39:34 +08:00
yihaoDeng 9913d0c72a fix except 2022-03-11 18:27:52 +08:00
Yihao Deng d07b1d9b2c
Merge branch '3.0' into feature/index_oper 2022-03-11 11:48:29 +08:00
yihaoDeng 5262b4ad3b modify transport 2022-03-11 11:46:05 +08:00
yihaoDeng 5f51fb3a32 modify transport 2022-03-11 11:18:05 +08:00
yihaoDeng b2c24a0338 modify transport 2022-03-10 19:32:26 +08:00
yihaoDeng fdb64e7c5d test 2022-03-10 13:50:40 +08:00
afwerar c6de196769 [TD-13765]<fix>: redefine rand api. 2022-03-10 00:36:30 +08:00
yihaoDeng aa6e480e58 Merge branch 'New' into 3.0 2022-03-09 22:34:46 +08:00
yihaoDeng 19686d9ab1 update transport 2022-03-09 22:16:59 +08:00
afwerar 43e4cdc713 [TD-13760]<fix>: redefine socket api. 2022-03-08 22:29:52 +08:00
afwerar 44367a009f [TD-13760]<fix>: libuv replace socket error. 2022-03-07 18:50:38 +08:00
afwerar 2c12354c2c [TD-13760]<fix>: libuv replace socket. 2022-03-07 02:07:23 +08:00
yihaoDeng c64c29a241 support json 2022-03-03 16:09:31 +08:00
yihaoDeng 7ae87c1010 add UT 2022-03-02 22:06:02 +08:00
afwerar 30dd330555 invalid read 2022-02-27 15:41:21 +08:00
Shengliang Guan 955b89f3cb rpc config 2022-02-24 18:16:22 +08:00
Shengliang Guan ca634993c5 fix compile error 2022-02-24 10:17:37 +08:00
Shengliang Guan b17f826756 Merge remote-tracking branch 'origin/3.0' into feature/config 2022-02-24 10:07:04 +08:00
Yihao Deng 59c4c444e7
Merge branch '3.0' into feature/3.0Trans 2022-02-23 23:14:31 +08:00
yihaoDeng 2271dee643 refactor trans code 2022-02-23 23:10:56 +08:00
Shengliang Guan 4555886eeb minor changes 2022-02-23 21:29:00 +08:00
Shengliang Guan e53540b5e7 rpc config 2022-02-23 21:18:40 +08:00
Shengliang Guan 0190759280 remove rpc var 2022-02-23 18:21:45 +08:00
yihaoDeng 5941437be1 refactor code 2022-02-22 12:51:34 +08:00
yihaoDeng 5050ce67da Merge branch 'transImpl2' into tranImpl 2022-02-21 22:45:24 +08:00
yihaoDeng 9cf07ff8f0 add more UT test 2022-02-21 22:36:00 +08:00
yihaoDeng bad804e38d handle query crash 2022-02-21 11:44:09 +08:00
yihaoDeng 4c19f56686 fix bug 2022-02-21 00:11:35 +08:00
Yihao Deng 07d5c9232d
Merge branch '3.0' into feature/trans_impl 2022-02-17 20:32:43 +08:00
yihaoDeng 878401c19a fix query crash on super table 2022-02-17 19:38:37 +08:00
Yihao Deng 784f14c8f6
Merge pull request #10279 from taosdata/feature/trans_impl
fix conn persist bug
2022-02-16 14:57:59 +08:00
yihaoDeng cc5ae34d6e fix conn persist bug 2022-02-16 14:41:05 +08:00
Yihao Deng 69ae4ece50
Merge pull request #10270 from taosdata/feature/trans_impl
add conn persist
2022-02-15 23:36:30 +08:00
yihaoDeng 8bb83943b4 add conn persist 2022-02-15 23:08:14 +08:00
Yihao Deng 4cf41a8ea5
Merge pull request #10249 from taosdata/feature/trans_impl
test
2022-02-15 21:26:14 +08:00
yihaoDeng 2fb3d3f2df fixBug 2022-02-15 20:56:57 +08:00
yihaoDeng 8ffa7f6e24 test 2022-02-14 17:26:03 +08:00
Yihao Deng 11e25c9c66
Merge pull request #10246 from taosdata/feature/trans_impl
refactor code
2022-02-14 16:54:28 +08:00
yihaoDeng 6ae1bc51dc add debug info 2022-02-14 16:36:38 +08:00
yihaoDeng 7c4142dfd1 refactor code 2022-02-14 16:13:29 +08:00
yihaoDeng d5228ebd07 refactor code 2022-02-14 15:37:13 +08:00
Yihao Deng 3dc9a17810
Merge pull request #10232 from taosdata/feature/trans_impl
Feature/trans impl
2022-02-12 19:21:51 +08:00
yihaoDeng 7dba7215f4 add demo 2022-02-12 18:14:28 +08:00
yihaoDeng 4bc481663a fix crash DDL 2022-02-12 14:17:08 +08:00
Yihao Deng 71853a6434
Merge pull request #10226 from taosdata/feature/trans_impl
fix push crashed
2022-02-12 10:14:10 +08:00
yihaoDeng 457c544dc7 fix push crashed 2022-02-11 21:34:31 +08:00
Yihao Deng ef2f9a3e41
Merge pull request #10212 from taosdata/feature/trans_impl
fix push crashed
2022-02-11 09:31:40 +08:00
yihaoDeng 66f7a30586 fix push crashed 2022-02-10 23:02:02 +08:00
yihaoDeng c45c1a0677 fix push crashed 2022-02-10 22:21:16 +08:00
Shengliang Guan 8b3a865134
Merge pull request #10198 from taosdata/feature/mnode
collect vload infos
2022-02-10 16:49:13 +08:00
Yihao Deng 38ba699ee1
Merge pull request #10197 from taosdata/feature/trans_impl
add trace log
2022-02-10 16:47:06 +08:00
yihaoDeng e5d767cf81 add trace log 2022-02-10 16:29:44 +08:00
Shengliang Guan c2c74b82a3 null handle in rpc 2022-02-10 16:06:26 +08:00
Shengliang Guan 0555cf4b1e status msg 2022-02-10 15:06:01 +08:00
yihaoDeng 44fed912b3 add debug trace 2022-02-09 23:05:45 +08:00
yihaoDeng a0804f191a fix crash 2022-02-09 21:44:42 +08:00
yihaoDeng c901a21a8c enhance interface 2022-02-08 21:23:43 +08:00
Yihao Deng fbdb47fe6a
Merge pull request #10098 from taosdata/feature/trans
add more optim
2022-02-07 10:12:50 +08:00
yihaoDeng a466e82c7b add more optim 2022-01-29 18:12:11 +08:00
Yihao Deng 07c9191c0d
Merge pull request #10079 from taosdata/feature/trans
optimize trans
2022-01-28 15:56:35 +08:00
yihaoDeng 6c6573cc4d optimize trans 2022-01-28 13:44:40 +08:00
Yihao Deng 76571422a5
Merge pull request #10053 from taosdata/feature/trans
stop client gracefully
2022-01-26 20:49:20 +08:00
yihaoDeng 19517077b3 stop cli/srv gracefully 2022-01-26 20:35:13 +08:00
yihaoDeng d6e8a0ede1 stop srv gracefully 2022-01-26 19:19:49 +08:00
yihaoDeng e864b0a146 stop client gracefully 2022-01-26 19:05:20 +08:00
Haojun Liao 173f120007
Merge pull request #10032 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-01-26 14:27:34 +08:00
Shengliang Guan a88c230720
Merge pull request #10029 from taosdata/feature/trans
refactor rpc
2022-01-26 14:09:32 +08:00
Haojun Liao 2d0b84c8d1 [td-11818] merge 3.0 2022-01-26 14:04:12 +08:00
Haojun Liao 859c74a4e5 [td-11818] refactor sepset struct. 2022-01-26 14:00:15 +08:00
yihaoDeng 203f845907 refactor rpc 2022-01-26 13:42:16 +08:00
Yihao Deng 288f3600d5
Merge pull request #10028 from taosdata/feature/trans
refactor rpc
2022-01-26 13:36:32 +08:00
yihaoDeng cea06000bf refactor rpc 2022-01-26 13:19:32 +08:00
Shengliang Guan 157623f0d5
Merge pull request #10019 from taosdata/feature/trans
refactor rpc
2022-01-26 09:20:06 +08:00
yihaoDeng b65bbcfd17 refactor rpc 2022-01-25 23:14:51 +08:00
yihaoDeng 5136d644b0 refactor rpc 2022-01-25 21:19:35 +08:00