Commit Graph

  • 4ecb5e0f7f refCount may be negative is vnodeRelease is called appropriately add assert there in case it happens Jeff Tao 2020-04-10 11:51:00 +0800
  • 0bb86882a5
    Update administrator-ch.md slguan 2020-04-10 11:48:17 +0800
  • b17e732938 make output clear and add general/db testcases. Shuduo Sang 2020-04-10 11:40:46 +0800
  • 909876fa05 change errno index slguan 2020-04-10 11:08:59 +0800
  • 56e1f90d4b
    Merge pull request #1571 from taosdata/feature/sync slguan 2020-04-10 10:04:43 +0800
  • d1645d3d5b
    Merge branch 'develop' into feature/sync Jeff Tao 2020-04-10 09:03:13 +0800
  • be2f915fb4 option index is out of range Jeff Tao 2020-04-10 08:59:17 +0800
  • 358dad34ba a minor change Jeff Tao 2020-04-10 08:40:08 +0800
  • 945f3ac25e NOT_READY is not processed in a right way Jeff Tao 2020-04-09 23:31:52 +0800
  • c1aab9ae7d
    Merge pull request #1570 from taosdata/feature/balance slguan 2020-04-09 21:11:16 +0800
  • 6799a45dcf
    Merge pull request #1569 from taosdata/add-testcase-execution-in-ci slguan 2020-04-09 20:40:33 +0800
  • f6551e7792
    Merge pull request #1568 from taosdata/hotfix/add-query-to-shared-library slguan 2020-04-09 20:39:57 +0800
  • 37b2937203 fix stop_dnodes.sh with postpone socket cleanup and same timestamp issue in general/table/basic2.sim. Shuduo Sang 2020-04-09 19:08:26 +0800
  • b64daf73fd TD-100 hzcheng 2020-04-09 18:44:27 +0800
  • 0ba8636c84 add some scripts slguan 2020-04-09 17:52:52 +0800
  • 55fa8b060a fix compile while intergreate sync module slguan 2020-04-09 17:49:35 +0800
  • 7b5c13a857 add query in shared library Shuduo Sang 2020-04-09 17:08:11 +0800
  • dff00db7fc Merge branch 'feature/sync' into feature/balance slguan 2020-04-09 16:19:12 +0800
  • f87b68d9a8 Merge branch 'develop' into feature/balance slguan 2020-04-09 16:17:35 +0800
  • d5de8dc1e3 [TD-82] fix error while balance slguan 2020-04-09 16:15:21 +0800
  • 3dfe486d1c TD-100 hzcheng 2020-04-09 16:12:47 +0800
  • 3899ae8707 fix the bug in sync integration Jeff Tao 2020-04-09 15:57:32 +0800
  • d860ec1b86
    Merge pull request #1553 from taosdata/feature/query slguan 2020-04-09 15:50:19 +0800
  • 775c89386b
    Merge pull request #1564 from taosdata/hotfix/mem_leak slguan 2020-04-09 15:47:56 +0800
  • c65f4afbb2
    Merge pull request #1563 from taosdata/add-testcase-execution-in-ci slguan 2020-04-09 15:47:11 +0800
  • b0fe9341f1 TD-100 hzcheng 2020-04-09 14:41:18 +0800
  • 64e59d9463 fix log print error slguan 2020-04-09 14:38:00 +0800
  • b37185e540 fix part of mem-leak hzcheng 2020-04-09 04:30:33 +0000
  • 1e33660c87 Merge branch 'feature/balance' into feature/sync slguan 2020-04-09 11:08:54 +0800
  • d1b9a866c9 Merge branch 'develop' into feature/2.0tsdb hzcheng 2020-04-09 10:02:52 +0800
  • 136f99ed5c TD-100 hzcheng 2020-04-09 09:58:06 +0800
  • 4f350284ab [TD-82] first edition of balance slguan 2020-04-08 23:36:37 +0800
  • 8f54cb6768 fix crash while drop databases slguan 2020-04-08 23:27:10 +0800
  • 4926dddebb fix kill script to avoid others' path with taosdata be killed by mistake. Shuduo Sang 2020-04-08 23:14:44 +0800
  • 366068e287 make the add/sub atomic Jeff Tao 2020-04-08 22:34:05 +0800
  • 3e1811b0e6
    Merge pull request #1561 from taosdata/fix-use-after-free-issues slguan 2020-04-08 22:22:33 +0800
  • 99e0873a41
    Merge pull request #1562 from taosdata/hotfix/rpcrealloc slguan 2020-04-08 22:21:59 +0800
  • 769ef5be3c remove the hard code for max number of vnodes Jeff Tao 2020-04-08 22:19:46 +0800
  • 4f945ec62a return after free Jeff Tao 2020-04-08 21:37:39 +0800
  • 0ba919dbac add compile option for sync slguan 2020-04-08 21:16:58 +0800
  • dc3c33a820 integrate WAL module Jeff Tao 2020-04-08 21:05:19 +0800
  • 770392fbde fix use-after-free issues. Shuduo Sang 2020-04-08 20:25:03 +0800
  • 7b34220674
    Merge pull request #1560 from taosdata/fix-missing-mutex-unlock-issues slguan 2020-04-08 20:14:45 +0800
  • 8568f4c461 [TD-82] refactor balance module slguan 2020-04-08 20:02:29 +0800
  • a7aa4e1e5f fix missing mutex-unlock call in few files. Shuduo Sang 2020-04-08 19:19:24 +0800
  • 54bbfe74c7 add sleep while connect taosd slguan 2020-04-08 18:52:07 +0800
  • 5704cb3ad9
    Merge pull request #1559 from sangshuduo/add-test-execution-in-ci slguan 2020-04-08 18:49:59 +0800
  • 6acca129df merge from tip of develop branch. Shuduo Sang 2020-04-08 17:42:40 +0800
  • bed8890fe8 TD-100 hzcheng 2020-04-08 18:04:03 +0800
  • 57f96f1b21 add test execution in CI Shuduo Sang 2020-04-06 08:39:39 +0800
  • 2d0396e903 Merge remote-tracking branch 'origin/feature/sync' into feature/balance slguan 2020-04-08 17:29:55 +0800
  • 45b90bf909 add testcase execution in CI Shuduo Sang 2020-04-08 17:04:16 +0800
  • 4f6cb328b2 change the API to fit the changes in syncCfg Jeff Tao 2020-04-08 16:59:28 +0800
  • 834754b0dc merge from tip of develop branch. Shuduo Sang 2020-04-08 15:07:05 +0800
  • c84cd03f49 fix memory error slguan 2020-04-08 15:27:40 +0800
  • ead50301fd add test execution in CI Shuduo Sang 2020-04-06 08:39:39 +0800
  • 871322a485 script slguan 2020-04-08 13:46:36 +0800
  • 76d4cdf869 Merge remote-tracking branch 'origin/develop' into feature/balance slguan 2020-04-08 12:43:47 +0800
  • 3c8d8bc428 fix read file error slguan 2020-04-08 12:42:02 +0800
  • 029391f038
    Merge pull request #1557 from taosdata/feature/vpeer slguan 2020-04-08 12:26:09 +0800
  • c536cdd39c [TD-114] add wal config slguan 2020-04-08 12:24:32 +0800
  • cfd3eb2f8a [TD-114] slguan 2020-04-08 09:54:52 +0800
  • 2ef4c4217a
    Merge pull request #1556 from taosdata/feature/sync slguan 2020-04-08 09:46:54 +0800
  • e1a3d7f295 remove SWalHead in tsync.h Jeff Tao 2020-04-08 09:40:20 +0800
  • 3c77d2c399 add walCfg, syncCfg structure Jeff Tao 2020-04-08 09:36:20 +0800
  • 253c7e64d6 first version of committing data hzcheng 2020-04-07 18:46:09 +0800
  • b8c25f148c Merge branch 'develop' into add-test-execution-in-ci Shuduo Sang 2020-04-07 16:39:18 +0800
  • 69fec0077a remove script from basic suite slguan 2020-04-07 16:30:45 +0800
  • 54f28dc5f3 [td-98] add retry counting hjxilinx 2020-04-07 16:30:14 +0800
  • 44620e056c [td-98] support iplist hjxilinx 2020-04-07 15:57:48 +0800
  • 6f67da7aa2 add test execution in CI Shuduo Sang 2020-04-06 08:39:39 +0800
  • 7475444099
    Merge pull request #1552 from taosdata/add-flag-to-treat-all-warnings-as-errors slguan 2020-04-07 15:48:32 +0800
  • 77c6f616f9 add compile flag to treat all warnings as errors. Shuduo Sang 2020-04-07 14:39:31 +0800
  • 508ce47d02
    Merge pull request #1551 from taosdata/feature/vpeer slguan 2020-04-07 14:46:24 +0800
  • 39ecb90a12 [TD-116] split dnodeRead to dnodeVnode slguan 2020-04-07 14:43:25 +0800
  • 22c4efef42
    Merge pull request #1549 from taosdata/feature/query slguan 2020-04-07 13:00:17 +0800
  • fa5e2698fe [td-98] fix bugs in query when data in both cache and files hjxilinx 2020-04-07 12:55:31 +0800
  • 4b5dab104f
    Merge pull request #1548 from taosdata/feature/vpeer slguan 2020-04-07 12:22:22 +0800
  • f14b13816c [TD-116] add vnodeAccquire vnode slguan 2020-04-07 12:20:17 +0800
  • 38c5af3945
    Merge pull request #1544 from taosdata/feature/vpeer slguan 2020-04-07 09:39:57 +0800
  • 64edcaf10e fix bug in log print slguan 2020-04-07 09:37:56 +0800
  • c684094f7a
    Merge pull request #1543 from taosdata/feature/vpeer slguan 2020-04-07 00:16:48 +0800
  • f54daccdc6 Merge remote-tracking branch 'origin/develop' into feature/vpeer slguan 2020-04-07 00:14:27 +0800
  • af3944bb73
    Merge pull request #1542 from taosdata/feature/query slguan 2020-04-07 00:13:40 +0800
  • d87de41a77 fix warnings slguan 2020-04-06 23:59:18 +0800
  • ddd3d8d330 Merge branch 'develop' into feature/vpeer slguan 2020-04-06 23:55:40 +0800
  • 8c4747e81d [TD-114] add balance interface, so it can create database with replica 2 option slguan 2020-04-06 23:52:43 +0800
  • 224fa95f67 [td-98] fix bugs in query processing hjxilinx 2020-04-06 23:32:29 +0800
  • 1363666c5a
    Merge pull request #1541 from sangshuduo/fix-2.0-compile-warning slguan 2020-04-06 23:22:43 +0800
  • 2b72bab466 fix 2.0 branch compile warning. Shuduo Sang 2020-04-06 21:39:09 +0800
  • 445cdc2d8b [TD-114] save vnode cfg into config file slguan 2020-04-06 20:24:37 +0800
  • 69a071d8f6 fix some warnings and format code slguan 2020-04-06 18:20:54 +0800
  • fb92f93f11
    Merge pull request #1540 from taosdata/feature/dnode slguan 2020-04-06 17:58:38 +0800
  • 9e0b9fd2a9 fix warnings slguan 2020-04-06 17:55:21 +0800
  • 2408106c30
    Merge pull request #1535 from taosdata/hotfix/walcksum slguan 2020-04-06 17:28:13 +0800
  • 83a927dcb6
    Merge pull request #1534 from sangshuduo/fix-compile-warning-of-walMain-c slguan 2020-04-06 17:28:02 +0800
  • 8b292f98a9
    Merge pull request #1536 from taosdata/hotfix/vnodeclose slguan 2020-04-06 17:27:24 +0800
  • f0ade675e4
    Merge pull request #1539 from sangshuduo/dont-show-compile-warning-of-sql-c slguan 2020-04-06 17:23:04 +0800
  • 624d62bade
    Merge pull request #1538 from taosdata/feature/query slguan 2020-04-06 17:22:51 +0800
  • aeef63f0da
    Merge pull request #1537 from taosdata/feature/2.0tsdb slguan 2020-04-06 17:22:34 +0800