Commit Graph

2502 Commits

Author SHA1 Message Date
slguan 88b06baf89
Merge pull request #1576 from taosdata/hotfix/releasevnode
refCount may be negative if vnodeRelease is called appropriately
2020-04-10 11:57:38 +08:00
slguan b100f34e7e
Merge pull request #1575 from taosdata/add-testcase-execution-in-ci
make output clear and add general/db testcases.
2020-04-10 11:57:22 +08:00
Jeff Tao 4ecb5e0f7f refCount may be negative is vnodeRelease is called appropriately
add assert there in case it happens
2020-04-10 11:51:00 +08:00
slguan 0bb86882a5
Update administrator-ch.md 2020-04-10 11:48:17 +08:00
Shuduo Sang b17e732938 make output clear and add general/db testcases. 2020-04-10 11:40:46 +08:00
slguan 56e1f90d4b
Merge pull request #1571 from taosdata/feature/sync
Feature/sync
2020-04-10 10:04:43 +08:00
Jeff Tao d1645d3d5b
Merge branch 'develop' into feature/sync 2020-04-10 09:03:13 +08:00
Jeff Tao be2f915fb4 option index is out of range 2020-04-10 08:59:17 +08:00
Jeff Tao 358dad34ba a minor change 2020-04-10 08:40:08 +08:00
Jeff Tao 945f3ac25e NOT_READY is not processed in a right way 2020-04-09 23:31:52 +08:00
slguan c1aab9ae7d
Merge pull request #1570 from taosdata/feature/balance
Feature/balance
2020-04-09 21:11:16 +08:00
slguan 6799a45dcf
Merge pull request #1569 from taosdata/add-testcase-execution-in-ci
fix stop_dnodes.sh with postpone socket cleanup and same timestamp is…
2020-04-09 20:40:33 +08:00
slguan f6551e7792
Merge pull request #1568 from taosdata/hotfix/add-query-to-shared-library
add query in shared library to support python test script execution.
2020-04-09 20:39:57 +08:00
Shuduo Sang 37b2937203 fix stop_dnodes.sh with postpone socket cleanup and same timestamp issue in general/table/basic2.sim. 2020-04-09 19:08:26 +08:00
slguan 0ba8636c84 add some scripts 2020-04-09 17:52:52 +08:00
slguan 55fa8b060a fix compile while intergreate sync module 2020-04-09 17:49:35 +08:00
Shuduo Sang 7b5c13a857 add query in shared library
[TD-96]
2020-04-09 17:08:11 +08:00
slguan dff00db7fc Merge branch 'feature/sync' into feature/balance
# Conflicts:
#	src/vnode/main/src/vnodeMain.c
2020-04-09 16:19:12 +08:00
slguan f87b68d9a8 Merge branch 'develop' into feature/balance 2020-04-09 16:17:35 +08:00
slguan d5de8dc1e3 [TD-82] fix error while balance 2020-04-09 16:15:21 +08:00
Jeff Tao 3899ae8707 fix the bug in sync integration 2020-04-09 15:57:32 +08:00
slguan d860ec1b86
Merge pull request #1553 from taosdata/feature/query
[td-98] support iplist
2020-04-09 15:50:19 +08:00
slguan 775c89386b
Merge pull request #1564 from taosdata/hotfix/mem_leak
fix part of mem-leak
2020-04-09 15:47:56 +08:00
slguan c65f4afbb2
Merge pull request #1563 from taosdata/add-testcase-execution-in-ci
Add testcase execution in ci
2020-04-09 15:47:11 +08:00
slguan 64e59d9463 fix log print error 2020-04-09 14:38:00 +08:00
hzcheng b37185e540 fix part of mem-leak 2020-04-09 04:30:33 +00:00
slguan 1e33660c87 Merge branch 'feature/balance' into feature/sync
# Conflicts:
#	src/vnode/main/inc/vnodeInt.h
2020-04-09 11:08:54 +08:00
slguan 4f350284ab [TD-82] first edition of balance 2020-04-08 23:36:37 +08:00
slguan 8f54cb6768 fix crash while drop databases 2020-04-08 23:27:10 +08:00
Shuduo Sang 4926dddebb fix kill script to avoid others' path with taosdata be killed by mistake. 2020-04-08 23:14:44 +08:00
Jeff Tao 366068e287 make the add/sub atomic 2020-04-08 22:34:05 +08:00
slguan 3e1811b0e6
Merge pull request #1561 from taosdata/fix-use-after-free-issues
fix use-after-free issues.
2020-04-08 22:22:33 +08:00
slguan 99e0873a41
Merge pull request #1562 from taosdata/hotfix/rpcrealloc
return after free
2020-04-08 22:21:59 +08:00
Jeff Tao 769ef5be3c remove the hard code for max number of vnodes 2020-04-08 22:19:46 +08:00
Jeff Tao 4f945ec62a return after free 2020-04-08 21:37:39 +08:00
slguan 0ba919dbac add compile option for sync 2020-04-08 21:16:58 +08:00
Jeff Tao dc3c33a820 integrate WAL module 2020-04-08 21:05:19 +08:00
Shuduo Sang 770392fbde fix use-after-free issues.
[TD-122]
2020-04-08 20:25:03 +08:00
slguan 7b34220674
Merge pull request #1560 from taosdata/fix-missing-mutex-unlock-issues
fix missing mutex-unlock call in few files.
2020-04-08 20:14:45 +08:00
slguan 8568f4c461 [TD-82] refactor balance module 2020-04-08 20:02:29 +08:00
Shuduo Sang a7aa4e1e5f fix missing mutex-unlock call in few files.
[TD-121]
2020-04-08 19:19:24 +08:00
slguan 54bbfe74c7 add sleep while connect taosd 2020-04-08 18:52:07 +08:00
slguan 5704cb3ad9
Merge pull request #1559 from sangshuduo/add-test-execution-in-ci
Add test execution in ci
2020-04-08 18:49:59 +08:00
Shuduo Sang 6acca129df merge from tip of develop branch. 2020-04-08 18:19:54 +08:00
Shuduo Sang 57f96f1b21 add test execution in CI
[TD-96]
2020-04-08 17:39:30 +08:00
slguan 2d0396e903 Merge remote-tracking branch 'origin/feature/sync' into feature/balance 2020-04-08 17:29:55 +08:00
Shuduo Sang 45b90bf909 add testcase execution in CI
[TD-96]
2020-04-08 17:20:34 +08:00
Jeff Tao 4f6cb328b2 change the API to fit the changes in syncCfg 2020-04-08 16:59:28 +08:00
Shuduo Sang 834754b0dc merge from tip of develop branch. 2020-04-08 16:47:49 +08:00
slguan c84cd03f49 fix memory error 2020-04-08 15:27:40 +08:00