other: adjust sma log level
This commit is contained in:
parent
8f6e87594f
commit
c8d6960291
|
@ -1531,7 +1531,7 @@ static void tdRSmaFetchTrigger(void *param, void *tmrId) {
|
||||||
if (atomic_load_8(&pRSmaInfo->assigned) == 0) {
|
if (atomic_load_8(&pRSmaInfo->assigned) == 0) {
|
||||||
tsem_post(&(pStat->notEmpty));
|
tsem_post(&(pStat->notEmpty));
|
||||||
}
|
}
|
||||||
smaInfo("vgId:%d, rsma fetch task planned for level:%" PRIi8 " suid:%" PRIi64, SMA_VID(pSma), pItem->level,
|
smaDebug("vgId:%d, rsma fetch task planned for level:%" PRIi8 " suid:%" PRIi64, SMA_VID(pSma), pItem->level,
|
||||||
pRSmaInfo->suid);
|
pRSmaInfo->suid);
|
||||||
} break;
|
} break;
|
||||||
case TASK_TRIGGER_STAT_PAUSED: {
|
case TASK_TRIGGER_STAT_PAUSED: {
|
||||||
|
|
|
@ -97,7 +97,7 @@ int32_t tqDebugFlag = 135;
|
||||||
int32_t fsDebugFlag = 135;
|
int32_t fsDebugFlag = 135;
|
||||||
int32_t metaDebugFlag = 135;
|
int32_t metaDebugFlag = 135;
|
||||||
int32_t udfDebugFlag = 135;
|
int32_t udfDebugFlag = 135;
|
||||||
int32_t smaDebugFlag = 135;
|
int32_t smaDebugFlag = 131;
|
||||||
int32_t idxDebugFlag = 135;
|
int32_t idxDebugFlag = 135;
|
||||||
|
|
||||||
int64_t dbgEmptyW = 0;
|
int64_t dbgEmptyW = 0;
|
||||||
|
|
Loading…
Reference in New Issue