catalogInt.h 30.9 KB
Newer Older
H
Hongze Cheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*
 * Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
 *
 * This program is free software: you can use, redistribute, and/or modify
 * it under the terms of the GNU Affero General Public License, version 3
 * or later ("AGPL"), as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef _TD_CATALOG_INT_H_
#define _TD_CATALOG_INT_H_

#ifdef __cplusplus
extern "C" {
#endif

H
Haojun Liao 已提交
23
#include "catalog.h"
D
dapan1121 已提交
24
#include "query.h"
H
Hongze Cheng 已提交
25
#include "tcommon.h"
H
Haojun Liao 已提交
26

D
dapan1121 已提交
27
#define CTG_DEFAULT_CACHE_CLUSTER_NUMBER 6
H
Hongze Cheng 已提交
28 29
#define CTG_DEFAULT_CACHE_VGROUP_NUMBER  100
#define CTG_DEFAULT_CACHE_DB_NUMBER      20
D
dapan1121 已提交
30
#define CTG_DEFAULT_CACHE_TBLMETA_NUMBER 1000
H
Hongze Cheng 已提交
31 32 33 34 35
#define CTG_DEFAULT_RENT_SECOND          10
#define CTG_DEFAULT_RENT_SLOT_SIZE       10
#define CTG_DEFAULT_MAX_RETRY_TIMES      3
#define CTG_DEFAULT_BATCH_NUM            64
#define CTG_DEFAULT_FETCH_NUM            8
D
dapan1121 已提交
36
#define CTG_MAX_COMMAND_LEN              512
D
dapan1121 已提交
37

D
dapan1121 已提交
38
#define CTG_RENT_SLOT_SECOND 1.5
D
dapan1121 已提交
39 40

#define CTG_DEFAULT_INVALID_VERSION (-1)
D
dapan 已提交
41

D
dapan1121 已提交
42
#define CTG_ERR_CODE_TABLE_NOT_EXIST TSDB_CODE_PAR_TABLE_NOT_EXIST
D
dapan1121 已提交
43

D
dapan1121 已提交
44 45
#define CTG_BATCH_FETCH 1

D
dapan1121 已提交
46 47 48 49 50
enum {
  CTG_READ = 1,
  CTG_WRITE,
};

D
dapan1121 已提交
51 52 53 54 55
enum {
  CTG_RENT_DB = 1,
  CTG_RENT_STABLE,
};

D
dapan1121 已提交
56
enum {
D
dapan1121 已提交
57 58 59
  CTG_OP_UPDATE_VGROUP = 0,
  CTG_OP_UPDATE_TB_META,
  CTG_OP_DROP_DB_CACHE,
D
dapan1121 已提交
60
  CTG_OP_DROP_DB_VGROUP,
D
dapan1121 已提交
61 62 63 64
  CTG_OP_DROP_STB_META,
  CTG_OP_DROP_TB_META,
  CTG_OP_UPDATE_USER,
  CTG_OP_UPDATE_VG_EPSET,
D
dapan1121 已提交
65 66
  CTG_OP_UPDATE_TB_INDEX,
  CTG_OP_DROP_TB_INDEX,
D
dapan1121 已提交
67
  CTG_OP_CLEAR_CACHE,
D
dapan1121 已提交
68
  CTG_OP_MAX
D
dapan1121 已提交
69 70
};

D
dapan1121 已提交
71 72
typedef enum {
  CTG_TASK_GET_QNODE = 0,
D
dapan1121 已提交
73
  CTG_TASK_GET_DNODE,
D
dapan1121 已提交
74 75
  CTG_TASK_GET_DB_VGROUP,
  CTG_TASK_GET_DB_CFG,
D
dapan1121 已提交
76
  CTG_TASK_GET_DB_INFO,
D
dapan1121 已提交
77 78
  CTG_TASK_GET_TB_META,
  CTG_TASK_GET_TB_HASH,
D
dapan1121 已提交
79
  CTG_TASK_GET_TB_INDEX,
D
dapan1121 已提交
80
  CTG_TASK_GET_TB_CFG,
D
dapan1121 已提交
81 82 83
  CTG_TASK_GET_INDEX,
  CTG_TASK_GET_UDF,
  CTG_TASK_GET_USER,
D
dapan1121 已提交
84
  CTG_TASK_GET_SVR_VER,
D
dapan1121 已提交
85
  CTG_TASK_GET_TB_META_BATCH,
86
  CTG_TASK_GET_TB_HASH_BATCH,
D
dapan1121 已提交
87 88
} CTG_TASK_TYPE;

D
dapan1121 已提交
89 90 91 92 93
typedef enum {
  CTG_TASK_LAUNCHED = 1,
  CTG_TASK_DONE,
} CTG_TASK_STATUS;

D
dapan1121 已提交
94
typedef struct SCtgDebug {
D
dapan1121 已提交
95 96 97 98
  bool     lockEnable;
  bool     cacheEnable;
  bool     apiEnable;
  bool     metaEnable;
D
dapan1121 已提交
99
  uint32_t showCachePeriodSec;
D
dapan1121 已提交
100
} SCtgDebug;
101

D
dapan1121 已提交
102 103 104 105 106 107 108 109 110 111 112 113 114 115
typedef struct SCtgAuthReq {
  SRequestConnInfo* pConn;
  SUserAuthInfo*    pRawReq;
  SGetUserAuthRsp   authInfo;
  AUTH_TYPE         singleType;
  bool              onlyCache;
} SCtgAuthReq;

typedef struct SCtgAuthRsp {
  SUserAuthRes* pRawRes;
  bool          metaNotExists;
} SCtgAuthRsp;


D
dapan1121 已提交
116 117 118 119 120 121 122 123 124
typedef struct SCtgTbCacheInfo {
  bool     inCache;
  uint64_t dbId;
  uint64_t suid;
  int32_t  tbType;
} SCtgTbCacheInfo;

typedef struct SCtgTbMetaCtx {
  SCtgTbCacheInfo tbInfo;
H
Hongze Cheng 已提交
125 126 127
  int32_t         vgId;
  SName*          pName;
  int32_t         flag;
D
dapan1121 已提交
128 129
} SCtgTbMetaCtx;

D
dapan1121 已提交
130
typedef struct SCtgFetch {
H
Hongze Cheng 已提交
131 132 133 134 135
  int32_t         dbIdx;
  int32_t         tbIdx;
  int32_t         fetchIdx;
  int32_t         resIdx;
  int32_t         flag;
D
dapan1121 已提交
136
  SCtgTbCacheInfo tbInfo;
H
Hongze Cheng 已提交
137
  int32_t         vgId;
D
dapan1121 已提交
138 139
} SCtgFetch;

140
typedef struct SCtgTbMetasCtx {
D
dapan1121 已提交
141 142
  int32_t fetchNum;
  SArray* pNames;
143
  SArray* pResList;
D
dapan1121 已提交
144
  SArray* pFetchs;
145
} SCtgTbMetasCtx;
D
dapan1121 已提交
146

D
dapan1121 已提交
147 148 149 150
typedef struct SCtgTbIndexCtx {
  SName* pName;
} SCtgTbIndexCtx;

D
dapan1121 已提交
151 152 153 154 155 156
typedef struct SCtgTbCfgCtx {
  SName*       pName;
  int32_t      tbType;
  SVgroupInfo* pVgInfo;
} SCtgTbCfgCtx;

D
dapan1121 已提交
157 158 159 160 161 162 163 164
typedef struct SCtgDbVgCtx {
  char dbFName[TSDB_DB_FNAME_LEN];
} SCtgDbVgCtx;

typedef struct SCtgDbCfgCtx {
  char dbFName[TSDB_DB_FNAME_LEN];
} SCtgDbCfgCtx;

D
dapan1121 已提交
165 166 167 168
typedef struct SCtgDbInfoCtx {
  char dbFName[TSDB_DB_FNAME_LEN];
} SCtgDbInfoCtx;

D
dapan1121 已提交
169
typedef struct SCtgTbHashCtx {
H
Hongze Cheng 已提交
170
  char   dbFName[TSDB_DB_FNAME_LEN];
D
dapan1121 已提交
171 172 173
  SName* pName;
} SCtgTbHashCtx;

174
typedef struct SCtgTbHashsCtx {
175 176 177 178
  int32_t fetchNum;
  SArray* pNames;
  SArray* pResList;
  SArray* pFetchs;
179
} SCtgTbHashsCtx;
180

D
dapan1121 已提交
181 182 183 184 185 186 187 188 189 190 191
typedef struct SCtgIndexCtx {
  char indexFName[TSDB_INDEX_FNAME_LEN];
} SCtgIndexCtx;

typedef struct SCtgUdfCtx {
  char udfName[TSDB_FUNC_NAME_LEN];
} SCtgUdfCtx;

typedef struct SCtgUserCtx {
  SUserAuthInfo user;
} SCtgUserCtx;
192

D
dapan1121 已提交
193
typedef STableIndexRsp STableIndex;
D
dapan1121 已提交
194

D
dapan1121 已提交
195 196
typedef struct SCtgTbCache {
  SRWLatch     metaLock;
H
Hongze Cheng 已提交
197
  STableMeta*  pMeta;
D
dapan1121 已提交
198
  SRWLatch     indexLock;
H
Hongze Cheng 已提交
199
  STableIndex* pIndex;
D
dapan1121 已提交
200 201 202
} SCtgTbCache;

typedef struct SCtgVgCache {
H
Hongze Cheng 已提交
203 204
  SRWLatch   vgLock;
  SDBVgInfo* vgInfo;
D
dapan1121 已提交
205 206 207
} SCtgVgCache;

typedef struct SCtgDBCache {
H
Hongze Cheng 已提交
208 209 210 211 212 213
  SRWLatch    dbLock;  // RC between destroy tbCache/stbCache and all reads
  uint64_t    dbId;
  int8_t      deleted;
  SCtgVgCache vgCache;
  SHashObj*   tbCache;   // key:tbname, value:SCtgTbCache
  SHashObj*   stbCache;  // key:suid, value:char*
D
dapan1121 已提交
214
} SCtgDBCache;
D
dapan1121 已提交
215

D
dapan1121 已提交
216
typedef struct SCtgRentSlot {
D
dapan1121 已提交
217 218
  SRWLatch lock;
  bool     needSort;
H
Hongze Cheng 已提交
219
  SArray*  meta;  // element is SDbVgVersion or SSTableVersion
D
dapan1121 已提交
220
} SCtgRentSlot;
D
dapan1121 已提交
221

D
dapan1121 已提交
222
typedef struct SCtgRentMgmt {
H
Hongze Cheng 已提交
223 224 225 226 227
  int8_t        type;
  uint16_t      slotNum;
  uint16_t      slotRIdx;
  int64_t       lastReadMsec;
  SCtgRentSlot* slots;
D
dapan1121 已提交
228
} SCtgRentMgmt;
D
dapan1121 已提交
229

D
dapan 已提交
230
typedef struct SCtgUserAuth {
D
dapan1121 已提交
231 232
  SRWLatch        lock;
  SGetUserAuthRsp userAuth;
D
dapan 已提交
233 234
} SCtgUserAuth;

D
dapan1121 已提交
235
typedef struct SCatalog {
H
Hongze Cheng 已提交
236
  uint64_t     clusterId;
D
dapan1121 已提交
237
  bool         stopUpdate;
H
Hongze Cheng 已提交
238 239 240 241
  SHashObj*    userCache;  // key:user, value:SCtgUserAuth
  SHashObj*    dbCache;    // key:dbname, value:SCtgDBCache
  SCtgRentMgmt dbRent;
  SCtgRentMgmt stbRent;
H
Haojun Liao 已提交
242 243
} SCatalog;

D
dapan1121 已提交
244
typedef struct SCtgBatch {
H
Hongze Cheng 已提交
245 246 247
  int32_t          batchId;
  int32_t          msgType;
  SArray*          pMsgs;
248
  SRequestConnInfo conn;
H
Hongze Cheng 已提交
249 250 251
  char             dbFName[TSDB_DB_FNAME_LEN];
  SArray*          pTaskIds;
  SArray*          pMsgIdxs;
D
dapan1121 已提交
252 253
} SCtgBatch;

D
dapan1121 已提交
254
typedef struct SCtgJob {
H
Hongze Cheng 已提交
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
  int64_t   refId;
  int32_t   batchId;
  SHashObj* pBatchs;
  SArray*   pTasks;
  int32_t   subTaskNum;
  int32_t   taskDone;
  SMetaData jobRes;
  int32_t   jobResCode;
  int32_t   taskIdx;
  SRWLatch  taskLock;

  uint64_t         queryId;
  SCatalog*        pCtg;
  SRequestConnInfo conn;
  void*            userParam;
  catalogCallback  userFp;
  int32_t          tbMetaNum;
  int32_t          tbHashNum;
  int32_t          dbVgNum;
  int32_t          udfNum;
  int32_t          qnodeNum;
  int32_t          dnodeNum;
  int32_t          dbCfgNum;
  int32_t          indexNum;
  int32_t          userNum;
  int32_t          dbInfoNum;
  int32_t          tbIndexNum;
  int32_t          tbCfgNum;
  int32_t          svrVerNum;
D
dapan1121 已提交
284 285 286
} SCtgJob;

typedef struct SCtgMsgCtx {
H
Hongze Cheng 已提交
287 288 289 290
  int32_t   reqType;
  void*     lastOut;
  void*     out;
  char*     target;
291
  SHashObj* pBatchs;
D
dapan1121 已提交
292 293
} SCtgMsgCtx;

294
typedef struct SCtgTaskCallbackParam {
H
Hongze Cheng 已提交
295 296 297 298 299 300
  uint64_t queryId;
  int64_t  refId;
  SArray*  taskId;
  int32_t  reqType;
  int32_t  batchId;
  SArray*  msgIdx;
301 302
} SCtgTaskCallbackParam;

D
dapan1121 已提交
303 304 305 306 307 308 309 310 311 312
typedef struct SCtgTask SCtgTask;
typedef int32_t (*ctgSubTaskCbFp)(SCtgTask*);

typedef struct SCtgSubRes {
  CTG_TASK_TYPE  type;
  int32_t        code;
  void*          res;
  ctgSubTaskCbFp fp;
} SCtgSubRes;

H
Haojun Liao 已提交
313
struct SCtgTask {
D
dapan1121 已提交
314 315 316 317
  CTG_TASK_TYPE   type;
  int32_t         taskId;
  SCtgJob*        pJob;
  void*           taskCtx;
D
dapan1121 已提交
318
  SArray*         msgCtxs;
D
dapan1121 已提交
319 320 321 322 323 324 325
  SCtgMsgCtx      msgCtx;
  int32_t         code;
  void*           res;
  CTG_TASK_STATUS status;
  SRWLatch        lock;
  SArray*         pParents;
  SCtgSubRes      subRes;
H
Haojun Liao 已提交
326
};
D
dapan1121 已提交
327

D
dapan1121 已提交
328 329 330 331 332
typedef struct SCtgTaskReq {
  SCtgTask* pTask;
  int32_t   msgIdx;
} SCtgTaskReq;

D
dapan1121 已提交
333
typedef int32_t (*ctgInitTaskFp)(SCtgJob*, int32_t, void*);
D
dapan1121 已提交
334
typedef int32_t (*ctgLanchTaskFp)(SCtgTask*);
H
Hongze Cheng 已提交
335
typedef int32_t (*ctgHandleTaskMsgRspFp)(SCtgTaskReq*, int32_t, const SDataBuf*, int32_t);
D
dapan1121 已提交
336
typedef int32_t (*ctgDumpTaskResFp)(SCtgTask*);
D
dapan1121 已提交
337 338
typedef int32_t (*ctgCloneTaskResFp)(SCtgTask*, void**);
typedef int32_t (*ctgCompTaskFp)(SCtgTask*, void*, bool*);
D
dapan1121 已提交
339 340

typedef struct SCtgAsyncFps {
D
dapan1121 已提交
341 342
  ctgInitTaskFp         initFp;
  ctgLanchTaskFp        launchFp;
D
dapan1121 已提交
343
  ctgHandleTaskMsgRspFp handleRspFp;
D
dapan1121 已提交
344 345 346
  ctgDumpTaskResFp      dumpResFp;
  ctgCompTaskFp         compFp;
  ctgCloneTaskResFp     cloneFp;
D
dapan1121 已提交
347 348
} SCtgAsyncFps;

D
dapan1121 已提交
349
typedef struct SCtgApiStat {
wafwerar's avatar
wafwerar 已提交
350
#if defined(WINDOWS) || defined(_TD_DARWIN_64)
wafwerar's avatar
wafwerar 已提交
351 352 353
  size_t avoidCompilationErrors;
#endif

D
dapan1121 已提交
354 355
} SCtgApiStat;

D
dapan1121 已提交
356
typedef struct SCtgRuntimeStat {
D
dapan1121 已提交
357 358 359
  uint64_t numOfOpAbort;
  uint64_t numOfOpEnqueue;
  uint64_t numOfOpDequeue;
D
dapan1121 已提交
360
} SCtgRuntimeStat;
D
dapan1121 已提交
361 362

typedef struct SCtgCacheStat {
D
dapan1121 已提交
363 364 365 366 367 368 369 370 371 372
  uint64_t numOfCluster;
  uint64_t numOfDb;
  uint64_t numOfTbl;
  uint64_t numOfStb;
  uint64_t numOfUser;
  uint64_t numOfVgHit;
  uint64_t numOfVgMiss;
  uint64_t numOfMetaHit;
  uint64_t numOfMetaMiss;
  uint64_t numOfIndexHit;
373
  uint64_t numOfIndexMiss;
D
dapan1121 已提交
374 375 376
  uint64_t numOfUserHit;
  uint64_t numOfUserMiss;
  uint64_t numOfClear;
D
dapan1121 已提交
377 378 379
} SCtgCacheStat;

typedef struct SCatalogStat {
H
Hongze Cheng 已提交
380 381 382
  SCtgApiStat     api;
  SCtgRuntimeStat runtime;
  SCtgCacheStat   cache;
D
dapan1121 已提交
383 384
} SCatalogStat;

D
dapan1121 已提交
385 386 387 388
typedef struct SCtgUpdateMsgHeader {
  SCatalog* pCtg;
} SCtgUpdateMsgHeader;

D
dapan1121 已提交
389
typedef struct SCtgUpdateVgMsg {
H
Hongze Cheng 已提交
390 391 392
  SCatalog*  pCtg;
  char       dbFName[TSDB_DB_FNAME_LEN];
  uint64_t   dbId;
D
dapan1121 已提交
393 394 395
  SDBVgInfo* dbInfo;
} SCtgUpdateVgMsg;

D
dapan1121 已提交
396 397 398 399
typedef struct SCtgUpdateTbMetaMsg {
  SCatalog*         pCtg;
  STableMetaOutput* pMeta;
} SCtgUpdateTbMetaMsg;
D
dapan1121 已提交
400

D
dapan1121 已提交
401
typedef struct SCtgDropDBMsg {
D
dapan1121 已提交
402
  SCatalog* pCtg;
H
Hongze Cheng 已提交
403 404
  char      dbFName[TSDB_DB_FNAME_LEN];
  uint64_t  dbId;
D
dapan1121 已提交
405
} SCtgDropDBMsg;
D
dapan1121 已提交
406

D
dapan1121 已提交
407 408
typedef struct SCtgDropDbVgroupMsg {
  SCatalog* pCtg;
H
Hongze Cheng 已提交
409
  char      dbFName[TSDB_DB_FNAME_LEN];
D
dapan1121 已提交
410 411 412
} SCtgDropDbVgroupMsg;

typedef struct SCtgDropStbMetaMsg {
D
dapan1121 已提交
413
  SCatalog* pCtg;
H
Hongze Cheng 已提交
414 415 416 417
  char      dbFName[TSDB_DB_FNAME_LEN];
  char      stbName[TSDB_TABLE_NAME_LEN];
  uint64_t  dbId;
  uint64_t  suid;
D
dapan1121 已提交
418
} SCtgDropStbMetaMsg;
D
dapan1121 已提交
419

D
dapan1121 已提交
420
typedef struct SCtgDropTblMetaMsg {
D
dapan1121 已提交
421
  SCatalog* pCtg;
H
Hongze Cheng 已提交
422 423 424
  char      dbFName[TSDB_DB_FNAME_LEN];
  char      tbName[TSDB_TABLE_NAME_LEN];
  uint64_t  dbId;
D
dapan1121 已提交
425
} SCtgDropTblMetaMsg;
D
dapan1121 已提交
426

D
dapan 已提交
427
typedef struct SCtgUpdateUserMsg {
H
Hongze Cheng 已提交
428
  SCatalog*       pCtg;
D
dapan 已提交
429
  SGetUserAuthRsp userAuth;
D
dapan 已提交
430
} SCtgUpdateUserMsg;
D
dapan 已提交
431

D
dapan1121 已提交
432 433 434 435 436 437
typedef struct SCtgUpdateTbIndexMsg {
  SCatalog*    pCtg;
  STableIndex* pIndex;
} SCtgUpdateTbIndexMsg;

typedef struct SCtgDropTbIndexMsg {
H
Hongze Cheng 已提交
438 439 440
  SCatalog* pCtg;
  char      dbFName[TSDB_DB_FNAME_LEN];
  char      tbName[TSDB_TABLE_NAME_LEN];
D
dapan1121 已提交
441 442
} SCtgDropTbIndexMsg;

D
dapan1121 已提交
443
typedef struct SCtgClearCacheMsg {
H
Hongze Cheng 已提交
444 445
  SCatalog* pCtg;
  bool      freeCtg;
D
dapan1121 已提交
446 447
} SCtgClearCacheMsg;

D
dapan1121 已提交
448 449
typedef struct SCtgUpdateEpsetMsg {
  SCatalog* pCtg;
H
Hongze Cheng 已提交
450 451 452
  char      dbFName[TSDB_DB_FNAME_LEN];
  int32_t   vgId;
  SEpSet    epSet;
D
dapan1121 已提交
453
} SCtgUpdateEpsetMsg;
D
dapan1121 已提交
454

D
dapan1121 已提交
455
typedef struct SCtgCacheOperation {
H
Hongze Cheng 已提交
456 457 458 459 460 461
  int32_t opId;
  void*   data;
  bool    syncOp;
  tsem_t  rspSem;
  bool    stopQueue;
  bool    unLocked;
D
dapan1121 已提交
462
} SCtgCacheOperation;
D
dapan1121 已提交
463 464

typedef struct SCtgQNode {
H
Hongze Cheng 已提交
465 466
  SCtgCacheOperation* op;
  struct SCtgQNode*   next;
D
dapan1121 已提交
467 468
} SCtgQNode;

D
dapan1121 已提交
469
typedef struct SCtgQueue {
H
Hongze Cheng 已提交
470 471 472 473 474 475
  SRWLatch   qlock;
  bool       stopQueue;
  SCtgQNode* head;
  SCtgQNode* tail;
  tsem_t     reqSem;
  uint64_t   qRemainNum;
D
dapan1121 已提交
476 477 478
} SCtgQueue;

typedef struct SCatalogMgmt {
H
Hongze Cheng 已提交
479 480 481 482 483 484 485 486
  bool         exit;
  int32_t      jobPool;
  SRWLatch     lock;
  SCtgQueue    queue;
  TdThread     updateThread;
  SHashObj*    pCluster;  // key: clusterId, value: SCatalog*
  SCatalogStat stat;
  SCatalogCfg  cfg;
D
dapan1121 已提交
487 488
} SCatalogMgmt;

H
Hongze Cheng 已提交
489 490
typedef uint32_t (*tableNameHashFp)(const char*, uint32_t);
typedef int32_t (*ctgOpFunc)(SCtgCacheOperation*);
D
dapan 已提交
491

D
dapan1121 已提交
492
typedef struct SCtgOperation {
H
Hongze Cheng 已提交
493 494
  int32_t   opId;
  char      name[32];
D
dapan1121 已提交
495 496
  ctgOpFunc func;
} SCtgOperation;
D
dapan 已提交
497

D
dapan1121 已提交
498 499 500
#define CTG_AUTH_READ(_t) ((_t) == AUTH_TYPE_READ || (_t) == AUTH_TYPE_READ_OR_WRITE)
#define CTG_AUTH_WRITE(_t) ((_t) == AUTH_TYPE_WRITE || (_t) == AUTH_TYPE_READ_OR_WRITE)

D
dapan1121 已提交
501 502
#define CTG_QUEUE_INC() atomic_add_fetch_64(&gCtgMgmt.queue.qRemainNum, 1)
#define CTG_QUEUE_DEC() atomic_sub_fetch_64(&gCtgMgmt.queue.qRemainNum, 1)
D
dapan 已提交
503

D
dapan1121 已提交
504 505
#define CTG_STAT_INC(_item, _n) atomic_add_fetch_64(&(_item), _n)
#define CTG_STAT_DEC(_item, _n) atomic_sub_fetch_64(&(_item), _n)
H
Hongze Cheng 已提交
506
#define CTG_STAT_GET(_item)     atomic_load_64(&(_item))
D
dapan1121 已提交
507

H
Hongze Cheng 已提交
508
#define CTG_RT_STAT_INC(item, n)    (CTG_STAT_INC(gCtgMgmt.stat.runtime.item, n))
D
dapan1121 已提交
509 510
#define CTG_CACHE_STAT_INC(item, n) (CTG_STAT_INC(gCtgMgmt.stat.cache.item, n))
#define CTG_CACHE_STAT_DEC(item, n) (CTG_STAT_DEC(gCtgMgmt.stat.cache.item, n))
D
dapan 已提交
511

H
Hongze Cheng 已提交
512
#define CTG_IS_META_NULL(type)   ((type) == META_TYPE_NULL_TABLE)
D
dapan1121 已提交
513
#define CTG_IS_META_CTABLE(type) ((type) == META_TYPE_CTABLE)
H
Hongze Cheng 已提交
514 515
#define CTG_IS_META_TABLE(type)  ((type) == META_TYPE_TABLE)
#define CTG_IS_META_BOTH(type)   ((type) == META_TYPE_BOTH_TABLE)
D
dapan1121 已提交
516

D
dapan1121 已提交
517 518 519
#define CTG_FLAG_STB          0x1
#define CTG_FLAG_NOT_STB      0x2
#define CTG_FLAG_UNKNOWN_STB  0x4
D
dapan1121 已提交
520
#define CTG_FLAG_SYS_DB       0x8
D
dapan1121 已提交
521
#define CTG_FLAG_FORCE_UPDATE 0x10
522
#define CTG_FLAG_ONLY_CACHE   0x20
D
dapan1121 已提交
523

D
dapan 已提交
524 525
#define CTG_FLAG_SET(_flag, _v) ((_flag) |= (_v))

H
Hongze Cheng 已提交
526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
#define CTG_FLAG_IS_STB(_flag)          ((_flag)&CTG_FLAG_STB)
#define CTG_FLAG_IS_NOT_STB(_flag)      ((_flag)&CTG_FLAG_NOT_STB)
#define CTG_FLAG_IS_UNKNOWN_STB(_flag)  ((_flag)&CTG_FLAG_UNKNOWN_STB)
#define CTG_FLAG_IS_SYS_DB(_flag)       ((_flag)&CTG_FLAG_SYS_DB)
#define CTG_FLAG_IS_FORCE_UPDATE(_flag) ((_flag)&CTG_FLAG_FORCE_UPDATE)
#define CTG_FLAG_SET_SYS_DB(_flag)      ((_flag) |= CTG_FLAG_SYS_DB)
#define CTG_FLAG_SET_STB(_flag, tbType)                                                       \
  do {                                                                                        \
    (_flag) |= ((tbType) == TSDB_SUPER_TABLE)                                                 \
                   ? CTG_FLAG_STB                                                             \
                   : ((tbType) > TSDB_SUPER_TABLE ? CTG_FLAG_NOT_STB : CTG_FLAG_UNKNOWN_STB); \
  } while (0)
#define CTG_FLAG_MAKE_STB(_isStb) \
  (((_isStb) == 1) ? CTG_FLAG_STB : ((_isStb) == 0 ? CTG_FLAG_NOT_STB : CTG_FLAG_UNKNOWN_STB))
#define CTG_FLAG_MATCH_STB(_flag, tbType)                                                        \
  (CTG_FLAG_IS_UNKNOWN_STB(_flag) || (CTG_FLAG_IS_STB(_flag) && (tbType) == TSDB_SUPER_TABLE) || \
   (CTG_FLAG_IS_NOT_STB(_flag) && (tbType) != TSDB_SUPER_TABLE))
D
dapan1121 已提交
543

H
Hongze Cheng 已提交
544 545 546 547
#define CTG_GET_TASK_MSGCTX(_task, _id)                                                             \
  (((CTG_TASK_GET_TB_META_BATCH == (_task)->type) || (CTG_TASK_GET_TB_HASH_BATCH == (_task)->type)) \
       ? taosArrayGet((_task)->msgCtxs, (_id))                                                      \
       : &(_task)->msgCtx)
D
dapan1121 已提交
548

H
Hongze Cheng 已提交
549 550
#define CTG_META_SIZE(pMeta) \
  (sizeof(STableMeta) + ((pMeta)->tableInfo.numOfTags + (pMeta)->tableInfo.numOfColumns) * sizeof(SSchema))
D
dapan1121 已提交
551

552
#define CTG_TABLE_NOT_EXIST(code) (code == CTG_ERR_CODE_TABLE_NOT_EXIST)
553 554
#define CTG_DB_NOT_EXIST(code) \
  (code == TSDB_CODE_MND_DB_NOT_EXIST || code == TSDB_CODE_MND_DB_IN_CREATING || code == TSDB_CODE_MND_DB_IN_DROPPING)
H
Hongze Cheng 已提交
555 556 557 558 559 560 561 562

#define ctgFatal(param, ...) qFatal("CTG:%p " param, pCtg, __VA_ARGS__)
#define ctgError(param, ...) qError("CTG:%p " param, pCtg, __VA_ARGS__)
#define ctgWarn(param, ...)  qWarn("CTG:%p " param, pCtg, __VA_ARGS__)
#define ctgInfo(param, ...)  qInfo("CTG:%p " param, pCtg, __VA_ARGS__)
#define ctgDebug(param, ...) qDebug("CTG:%p " param, pCtg, __VA_ARGS__)
#define ctgTrace(param, ...) qTrace("CTG:%p " param, pCtg, __VA_ARGS__)

563 564 565 566 567 568 569 570
#define ctgTaskFatal(param, ...) qFatal("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)
#define ctgTaskError(param, ...) qError("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)
#define ctgTaskWarn(param, ...)  qWarn("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)
#define ctgTaskInfo(param, ...)  qInfo("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)
#define ctgTaskDebug(param, ...) qDebug("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)
#define ctgTaskTrace(param, ...) qTrace("QID:%" PRIx64 " CTG:%p " param, pTask->pJob->queryId, pCtg, __VA_ARGS__)


H
Hongze Cheng 已提交
571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
#define CTG_LOCK_DEBUG(...)     \
  do {                          \
    if (gCTGDebug.lockEnable) { \
      qDebug(__VA_ARGS__);      \
    }                           \
  } while (0)
#define CTG_CACHE_DEBUG(...)     \
  do {                           \
    if (gCTGDebug.cacheEnable) { \
      qDebug(__VA_ARGS__);       \
    }                            \
  } while (0)
#define CTG_API_DEBUG(...)     \
  do {                         \
    if (gCTGDebug.apiEnable) { \
      qDebug(__VA_ARGS__);     \
    }                          \
  } while (0)
D
dapan1121 已提交
589

H
Hongze Cheng 已提交
590
#define TD_RWLATCH_WRITE_FLAG_COPY 0x40000000
D
dapan 已提交
591

H
Hongze Cheng 已提交
592 593 594
#define CTG_LOCK(type, _lock)                                                                        \
  do {                                                                                               \
    if (CTG_READ == (type)) {                                                                        \
D
dapan1121 已提交
595
      ASSERTS(atomic_load_32((_lock)) >= 0, "invalid lock value before read lock");                  \
H
Hongze Cheng 已提交
596 597 598
      CTG_LOCK_DEBUG("CTG RLOCK%p:%d, %s:%d B", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
      taosRLockLatch(_lock);                                                                         \
      CTG_LOCK_DEBUG("CTG RLOCK%p:%d, %s:%d E", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
D
dapan1121 已提交
599
      ASSERTS(atomic_load_32((_lock)) > 0, "invalid lock value after read lock");                    \
H
Hongze Cheng 已提交
600
    } else {                                                                                         \
D
dapan1121 已提交
601
      ASSERTS(atomic_load_32((_lock)) >= 0, "invalid lock value before write lock");                 \
H
Hongze Cheng 已提交
602 603 604
      CTG_LOCK_DEBUG("CTG WLOCK%p:%d, %s:%d B", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
      taosWLockLatch(_lock);                                                                         \
      CTG_LOCK_DEBUG("CTG WLOCK%p:%d, %s:%d E", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
D
dapan1121 已提交
605
      ASSERTS(atomic_load_32((_lock)) == TD_RWLATCH_WRITE_FLAG_COPY, "invalid lock value after write lock");    \
H
Hongze Cheng 已提交
606 607
    }                                                                                                \
  } while (0)
608

H
Hongze Cheng 已提交
609 610 611
#define CTG_UNLOCK(type, _lock)                                                                       \
  do {                                                                                                \
    if (CTG_READ == (type)) {                                                                         \
D
dapan1121 已提交
612
      ASSERTS(atomic_load_32((_lock)) > 0, "invalid lock value before read unlock");                  \
H
Hongze Cheng 已提交
613 614 615
      CTG_LOCK_DEBUG("CTG RULOCK%p:%d, %s:%d B", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
      taosRUnLockLatch(_lock);                                                                        \
      CTG_LOCK_DEBUG("CTG RULOCK%p:%d, %s:%d E", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
D
dapan1121 已提交
616
      ASSERTS(atomic_load_32((_lock)) >= 0, "invalid lock value after read unlock");                  \
H
Hongze Cheng 已提交
617
    } else {                                                                                          \
D
dapan1121 已提交
618
      ASSERTS(atomic_load_32((_lock)) == TD_RWLATCH_WRITE_FLAG_COPY, "invalid lock value before write unlock");   \
H
Hongze Cheng 已提交
619 620 621
      CTG_LOCK_DEBUG("CTG WULOCK%p:%d, %s:%d B", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
      taosWUnLockLatch(_lock);                                                                        \
      CTG_LOCK_DEBUG("CTG WULOCK%p:%d, %s:%d E", (_lock), atomic_load_32(_lock), __FILE__, __LINE__); \
D
dapan1121 已提交
622
      ASSERTS(atomic_load_32((_lock)) >= 0, "invalid lock value after write unlock");                 \
H
Hongze Cheng 已提交
623 624
    }                                                                                                 \
  } while (0)
D
dapan1121 已提交
625

H
Hongze Cheng 已提交
626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648
#define CTG_ERR_RET(c)                \
  do {                                \
    int32_t _code = c;                \
    if (_code != TSDB_CODE_SUCCESS) { \
      terrno = _code;                 \
      return _code;                   \
    }                                 \
  } while (0)
#define CTG_RET(c)                    \
  do {                                \
    int32_t _code = c;                \
    if (_code != TSDB_CODE_SUCCESS) { \
      terrno = _code;                 \
    }                                 \
    return _code;                     \
  } while (0)
#define CTG_ERR_JRET(c)              \
  do {                               \
    code = c;                        \
    if (code != TSDB_CODE_SUCCESS) { \
      terrno = code;                 \
      goto _return;                  \
    }                                \
D
dapan1121 已提交
649 650
  } while (0)

H
Hongze Cheng 已提交
651 652 653 654 655 656 657
#define CTG_API_LEAVE(c)                             \
  do {                                               \
    int32_t __code = c;                              \
    CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);            \
    CTG_API_DEBUG("CTG API leave %s", __FUNCTION__); \
    CTG_RET(__code);                                 \
  } while (0)
D
dapan1121 已提交
658

H
Hongze Cheng 已提交
659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675
#define CTG_API_ENTER()                              \
  do {                                               \
    CTG_API_DEBUG("CTG API enter %s", __FUNCTION__); \
    CTG_LOCK(CTG_READ, &gCtgMgmt.lock);              \
    if (atomic_load_8((int8_t*)&gCtgMgmt.exit)) {    \
      CTG_API_LEAVE(TSDB_CODE_CTG_OUT_OF_SERVICE);   \
    }                                                \
  } while (0)

#define CTG_API_JENTER()                             \
  do {                                               \
    CTG_API_DEBUG("CTG API enter %s", __FUNCTION__); \
    CTG_LOCK(CTG_READ, &gCtgMgmt.lock);              \
    if (atomic_load_8((int8_t*)&gCtgMgmt.exit)) {    \
      CTG_ERR_JRET(TSDB_CODE_CTG_OUT_OF_SERVICE);    \
    }                                                \
  } while (0)
D
dapan1121 已提交
676

H
Hongze Cheng 已提交
677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692
#define CTG_API_LEAVE_NOLOCK(c)                      \
  do {                                               \
    int32_t __code = c;                              \
    CTG_API_DEBUG("CTG API leave %s", __FUNCTION__); \
    CTG_RET(__code);                                 \
  } while (0)

#define CTG_API_ENTER_NOLOCK()                            \
  do {                                                    \
    CTG_API_DEBUG("CTG API enter %s", __FUNCTION__);      \
    if (atomic_load_8((int8_t*)&gCtgMgmt.exit)) {         \
      CTG_API_LEAVE_NOLOCK(TSDB_CODE_CTG_OUT_OF_SERVICE); \
    }                                                     \
  } while (0)

void    ctgdShowTableMeta(SCatalog* pCtg, const char* tbName, STableMeta* p);
D
dapan1121 已提交
693
void    ctgdShowClusterCache(SCatalog* pCtg);
D
dapan1121 已提交
694 695 696
int32_t ctgdShowCacheInfo(void);

int32_t ctgRemoveTbMetaFromCache(SCatalog* pCtg, SName* pTableName, bool syncReq);
D
dapan1121 已提交
697
int32_t ctgGetTbMetaFromCache(SCatalog* pCtg, SCtgTbMetaCtx* ctx, STableMeta** pTableMeta);
H
Hongze Cheng 已提交
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712
int32_t ctgGetTbMetasFromCache(SCatalog* pCtg, SRequestConnInfo* pConn, SCtgTbMetasCtx* ctx, int32_t dbIdx,
                               int32_t* fetchIdx, int32_t baseResIdx, SArray* pList);

int32_t ctgOpUpdateVgroup(SCtgCacheOperation* action);
int32_t ctgOpUpdateTbMeta(SCtgCacheOperation* action);
int32_t ctgOpDropDbCache(SCtgCacheOperation* action);
int32_t ctgOpDropDbVgroup(SCtgCacheOperation* action);
int32_t ctgOpDropStbMeta(SCtgCacheOperation* action);
int32_t ctgOpDropTbMeta(SCtgCacheOperation* action);
int32_t ctgOpUpdateUser(SCtgCacheOperation* action);
int32_t ctgOpUpdateEpset(SCtgCacheOperation* operation);
int32_t ctgAcquireVgInfoFromCache(SCatalog* pCtg, const char* dbFName, SCtgDBCache** pCache);
void    ctgReleaseDBCache(SCatalog* pCtg, SCtgDBCache* dbCache);
void    ctgRUnlockVgInfo(SCtgDBCache* dbCache);
int32_t ctgTbMetaExistInCache(SCatalog* pCtg, char* dbFName, char* tbName, int32_t* exist);
D
dapan1121 已提交
713
int32_t ctgReadTbMetaFromCache(SCatalog* pCtg, SCtgTbMetaCtx* ctx, STableMeta** pTableMeta);
H
Hongze Cheng 已提交
714 715
int32_t ctgReadTbVerFromCache(SCatalog* pCtg, SName* pTableName, int32_t* sver, int32_t* tver, int32_t* tbType,
                              uint64_t* suid, char* stbName);
D
dapan1121 已提交
716
int32_t ctgChkAuthFromCache(SCatalog *pCtg, SUserAuthInfo *pReq, bool *inCache, SCtgAuthRsp* pRes);
H
Hongze Cheng 已提交
717 718 719 720 721 722 723 724 725 726
int32_t ctgDropDbCacheEnqueue(SCatalog* pCtg, const char* dbFName, int64_t dbId);
int32_t ctgDropDbVgroupEnqueue(SCatalog* pCtg, const char* dbFName, bool syncReq);
int32_t ctgDropStbMetaEnqueue(SCatalog* pCtg, const char* dbFName, int64_t dbId, const char* stbName, uint64_t suid,
                              bool syncReq);
int32_t ctgDropTbMetaEnqueue(SCatalog* pCtg, const char* dbFName, int64_t dbId, const char* tbName, bool syncReq);
int32_t ctgUpdateVgroupEnqueue(SCatalog* pCtg, const char* dbFName, int64_t dbId, SDBVgInfo* dbInfo, bool syncReq);
int32_t ctgUpdateTbMetaEnqueue(SCatalog* pCtg, STableMetaOutput* output, bool syncReq);
int32_t ctgUpdateUserEnqueue(SCatalog* pCtg, SGetUserAuthRsp* pAuth, bool syncReq);
int32_t ctgUpdateVgEpsetEnqueue(SCatalog* pCtg, char* dbFName, int32_t vgId, SEpSet* pEpSet);
int32_t ctgUpdateTbIndexEnqueue(SCatalog* pCtg, STableIndex** pIndex, bool syncOp);
D
dapan1121 已提交
727
int32_t ctgClearCacheEnqueue(SCatalog* pCtg, bool freeCtg, bool stopQueue, bool syncOp);
H
Hongze Cheng 已提交
728 729 730
int32_t ctgMetaRentInit(SCtgRentMgmt* mgmt, uint32_t rentSec, int8_t type);
int32_t ctgMetaRentAdd(SCtgRentMgmt* mgmt, void* meta, int64_t id, int32_t size);
int32_t ctgMetaRentGet(SCtgRentMgmt* mgmt, void** res, uint32_t* num, int32_t size);
D
dapan1121 已提交
731 732
int32_t ctgUpdateTbMetaToCache(SCatalog* pCtg, STableMetaOutput* pOut, bool syncReq);
int32_t ctgStartUpdateThread();
H
Hongze Cheng 已提交
733 734
int32_t ctgRelaunchGetTbMetaTask(SCtgTask* pTask);
void    ctgReleaseVgInfoToCache(SCatalog* pCtg, SCtgDBCache* dbCache);
D
dapan1121 已提交
735 736
int32_t ctgReadTbIndexFromCache(SCatalog* pCtg, SName* pTableName, SArray** pRes);
int32_t ctgDropTbIndexEnqueue(SCatalog* pCtg, SName* pName, bool syncOp);
H
Hongze Cheng 已提交
737 738 739 740 741
int32_t ctgOpDropTbIndex(SCtgCacheOperation* operation);
int32_t ctgOpUpdateTbIndex(SCtgCacheOperation* operation);
int32_t ctgOpClearCache(SCtgCacheOperation* operation);
int32_t ctgReadTbTypeFromCache(SCatalog* pCtg, char* dbFName, char* tableName, int32_t* tbType);
int32_t ctgGetTbHashVgroupFromCache(SCatalog* pCtg, const SName* pTableName, SVgroupInfo** pVgroup);
D
dapan1121 已提交
742 743

int32_t ctgProcessRspMsg(void* out, int32_t reqType, char* msg, int32_t msgSize, int32_t rspCode, char* target);
H
Hongze Cheng 已提交
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775
int32_t ctgGetDBVgInfoFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, SBuildUseDBInput* input, SUseDbOutput* out,
                                SCtgTaskReq* tReq);
int32_t ctgGetQnodeListFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, SArray* out, SCtgTask* pTask);
int32_t ctgGetDnodeListFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, SArray** out, SCtgTask* pTask);
int32_t ctgGetDBCfgFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const char* dbFName, SDbCfgInfo* out,
                             SCtgTask* pTask);
int32_t ctgGetIndexInfoFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const char* indexName, SIndexInfo* out,
                                 SCtgTask* pTask);
int32_t ctgGetTbIndexFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, SName* name, STableIndex* out, SCtgTask* pTask);
int32_t ctgGetUdfInfoFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const char* funcName, SFuncInfo* out,
                               SCtgTask* pTask);
int32_t ctgGetUserDbAuthFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const char* user, SGetUserAuthRsp* out,
                                  SCtgTask* pTask);
int32_t ctgGetTbMetaFromMnodeImpl(SCatalog* pCtg, SRequestConnInfo* pConn, char* dbFName, char* tbName,
                                  STableMetaOutput* out, SCtgTaskReq* tReq);
int32_t ctgGetTbMetaFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const SName* pTableName, STableMetaOutput* out,
                              SCtgTaskReq* tReq);
int32_t ctgGetTbMetaFromVnode(SCatalog* pCtg, SRequestConnInfo* pConn, const SName* pTableName, SVgroupInfo* vgroupInfo,
                              STableMetaOutput* out, SCtgTaskReq* tReq);
int32_t ctgGetTableCfgFromVnode(SCatalog* pCtg, SRequestConnInfo* pConn, const SName* pTableName,
                                SVgroupInfo* vgroupInfo, STableCfg** out, SCtgTask* pTask);
int32_t ctgGetTableCfgFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, const SName* pTableName, STableCfg** out,
                                SCtgTask* pTask);
int32_t ctgGetSvrVerFromMnode(SCatalog* pCtg, SRequestConnInfo* pConn, char** out, SCtgTask* pTask);
int32_t ctgLaunchBatchs(SCatalog* pCtg, SCtgJob* pJob, SHashObj* pBatchs);

int32_t ctgInitJob(SCatalog* pCtg, SRequestConnInfo* pConn, SCtgJob** job, const SCatalogReq* pReq, catalogCallback fp,
                   void* param);
int32_t ctgLaunchJob(SCtgJob* pJob);
int32_t ctgMakeAsyncRes(SCtgJob* pJob);
int32_t ctgLaunchSubTask(SCtgTask* pTask, CTG_TASK_TYPE type, ctgSubTaskCbFp fp, void* param);
int32_t ctgGetTbCfgCb(SCtgTask* pTask);
D
dapan1121 已提交
776
void    ctgFreeHandle(SCatalog* pCatalog);
D
dapan1121 已提交
777

778
void    ctgFreeMsgSendParam(void* param);
H
Hongze Cheng 已提交
779 780 781 782 783
void    ctgFreeBatch(SCtgBatch* pBatch);
void    ctgFreeBatchs(SHashObj* pBatchs);
int32_t ctgCloneVgInfo(SDBVgInfo* src, SDBVgInfo** dst);
int32_t ctgCloneMetaOutput(STableMetaOutput* output, STableMetaOutput** pOutput);
int32_t ctgGenerateVgList(SCatalog* pCtg, SHashObj* vgHash, SArray** pList);
D
dapan1121 已提交
784
void    ctgFreeJob(void* job);
D
dapan1121 已提交
785
void    ctgFreeHandleImpl(SCatalog* pCtg);
H
Hongze Cheng 已提交
786 787 788
int32_t ctgGetVgInfoFromHashValue(SCatalog* pCtg, SDBVgInfo* dbInfo, const SName* pTableName, SVgroupInfo* pVgroup);
int32_t ctgGetVgInfosFromHashValue(SCatalog* pCtg, SCtgTaskReq* tReq, SDBVgInfo* dbInfo, SCtgTbHashsCtx* pCtx,
                                   char* dbFName, SArray* pNames, bool update);
D
dapan1121 已提交
789
int32_t ctgGetVgIdsFromHashValue(SCatalog* pCtg, SDBVgInfo* dbInfo, char* dbFName, const char* pTbs[], int32_t tbNum, int32_t* vgId);                                  
D
dapan1121 已提交
790
void    ctgResetTbMetaTask(SCtgTask* pTask);
H
Hongze Cheng 已提交
791
void    ctgFreeDbCache(SCtgDBCache* dbCache);
D
dapan1121 已提交
792 793 794 795
int32_t ctgStbVersionSortCompare(const void* key1, const void* key2);
int32_t ctgDbVgVersionSortCompare(const void* key1, const void* key2);
int32_t ctgStbVersionSearchCompare(const void* key1, const void* key2);
int32_t ctgDbVgVersionSearchCompare(const void* key1, const void* key2);
D
dapan1121 已提交
796
void    ctgFreeSTableMetaOutput(STableMetaOutput* pOutput);
D
dapan1121 已提交
797
int32_t ctgUpdateMsgCtx(SCtgMsgCtx* pCtx, int32_t reqType, void* out, char* target);
D
dapan1121 已提交
798
int32_t ctgAddMsgCtx(SArray* pCtxs, int32_t reqType, void* out, char* target);
H
Hongze Cheng 已提交
799 800 801 802
char*   ctgTaskTypeStr(CTG_TASK_TYPE type);
int32_t ctgUpdateSendTargetInfo(SMsgSendInfo* pMsgSendInfo, int32_t msgType, char* dbFName, int32_t vgId);
int32_t ctgGetTablesReqNum(SArray* pList);
int32_t ctgAddFetch(SArray** pFetchs, int32_t dbIdx, int32_t tbIdx, int32_t* fetchIdx, int32_t resIdx, int32_t flag);
D
dapan1121 已提交
803
int32_t ctgCloneTableIndex(SArray* pIndex, SArray** pRes);
H
Hongze Cheng 已提交
804 805 806
void    ctgFreeSTableIndex(void* info);
void    ctgClearSubTaskRes(SCtgSubRes* pRes);
void    ctgFreeQNode(SCtgQNode* node);
D
dapan1121 已提交
807
void    ctgClearHandle(SCatalog* pCtg);
H
Hongze Cheng 已提交
808
void    ctgFreeTbCacheImpl(SCtgTbCache* pCache);
D
dapan1121 已提交
809
int32_t ctgRemoveTbMeta(SCatalog* pCtg, SName* pTableName);
810
int32_t ctgGetTbHashVgroup(SCatalog* pCtg, SRequestConnInfo* pConn, const SName* pTableName, SVgroupInfo* pVgroup, bool* exists);
D
dapan1121 已提交
811
SName*  ctgGetFetchName(SArray* pNames, SCtgFetch* pFetch);
D
dapan1121 已提交
812
int32_t ctgdGetOneHandle(SCatalog **pHandle);
813
int     ctgVgInfoComp(const void* lp, const void* rp);
814
int32_t ctgMakeVgArray(SDBVgInfo* dbInfo);
815
int32_t ctgAcquireVgMetaFromCache(SCatalog *pCtg, const char *dbFName, const char *tbName, SCtgDBCache **pDb, SCtgTbCache **pTb);
D
dapan1121 已提交
816
int32_t ctgCopyTbMeta(SCatalog *pCtg, SCtgTbMetaCtx *ctx, SCtgDBCache **pDb, SCtgTbCache **pTb, STableMeta **pTableMeta, char* dbFName);
817
void    ctgReleaseVgMetaToCache(SCatalog *pCtg, SCtgDBCache *dbCache, SCtgTbCache *pCache);
D
dapan1121 已提交
818
void    ctgReleaseTbMetaToCache(SCatalog *pCtg, SCtgDBCache *dbCache, SCtgTbCache *pCache);
D
dapan1121 已提交
819
int32_t ctgChkSetAuthRes(SCatalog *pCtg, SCtgAuthReq *req, SCtgAuthRsp* res);
820

D
dapan1121 已提交
821
extern SCatalogMgmt gCtgMgmt;
H
Hongze Cheng 已提交
822
extern SCtgDebug    gCTGDebug;
D
dapan1121 已提交
823
extern SCtgAsyncFps gCtgAsyncFps[];
D
dapan1121 已提交
824

H
Hongze Cheng 已提交
825 826 827 828
#ifdef __cplusplus
}
#endif

D
dapan 已提交
829
#endif /*_TD_CATALOG_INT_H_*/