add stream ver

This commit is contained in:
yihaoDeng 2023-08-04 14:09:00 +08:00
parent 81908be32f
commit 56ed422f88
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ SSdbRow *mndStreamActionDecode(SSdbRaw *pRaw) {
int8_t sver = 0; int8_t sver = 0;
if (sdbGetRawSoftVer(pRaw, &sver) != 0) { if (sdbGetRawSoftVer(pRaw, &sver) != 0) {
mError("stream read invalid data, rm %s/vnode/vnode*/tq/stream if taosd cannot start, and rebuild stream manually",
tsDataDir);
goto STREAM_DECODE_OVER; goto STREAM_DECODE_OVER;
} }