This commit is contained in:
Hongze Cheng 2021-12-15 16:24:43 +08:00
parent e43aad8b5e
commit ac7bcea22f
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ int vnodeProcessWMsgs(SVnode *pVnode, SArray *pMsgs) {
} }
break; break;
case TSDB_MSG_TYPE_SUBMIT: case TSDB_MSG_TYPE_SUBMIT:
/* code */ if (tsdbInsertData(pVnode->pTsdb, (SSubmitMsg *)ptr) < 0) {
// TODO: handle error
}
break; break;
default: default:
break; break;