Commit Graph

18865 Commits

Author SHA1 Message Date
Alex Duan ced76efde0 feat(rpc): move the check msgType to cliet 2022-12-21 12:44:29 +08:00
Alex Duan 5ca52595ae feat(rpc): move the check msgType to client build error 2022-12-21 12:20:26 +08:00
Alex Duan 15160544c5 feat(rpc): move the check msgType to client 2022-12-21 11:48:24 +08:00
Alex Duan 37ea86f8ed fix(rpc): add msgType condition 2022-12-20 21:13:33 +08:00
Alex Duan 8774d2c17b feat(rpc): fixed build error 2022-12-20 19:14:57 +08:00
Alex Duan df6102f66e fix(query): TSDB_CODE_RPC_VGROUP_NOT_CONNECTED same condition check with TSDB_CODE_RPC_NETWORK_UNAVAIL 2022-12-20 18:14:24 +08:00
Alex Duan 7d9e5924fa fix(query): remove check msgType 2022-12-20 18:06:04 +08:00
Alex Duan 02dbf35354 fix(query): return TSDB_CODE_RPC_VGROUP_NOT_CONNECTED if all nodes in vgroups is offline 2022-12-20 16:57:16 +08:00
Shengliang Guan 3b45973ac7
Merge pull request #19034 from taosdata/enh/sunpeng/TD-21188-java-connector-supports-vgid
enh: java connector support get table vgid (#18981)
2022-12-20 12:50:09 +08:00
Shengliang Guan f98a932cf5
Merge pull request #19035 from taosdata/fix/TD-21344-main
fix(meta/snap): use os memory instead of cache page replacement
2022-12-20 12:49:30 +08:00
sunpeng 0b727c8e01 enh: java connector support get table vgid (#18981)
* java connector support get table vgid

* add export to com_taosdata_jdbc_TSDBJNIConnector.h
2022-12-20 11:15:22 +08:00
Minglei Jin ba58185104 Merge branch 'fix/TD-21344-main' of https://github.com/taosdata/TDengine into fix/TD-21344-main 2022-12-20 10:49:34 +08:00
Minglei Jin 93956bbf4f meta/snap: use heap os instead of NIL when openning snap 2022-12-20 10:47:50 +08:00
Liu Jicong c734d040f1 fix(query): projection for null input 2022-12-20 10:24:44 +08:00
Shengliang Guan a09870a981
Merge pull request #19025 from taosdata/fix/TD-20312
fix: fix mem leak
2022-12-20 00:09:30 +08:00
Shengliang Guan b11e8002cb
Merge pull request #19023 from taosdata/fix/TD-21186
fix: avoid double-free in usedb req while db in creating state
2022-12-20 00:08:59 +08:00
Shengliang Guan f316cc12bf
Merge pull request #19010 from taosdata/fix/TD-21344-main
fix(tdb): rollback in-memory pages
2022-12-20 00:08:47 +08:00
yihaoDeng 23c7fa73f0 fix mem leak 2022-12-19 21:39:26 +08:00
Shengliang Guan 4837dc6661 fix: avoid double-free in usedb req while db in creating state 2022-12-19 21:01:24 +08:00
Shengliang Guan 0b56b4af24 fix: add log for snapshot writer rollback 2022-12-19 20:29:44 +08:00
Minglei Jin b6caecea28 tdb/pager: seek jfd to file begin when abort 2022-12-19 17:11:08 +08:00
Xiaoyu Wang f6d953e62d fix: disable insert csv statements on cloud services 2022-12-19 16:40:40 +08:00
Minglei Jin 1eea4101f1 tdb/pager: new trace log for abort operation 2022-12-19 16:40:08 +08:00
Minglei Jin 8369fef53c fix(tdb): zero page if ncells is zero when init page 2022-12-19 15:34:03 +08:00
Minglei Jin 30db4f9582 fix(tdb): rollback befor commit btree root page 2022-12-19 14:45:22 +08:00
Shengliang Guan b74e0b0715
Merge pull request #19004 from taosdata/FIX/TD-21169-main
fix: allow to rollback sync log buffer beyond startIndex with refill
2022-12-19 12:57:17 +08:00
Shengliang Guan 6e64951c3f
Merge pull request #18995 from taosdata/fix/main_bugfix_wxy
fix: user auth error
2022-12-19 11:53:15 +08:00
Minglei Jin 4e4b3661ea fix(tdb): rollback in-memory pages 2022-12-19 11:39:41 +08:00
Benguang Zhao a218108140 fix: allow to rollback sync log buffer beyond startIndex with refill 2022-12-19 11:15:03 +08:00
Xiaoyu Wang 6868e57351 fix: user auth error 2022-12-19 10:25:14 +08:00
Shengliang Guan f9b08e5c21
Merge pull request #18984 from taosdata/fix/TD-21163-2
fix: mem leak td-21163
2022-12-18 22:24:46 +08:00
Shengliang Guan 2e2e227dbe fix: remove invalid assert 2022-12-18 19:59:17 +08:00
yihaoDeng 11e7c94134 modify test case and memleak while client quit 2022-12-18 13:11:30 +08:00
yihaoDeng 957104f3fa del invalid file 2022-12-18 10:27:25 +08:00
Shengliang Guan 1c0c651b03 Merge branch 'main' into fix/TD-21163-2 2022-12-17 22:36:39 +08:00
Shengliang Guan 7cd76335fe
Merge pull request #18951 from taosdata/enh/td-21144
enh: ignore head line in cvs file
2022-12-17 22:29:56 +08:00
Shengliang Guan f24d8433e1 Merge branch 'main' into fix/td-21029 2022-12-17 20:13:53 +08:00
Shengliang Guan ead5d8edf2 fix: reduce drop dnode speed makes data more secure 2022-12-17 18:34:29 +08:00
yihaoDeng 03c53c9531 fix mem leak 2022-12-16 22:37:24 +08:00
yihaoDeng 9542b95d62 fix mem leak 2022-12-16 22:32:44 +08:00
Shengliang Guan 1a99fefa83
Merge pull request #18980 from taosdata/fix/TS-2292-M
fix(tsdb): default value of tsdbPageSize
2022-12-16 21:42:35 +08:00
kailixu 96bfe146d5 fix: default value of tsdbPageSize 2022-12-16 18:28:10 +08:00
Shengliang Guan 9b98f547d1 fix: reset errorcode after check leader 2022-12-16 17:08:16 +08:00
Shengliang Guan 03ad2087ce
Merge pull request #18978 from taosdata/fix/TD-21288
fix: should not fsync in log level is error
2022-12-16 17:01:48 +08:00
Shengliang Guan 28f4162486
Merge pull request #18968 from taosdata/feature/stream
enh(stream): forbid source db replica > 1
2022-12-16 17:01:26 +08:00
kailixu 728cbbac5e fix(tsdb): default value of tsdbPageSize 2022-12-16 16:55:12 +08:00
Shengliang Guan 4f9cd55a75
Merge pull request #18963 from taosdata/fix/TD-21074
fix: change err msg while vnode is stoped
2022-12-16 16:17:40 +08:00
Shengliang Guan 12088812dd fix: should not fsync in log level is error 2022-12-16 15:54:19 +08:00
Liu Jicong 4ab9638f9a enh(stream): forbid source db replica > 1 2022-12-16 15:41:08 +08:00
Liu Jicong be03f7aa8b Merge branch 'main' into feature/stream 2022-12-16 14:42:44 +08:00