天天看點

TDengine常見錯誤

目錄

  • ​​1.RPC 通信相關錯誤​​
  • ​​Authentication required​​
  • ​​Authentication failure​​
  • ​​Number of sessions reached limit​​
  • ​​Unable to establish connection​​
  • ​​Client and server's time is not synchronized​​
  • ​​Database not ready​​
  • ​​Unable to resolve FQDN​​
  • ​​Invalid app version​​
  • ​​2.用戶端常見錯誤​​
  • ​​Invalid Operation​​
  • ​​Syntax error in SQL​​
  • ​​Database not specified or available​​
  • ​​Table does not exist​​
  • ​​Timestamp data out of range​​
  • ​​3.管理節點mnode常見錯誤​​
  • ​​DNode already exists​​
  • ​​Out of DNodes​​
  • ​​Cluster cfg inconsistent​​
  • ​​Cluster id not match​​
  • ​​Database not available​​
  • ​​4.資料節點dnode和虛拟節點vnode常見錯誤​​
  • ​​No permission for disk files in dnode​​
  • ​​Database memory is full for commit failed​​
  • ​​Database memory is full for waiting commit​​
  • ​​5.查詢常見錯誤​​
  • ​​No diskspace for query​​
  • ​​System out of memory​​

1.RPC 通信相關錯誤

Authentication required

需要提供使用者名和密碼

Authentication failure

使用者認證失敗

Number of sessions reached limit

連接配接數超過限制

相關參數:​​

​maxShellConns​

​​,​

​maxConnections​

​。

Unable to establish connection

無法連接配接到資料庫,常見原因是網絡連接配接有問題。

Client and server’s time is not synchronized

用戶端和服務端時間不同步

Database not ready

目前資料不可用,常見原因是vnode正在同步資料。

Unable to resolve FQDN

無法解析FQDN。通常是域名解析配置有問題或沒有配置。

Invalid app version

用戶端和服務端版本不比對。

2.用戶端常見錯誤

Invalid Operation

操作不支援

Syntax error in SQL

SQL文法錯誤

Database not specified or available

沒有指定資料庫,taosc 方式需要先 use 資料庫;RESTful方式需要指定資料庫名。

Table does not exist

表不存在

Timestamp data out of range

輸入資料的時間戳不在有效範圍内

3.管理節點mnode常見錯誤

DNode already exists

節點已存在

Out of DNodes

通常發生在建立資料庫時,副本數量大于節點數量。

Cluster cfg inconsistent

叢集間節點配置資訊不一緻。

Cluster id not match

從firstEP擷取的叢集ID與本地存儲的叢集ID不比對。

Database not available

資料庫不可用,常見原因是vnode狀态異常。

4.資料節點dnode和虛拟節點vnode常見錯誤

No permission for disk files in dnode

沒有寫權限,通常是啟動taosd使用者沒有root權限。

Database memory is full for commit failed

Database memory is full for waiting commit

記憶體不足,造成資料無法落盤。

5.查詢常見錯誤

No diskspace for query

System out of memory