enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info

This commit is contained in:
wangmm0220 2024-10-21 09:25:22 +08:00
parent ccfe524636
commit a6f6d41297
1 changed files with 1 additions and 1 deletions

View File

@ -1728,7 +1728,7 @@ typedef enum {
WRITE_RAW_INIT_START = 0, WRITE_RAW_INIT_START = 0,
WRITE_RAW_INIT_OK, WRITE_RAW_INIT_OK,
WRITE_RAW_INIT_FAIL, WRITE_RAW_INIT_FAIL,
}; } WRITE_RAW_INIT_STATUS;
static SHashObj* writeRawCache = NULL; static SHashObj* writeRawCache = NULL;
static int8_t initFlag = 0; static int8_t initFlag = 0;