提交 b59fe9af 编写于 作者: A Alex Duan

uniform log format

上级 41587221
...@@ -7284,7 +7284,7 @@ int32_t doDumpQueryResult(SQInfo *pQInfo, char *data) { ...@@ -7284,7 +7284,7 @@ int32_t doDumpQueryResult(SQInfo *pQInfo, char *data) {
// pBlock->tag.nType numOfElem compLen payload compLen tag.nLen about 6 int32 length // pBlock->tag.nType numOfElem compLen payload compLen tag.nLen about 6 int32 length
if (s <= (sizeof(STSBufFileHeader) + sizeof(STSGroupBlockInfo) + 6 * sizeof(int32_t))) { if (s <= (sizeof(STSBufFileHeader) + sizeof(STSGroupBlockInfo) + 6 * sizeof(int32_t))) {
// file size is less than above, maybe no data in this file, set query over // file size is less than above, maybe no data in this file, set query over
qError("STSBuf file is small maybe no data, so set query over. file size=%d", (int32_t)s); qError("QInfo:0x%" PRIx64 " STSBuf file is small maybe no data, so set query over. file size=%d", pQInfo->qId, (int32_t)s);
setQueryStatus(pRuntimeEnv, QUERY_OVER); setQueryStatus(pRuntimeEnv, QUERY_OVER);
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册