Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
271264f6
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
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看板
提交
271264f6
编写于
4月 13, 2022
作者:
S
Shengliang Guan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refact(cluster): node mgmt
上级
3de4b0ad
变更
20
显示空白变更内容
内联
并排
Showing
20 changed file
with
19 addition
and
19 deletion
+19
-19
source/dnode/mgmt/exe/dmMain.c
source/dnode/mgmt/exe/dmMain.c
+1
-1
source/dnode/mgmt/implement/inc/dmImp.h
source/dnode/mgmt/implement/inc/dmImp.h
+1
-1
source/dnode/mgmt/implement/src/dmEps.c
source/dnode/mgmt/implement/src/dmEps.c
+1
-1
source/dnode/mgmt/implement/src/dmExec.c
source/dnode/mgmt/implement/src/dmExec.c
+1
-1
source/dnode/mgmt/implement/src/dmHandle.c
source/dnode/mgmt/implement/src/dmHandle.c
+1
-1
source/dnode/mgmt/implement/src/dmMonitor.c
source/dnode/mgmt/implement/src/dmMonitor.c
+1
-1
source/dnode/mgmt/implement/src/dmObj.c
source/dnode/mgmt/implement/src/dmObj.c
+1
-1
source/dnode/mgmt/implement/src/dmTransport.c
source/dnode/mgmt/implement/src/dmTransport.c
+1
-1
source/dnode/mgmt/implement/src/dmWorker.c
source/dnode/mgmt/implement/src/dmWorker.c
+1
-1
source/dnode/mgmt/interface/inc/dmDef.h
source/dnode/mgmt/interface/inc/dmDef.h
+1
-1
source/dnode/mgmt/interface/inc/dmInt.h
source/dnode/mgmt/interface/inc/dmInt.h
+1
-1
source/dnode/mgmt/interface/inc/dmLog.h
source/dnode/mgmt/interface/inc/dmLog.h
+0
-0
source/dnode/mgmt/interface/src/dmEnv.c
source/dnode/mgmt/interface/src/dmEnv.c
+1
-1
source/dnode/mgmt/interface/src/dmFile.c
source/dnode/mgmt/interface/src/dmFile.c
+1
-1
source/dnode/mgmt/interface/src/dmInt.c
source/dnode/mgmt/interface/src/dmInt.c
+1
-1
source/dnode/mgmt/mgmt_bnode/inc/bmInt.h
source/dnode/mgmt/mgmt_bnode/inc/bmInt.h
+1
-1
source/dnode/mgmt/mgmt_mnode/inc/mmInt.h
source/dnode/mgmt/mgmt_mnode/inc/mmInt.h
+1
-1
source/dnode/mgmt/mgmt_qnode/inc/qmInt.h
source/dnode/mgmt/mgmt_qnode/inc/qmInt.h
+1
-1
source/dnode/mgmt/mgmt_snode/inc/smInt.h
source/dnode/mgmt/mgmt_snode/inc/smInt.h
+1
-1
source/dnode/mgmt/mgmt_vnode/inc/vmInt.h
source/dnode/mgmt/mgmt_vnode/inc/vmInt.h
+1
-1
未找到文件。
source/dnode/mgmt/exe/d
nd
Main.c
→
source/dnode/mgmt/exe/d
m
Main.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
#include "tconfig.h"
static
struct
{
...
...
source/dnode/mgmt/implement/inc/d
nd
Imp.h
→
source/dnode/mgmt/implement/inc/d
m
Imp.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_IMP_H_
#define _TD_DND_IMP_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#ifdef __cplusplus
extern
"C"
{
...
...
source/dnode/mgmt/implement/src/d
nd
Eps.c
→
source/dnode/mgmt/implement/src/d
m
Eps.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
void
dmPrintDnodes
(
SDnodeData
*
pMgmt
);
static
bool
dmIsEpChanged
(
SDnodeData
*
pMgmt
,
int32_t
dnodeId
,
const
char
*
ep
);
...
...
source/dnode/mgmt/implement/src/d
nd
Exec.c
→
source/dnode/mgmt/implement/src/d
m
Exec.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
bool
dndRequireNode
(
SMgmtWrapper
*
pWrapper
)
{
bool
required
=
false
;
...
...
source/dnode/mgmt/implement/src/d
nd
Handle.c
→
source/dnode/mgmt/implement/src/d
m
Handle.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
int32_t
dmProcessStatusRsp
(
SDnode
*
pDnode
,
SRpcMsg
*
pRsp
)
{
SDnode
*
pDnode
=
pMgmt
->
pDnode
;
...
...
source/dnode/mgmt/implement/src/d
nd
Monitor.c
→
source/dnode/mgmt/implement/src/d
m
Monitor.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
void
dmGetMonitorBasicInfo
(
SDnode
*
pDnode
,
SMonBasicInfo
*
pInfo
)
{
pInfo
->
protocol
=
1
;
...
...
source/dnode/mgmt/implement/src/d
nd
Obj.c
→
source/dnode/mgmt/implement/src/d
m
Obj.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
int32_t
dndInitVars
(
SDnode
*
pDnode
,
const
SDnodeOpt
*
pOption
)
{
...
...
source/dnode/mgmt/implement/src/d
nd
Transport.c
→
source/dnode/mgmt/implement/src/d
m
Transport.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
#define INTERNAL_USER "_dnd"
#define INTERNAL_CKEY "_key"
...
...
source/dnode/mgmt/implement/src/d
nd
Worker.c
→
source/dnode/mgmt/implement/src/d
m
Worker.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Imp.h"
#include "d
m
Imp.h"
static
void
*
dmStatusThreadFp
(
void
*
param
)
{
SDnode
*
pDnode
=
param
;
...
...
source/dnode/mgmt/interface/inc/d
nd
Def.h
→
source/dnode/mgmt/interface/inc/d
m
Def.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_DEF_H_
#define _TD_DND_DEF_H_
#include "d
nd
Log.h"
#include "d
m
Log.h"
#include "cJSON.h"
#include "tcache.h"
...
...
source/dnode/mgmt/interface/inc/d
nd
Int.h
→
source/dnode/mgmt/interface/inc/d
m
Int.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_INT_H_
#define _TD_DND_INT_H_
#include "d
nd
Def.h"
#include "d
m
Def.h"
#ifdef __cplusplus
extern
"C"
{
...
...
source/dnode/mgmt/interface/inc/d
nd
Log.h
→
source/dnode/mgmt/interface/inc/d
m
Log.h
浏览文件 @
271264f6
文件已移动
source/dnode/mgmt/interface/src/d
nd
Env.c
→
source/dnode/mgmt/interface/src/d
m
Env.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "wal.h"
static
int8_t
once
=
DND_ENV_INIT
;
...
...
source/dnode/mgmt/interface/src/d
nd
File.c
→
source/dnode/mgmt/interface/src/d
m
File.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Int.h"
#include "d
m
Int.h"
#define MAXLEN 1024
...
...
source/dnode/mgmt/interface/src/d
nd
Int.c
→
source/dnode/mgmt/interface/src/d
m
Int.c
浏览文件 @
271264f6
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "d
nd
Int.h"
#include "d
m
Int.h"
const
char
*
dndStatName
(
EDndRunStatus
status
)
{
switch
(
status
)
{
...
...
source/dnode/mgmt/mgmt_bnode/inc/bmInt.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_BNODE_INT_H_
#define _TD_DND_BNODE_INT_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "bnode.h"
...
...
source/dnode/mgmt/mgmt_mnode/inc/mmInt.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_MNODE_INT_H_
#define _TD_DND_MNODE_INT_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "mnode.h"
...
...
source/dnode/mgmt/mgmt_qnode/inc/qmInt.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_QNODE_INT_H_
#define _TD_DND_QNODE_INT_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "qnode.h"
...
...
source/dnode/mgmt/mgmt_snode/inc/smInt.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_SNODE_INT_H_
#define _TD_DND_SNODE_INT_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "snode.h"
...
...
source/dnode/mgmt/mgmt_vnode/inc/vmInt.h
浏览文件 @
271264f6
...
...
@@ -16,7 +16,7 @@
#ifndef _TD_DND_VNODES_INT_H_
#define _TD_DND_VNODES_INT_H_
#include "d
nd
Int.h"
#include "d
m
Int.h"
#include "sync.h"
#include "vnode.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录