Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
c2b87d13
T
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1184
Star
22015
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
c2b87d13
编写于
11月 27, 2022
作者:
S
Shengliang Guan
提交者:
GitHub
11月 27, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #18495 from taosdata/fix/TD-20777
fix: memory leak while subscribe
上级
83f1f8d9
e4805a0c
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
21 addition
and
17 deletion
+21
-17
source/dnode/mnode/impl/src/mndScheduler.c
source/dnode/mnode/impl/src/mndScheduler.c
+2
-0
source/dnode/mnode/impl/src/mndTopic.c
source/dnode/mnode/impl/src/mndTopic.c
+2
-0
tests/parallel_test/cases.task
tests/parallel_test/cases.task
+17
-17
未找到文件。
source/dnode/mnode/impl/src/mndScheduler.c
浏览文件 @
c2b87d13
...
...
@@ -585,6 +585,8 @@ int32_t mndSchedInitSubEp(SMnode* pMnode, const SMqTopicObj* pTopic, SMqSubscrib
}
else
{
pVgEp
->
qmsg
=
strdup
(
""
);
}
sdbRelease
(
pSdb
,
pVgroup
);
}
ASSERT
(
pSub
->
unassignedVgs
->
size
>
0
);
...
...
source/dnode/mnode/impl/src/mndTopic.c
浏览文件 @
c2b87d13
...
...
@@ -512,6 +512,8 @@ static int32_t mndCreateTopic(SMnode *pMnode, SRpcMsg *pReq, SCMCreateTopicReq *
mndTransDrop
(
pTrans
);
return
-
1
;
}
sdbRelease
(
pSdb
,
pVgroup
);
}
}
...
...
tests/parallel_test/cases.task
浏览文件 @
c2b87d13
...
...
@@ -691,7 +691,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqAlterSchema.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqAlterSchema.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
...
...
@@ -700,31 +700,31 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropStb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropStbCtb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
,,
,system-test,
python3 ./test.py -f 7-tmq/tmqUdf.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/tmqUdf.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py
,,
,system-test,
python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
,,
,system-test,
python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
,,
,system-test,
python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmq_taosx.py
,,
,system-test,
python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5
,,,system-test,python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录