From 81908be32f060d28b1484e9284e2ce9d13873e9d Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 4 Aug 2023 14:02:03 +0800 Subject: [PATCH] add stream ver --- source/libs/stream/src/streamMeta.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/libs/stream/src/streamMeta.c b/source/libs/stream/src/streamMeta.c index 3a60dcdb80..57a097869b 100644 --- a/source/libs/stream/src/streamMeta.c +++ b/source/libs/stream/src/streamMeta.c @@ -452,6 +452,10 @@ int32_t streamLoadTasks(SStreamMeta* pMeta, int64_t ver) { tdbTbcClose(pCur); taosArrayDestroy(pRecycleList); tFreeStreamTask(pTask); + qError( + "stream read incompatible data, rm %s/vnode/vnode*/tq/stream if taosd cannot start, and rebuild stream " + "manually", + tsDataDir); return -1; }