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 |
Jeff Tao
|
00e09623ae
|
head file is messed up
vnodeWrite.c does not include dnode.h
|
2020-04-05 14:48:38 +08:00 |
slguan
|
be6d0aecfe
|
Merge pull request #1524 from sangshuduo/temporary-disable-mac-compile
temporary disable Mac compile.
|
2020-04-05 13:26:52 +08:00 |
Shuduo Sang
|
dcff7d40aa
|
temporary disable Mac compile.
[TD-109]
|
2020-04-05 10:35:52 +08:00 |
slguan
|
ca0c8b2fd8
|
Merge pull request #1523 from taosdata/hotfix/headfile
re-arrange the head file to make it more logical
|
2020-04-05 10:34:20 +08:00 |
Jeff Tao
|
e10186e8a8
|
re-arrange the head file to make it more logicl
|
2020-04-05 10:29:59 +08:00 |
slguan
|
48fed13aad
|
Merge pull request #1522 from taosdata/refactor/cluster
refactor code directory
|
2020-04-05 09:48:12 +08:00 |
slguan
|
851ebaac3e
|
refactor code directory
|
2020-04-05 09:46:51 +08:00 |
slguan
|
fddd256fee
|
Merge pull request #1520 from taosdata/feature/wal
integrate WAL module
|
2020-04-05 09:28:04 +08:00 |
Jeff Tao
|
cc2dfbf5ef
|
add code for write response
|
2020-04-05 09:08:32 +08:00 |
slguan
|
f9876dd76c
|
Merge pull request #1521 from taosdata/feature/query
[TD-98] fix memory leaks and invalid write
|
2020-04-05 08:37:15 +08:00 |
slguan
|
c4b6bfd922
|
[TD-93] fix compile error
|
2020-04-05 08:32:16 +08:00 |
hjxilinx
|
93bd14716c
|
[TD-98] fix memory leaks and invalid write
|
2020-04-05 01:14:37 +08:00 |
Jeff Tao
|
ff41901d5e
|
Merge branch 'develop' into feature/wal
|
2020-04-04 19:19:31 +08:00 |