feature/scheduler

This commit is contained in:
dapan1121 2022-03-14 09:24:34 +08:00
parent 43989454b6
commit e29fac2a03
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ int vnodeValidateTableHash(SVnodeCfg *pVnodeOptions, char *tableFName) {
}
// TODO OPEN THIS !!!!!!!
#if 1
#if 0
if (hashValue < pVnodeOptions->hashBegin || hashValue > pVnodeOptions->hashEnd) {
terrno = TSDB_CODE_VND_HASH_MISMATCH;
return TSDB_CODE_VND_HASH_MISMATCH;