Commit Graph

2468 Commits

Author SHA1 Message Date
slguan 445cdc2d8b [TD-114] save vnode cfg into config file 2020-04-06 20:24:37 +08:00
slguan 69a071d8f6 fix some warnings and format code 2020-04-06 18:20:54 +08:00
slguan fb92f93f11
Merge pull request #1540 from taosdata/feature/dnode
fix warnings
2020-04-06 17:58:38 +08:00
slguan 9e0b9fd2a9 fix warnings 2020-04-06 17:55:21 +08:00
slguan 2408106c30
Merge pull request #1535 from taosdata/hotfix/walcksum
checksum error
2020-04-06 17:28:13 +08:00
slguan 83a927dcb6
Merge pull request #1534 from sangshuduo/fix-compile-warning-of-walMain-c
fix walMain.c compile warning.
2020-04-06 17:28:02 +08:00
slguan 8b292f98a9
Merge pull request #1536 from taosdata/hotfix/vnodeclose
dont delete vnode hash until the final stage, otherwise, pVnode will …
2020-04-06 17:27:24 +08:00
slguan f0ade675e4
Merge pull request #1539 from sangshuduo/dont-show-compile-warning-of-sql-c
don't show compile warning of sql.c as it's from 3rd party.
2020-04-06 17:23:04 +08:00
slguan 624d62bade
Merge pull request #1538 from taosdata/feature/query
Feature/query
2020-04-06 17:22:51 +08:00
slguan aeef63f0da
Merge pull request #1537 from taosdata/feature/2.0tsdb
Feature/2.0tsdb
2020-04-06 17:22:34 +08:00
Shuduo Sang 3f9e9a73fe don't show compile warning of sql.c as it's from 3rd party. 2020-04-06 17:14:35 +08:00
hjxilinx e7d408c9b8 [td-98] merge develop branch 2020-04-06 16:45:27 +08:00
hjxilinx 72add021b7 [TD-98]fix memory leaks during query and fix query bugs. 2020-04-06 16:29:11 +08:00
Jeff Tao 6b14aeb230 allocate vnodeObj in standard way, not through hash function 2020-04-06 14:47:47 +08:00
hzcheng ecd1e28934 add wal interface 2020-04-06 14:24:38 +08:00
Jeff Tao d4254489da dont delete vnode hash until the final stage, otherwise, pVnode will be freed 2020-04-06 14:23:18 +08:00
Jeff Tao ef46a9a9c8 checksum error 2020-04-06 14:09:09 +08:00
Shuduo Sang 2da4cd5a0a fix walMain.c compile warning. 2020-04-06 14:03:53 +08:00
hzcheng cc8bade653 Merge branch 'develop' into feature/2.0tsdb 2020-04-06 11:37:55 +08:00
slguan f890815518
Merge pull request #1533 from taosdata/feature/dnode
pass clog parameters to dnode
2020-04-06 10:51:00 +08:00
slguan d6cda29863 pass clog parameters to dnode 2020-04-06 10:49:45 +08:00
hzcheng 34cda1cb94 TD-100 2020-04-06 10:13:34 +08:00
hzcheng a299c6769e TD-100 2020-04-06 10:13:18 +08:00
slguan 419b59a7a1
Merge pull request #1532 from taosdata/refact/dnodemgmt
remove the status checking on cleanup
2020-04-06 09:04:58 +08:00
Jeff Tao f4f7dfa65e remove the status checking on cleanup 2020-04-06 07:59:42 +08:00
hjxilinx 5316ca3281 [TD-98] 2020-04-06 00:57:56 +08:00
slguan 272591b3bb
Merge pull request #1531 from taosdata/feature/dnode
handle a reference counting bug
2020-04-06 00:57:07 +08:00
slguan 8dabfc562e handle a reference counting bug 2020-04-06 00:56:31 +08:00
slguan 23c04ba290
Merge pull request #1529 from taosdata/refact/dnodemgmt
optimize the code in dnodeMgmt, so it can close vnode one by one when…
2020-04-06 00:46:45 +08:00
slguan e2706d79c1
Merge pull request #1530 from taosdata/feature/query
Feature/query
2020-04-06 00:38:32 +08:00
Jeff Tao 58607175ee optimize the code in dnodeMgmt, so it can close vnode one by one when dnode cleans up
remove the RPC warnings
2020-04-05 23:16:28 +08:00
hjxilinx fd7220693f [TD-98] fix insertion caused client crash, and memory leak during insertion. 2020-04-05 22:45:37 +08:00
hjxilinx 2f340b7cac Merge branch 'develop' into feature/query 2020-04-05 22:25:11 +08:00
slguan 67acb1f3bd
Merge pull request #1528 from taosdata/feature/2.0tsdb
fix some warning problem
2020-04-05 22:05:36 +08:00
hjxilinx a91f0736fa [TD-98] update the hash functions for rpc module 2020-04-05 22:05:28 +08:00
slguan 30aeadffd1
Merge pull request #1527 from taosdata/hotfix/headfile
a wrong pointer in vnodeWriteToQueue
2020-04-05 22:05:09 +08:00
hzcheng 5c915f0d42 fix some warning problem 2020-04-05 20:26:58 +08:00
Jeff Tao a1f675c8d1 rename a structure to remove the duplication 2020-04-05 20:03:18 +08:00
Jeff Tao 2ce6142cdc a wrong pointer in vnodeWriteToQueue
refCount shall be increased by one
2020-04-05 19:24:19 +08:00
slguan 9fa0685a24 [TD-93] fix deadlocks in dnode 2020-04-05 18:40:18 +08:00
slguan fb56f9dce7 Merge remote-tracking branch 'origin/develop' into refactor/cluster 2020-04-05 18:06:31 +08:00
slguan f5c561aaea
Merge pull request #1526 from taosdata/feature/query
Feature/query
2020-04-05 18:02:41 +08:00
slguan 23f8739efd
Merge pull request #1525 from taosdata/hotfix/headfile
Hotfix/headfile
2020-04-05 17:56:38 +08:00
hjxilinx a3af16e8a8 [TD-98] suppress compiler warnings. 2020-04-05 16:40:08 +08:00
hjxilinx d88df895b4 [TD-98] fix a valgrind warning of accessing uninitialised value. 2020-04-05 16:02:22 +08:00
hjxilinx 2e06575ad9 [TD-98] fix a typo 2020-04-05 15:51:55 +08:00
hjxilinx d8aa6d9355 [TD-98] suppress compiler warnings and fix some typo 2020-04-05 15:50:41 +08:00
slguan 158cf67343 [TD-93] sort out error codes 2020-04-05 15:05:54 +08:00
slguan d3b3c4bf4a sort out error codes 2020-04-05 15:04:51 +08:00
Jeff Tao f4a4610bf2 remove temp
remove the debug in tqueue
2020-04-05 14:54:34 +08:00