Steven Li
c4b6d4523e
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-05 00:20:41 -07:00
Steven Li
f08e9b082d
now able to fan out conflicting tasks, and detect incorrect results
2020-05-05 00:20:29 -07:00
slguan
65169b0a82
scripts
2020-05-05 13:37:39 +08:00
Steven Li
5d14a74528
Refactored to use ThreadCoordinator and TaskExecutor, added command line parameters
2020-05-04 22:23:27 -07:00
slguan
ccb99d9247
Merge pull request #1799 from taosdata/hotfix/fix-test-script-grep-issue
...
fix grep mistake in test-all.sh for CI.
2020-05-05 13:17:59 +08:00
Shuduo Sang
01faf21760
fix grep mistake in test-all.sh for CI.
2020-05-05 13:00:46 +08:00
slguan
7ca6cfdc32
a sdb confirm issue
2020-05-05 12:26:49 +08:00
slguan
f0fddd5ff8
support binary in show msg
2020-05-05 11:41:22 +08:00
slguan
de5927c50a
Merge pull request #1797 from taosdata/feature/query
...
Feature/query
2020-05-05 10:32:39 +08:00
slguan
9cdf035c88
Merge pull request #1796 from taosdata/hotfix/peerIp
...
peerIp is not set in pConn
2020-05-05 09:58:43 +08:00
slguan
654c85a1fe
Merge pull request #1795 from taosdata/hotfix/#1794
...
fix #1794
2020-05-05 09:58:24 +08:00
jtao1735
76ab7c0687
peerIp is not set in pConn
2020-05-05 01:51:25 +00:00
hzcheng
e06ab2ea83
fix #1794
2020-05-05 09:42:01 +08:00
Steven Li
9f834bbfc9
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-04 15:37:34 -07:00
hjxilinx
64a2c841bc
[td-168] fix bug in group by tbname
2020-05-05 02:25:57 +08:00
hjxilinx
2383e1e0c8
[td-168] fix bug in show
2020-05-05 01:37:49 +08:00
slguan
667d1f40c3
Merge pull request #1793 from taosdata/feature/query
...
[td-168] fix bug in show dnodes/mnodes
2020-05-05 00:55:53 +08:00
hjxilinx
e8c3aaad51
[td-168] fix bug in show dnodes/mnodes
2020-05-05 00:47:28 +08:00
slguan
e71eeecfeb
Merge pull request #1792 from taosdata/feature/query
...
Feature/query
2020-05-05 00:21:35 +08:00
hjxilinx
37c05411a1
[td-168] fix bug in handling variable nchar string
2020-05-04 23:57:28 +08:00
hjxilinx
d87cefab53
Merge branch 'feature/query' of https://github.com/taosdata/TDengine into feature/query
2020-05-04 22:33:09 +08:00
hjxilinx
9cdc251d3d
[td-168] fix bug in handling the new string
2020-05-04 22:18:18 +08:00
slguan
eb5e622817
scripts
2020-05-04 21:34:36 +08:00
slguan
7f550eb660
scripts
2020-05-04 21:18:24 +08:00
slguan
df426f4f31
[TD-150] When sync is not initialized, cannot call dnode write
2020-05-04 16:28:18 +08:00
localvar
718c251739
fix crash
2020-05-04 15:35:12 +08:00
hjxilinx
187c7a2faa
Merge branch 'develop' into feature/query
2020-05-04 14:33:46 +08:00
Steven Li
f392995694
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-03 20:05:29 -07:00
slguan
0d09f6c0b6
add scripts
2020-05-04 10:50:18 +08:00
slguan
f2e8fee8a5
Merge pull request #1787 from taosdata/feature/2.0tsdb
...
Feature/2.0tsdb
2020-05-04 10:41:38 +08:00
hzcheng
5c6cadceb4
Merge branch 'develop' into feature/2.0tsdb
2020-05-04 10:12:19 +08:00
Steven Li
cc93971b67
Fixed a barrier problem, now main/worker thread sync correctly
2020-05-03 19:08:03 -07:00
slguan
f0062b2772
Merge pull request #1785 from haoyifan/fix
...
Proper error handling in dnodeOpenVnodes / dnodeCloseVnodes
2020-05-04 10:07:00 +08:00
slguan
a3dcef3a84
Merge pull request #1784 from haoyifan/develop
...
[Trivial] Fix initialization code of TSDB_MOD_MGMT module.
2020-05-04 10:04:30 +08:00
Steven Li
4e3ad9332a
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-03 18:43:19 -07:00
slguan
168ff863bf
Merge pull request #1786 from taosdata/hotfix/rpcCache
...
rpc shall not check peer IP address, it shall only use FQDN
2020-05-04 09:39:05 +08:00
jtao1735
4402e599bd
minor changes on UDP
2020-05-04 01:38:12 +00:00
jtao1735
a6116dfa3d
delete one more line by accident
2020-05-04 01:17:42 +00:00
jtao1735
cbf3c61d4b
rpc shall not check peer IP address, it shall only use FQDN
2020-05-04 01:03:59 +00:00
Steven Li
2d76c46756
Added per-thread-db-connection option, after getting Python argparse
2020-05-03 17:28:18 -07:00
Steven Li
24ad275d4b
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-03 13:54:14 -07:00
yifan hao
952eec1431
Proper error handling in dnodeOpenVnodes / dnodeCloseVnodes
...
* Description
These two functions do not properly handle any error returned from
dnodeGetVnodeList(). This patch als changes the signature of
dnodeGetVnodeList() to make sure it returns only status, and number
of vnodes is passed out through a separate argument.
* Testing
Before the patch, if I start taosd and then remove 'vnode' folder,
the shutdown message would include the following:
05/03 14:26:17.158204 0x140025950476096 DND total vnodes:-2147483296 are
all closed
This shows the code uses error code as vnode count.
After the patch, it outputs proper error message:
05/03 14:30:45.044762 0x139933723604800 DND Get dnode list failed
2020-05-03 14:51:20 -06:00
yifan hao
9336fd3df1
Proper error handling in dnodeOpenVnodes / dnodeCloseVnodes
...
* Description
These two functions do not properly handle any error returned from
dnodeGetVnodeList(). This patch als changes the signature of
dnodeGetVnodeList() to make sure it returns only status, and number
of vnodes is passed out through a separate argument.
* Testing
Before the patch, if I start taosd and then remove 'vnode' folder,
the shutdown message would include the following:
05/03 14:26:17.158204 0x140025950476096 DND total vnodes:-2147483296 are
all closed
This shows the code uses error code as vnode count.
After the patch, it outputs proper error message:
05/03 14:30:45.044762 0x139933723604800 DND Get dnode list failed
2020-05-03 14:46:09 -06:00
yifan hao
f041e6c25c
[Trivial] Fix initialization code of TSDB_MOD_MGMT module.
...
* Description
This patch fixes enablement of TSDB_MOD_MGMT module, which was
incorrectly assign to 'name' variable.
* Testing
Compile the code. Feel free to suggest more testing that needs to
be done. Given that 'tsModule' is zero initialized, I don't think
there's any functional difference for this patch.
2020-05-03 13:10:35 -06:00
hjxilinx
649331b8fc
[td-168] remove a print
2020-05-04 00:09:33 +08:00
slguan
a2f6d85c9d
add scripts
2020-05-03 23:57:11 +08:00
hjxilinx
71ea621acf
[td-168] rpc cache problem
2020-05-03 23:22:33 +08:00
slguan
23303a7df8
Merge pull request #1783 from taosdata/hotfix/rpcCrash
...
if resposne is received, and no corresponding connection there, it sh…
2020-05-03 22:06:10 +08:00
jtao1735
2b4fb9c9de
if resposne is received, and no corresponding connection there, it shall return an error
2020-05-03 13:52:25 +00:00
hzcheng
26e0475808
Fix TSDB commit invalid read error
2020-05-03 16:48:46 +08:00