Update 07-faq.md

This commit is contained in:
Haojun Liao 2025-02-06 09:24:13 +08:00 committed by Haojun Liao
parent 2663b583c2
commit 84dae23664
1 changed files with 6 additions and 1 deletions

View File

@ -28,8 +28,13 @@ curl: (7) Failed to connect to 127.0.0.1 port 6090: Connection refused
<b>2. 服务正常,查询过程返回服务不可用</b>
```bash
taos> select _frowts,forecast(current, 'algo=arima, alpha=95, wncheck=0, rows=20, start=1500000000000,every=864000') from d1 where ts<='2017-07-14 10:40:09.999';
taos> select _frowts,forecast(current, 'algo=arima, alpha=95, wncheck=0, rows=20') from d1 where ts<='2017-07-14 10:40:09.999';
DB error: Analysis service can't access[0x80000441] (60.195613s)
```
数据分析默认超时时间是 60s出现这个问题的原因是输入数据分析过程超过默认的最长等待时间请尝试采用限制数据输入范围的方式将输入数据规模减小或者更换分析算法再次尝试。
<b>3. 返回结果出现非法 JSON 格式错误 (Invalid json format) </b>
从 anode 返回到 TDengine 的分析结果有误,请检查 anode 运行日志 `/var/log/taos/taosanode/taosanode.app.log`,以便于获得具体的错误信息。