databaseapache-iotdb

In version 1.2 of Apache IoTDB cluster, how to troubleshoot the reason for the timeout of all query tasks?


I am using the cluster version 1.2 of Apache IoTDB, and the query task was stuck just now. I tried to execute show query processlist to check for reason, but this task also directly get timed out. I only can restart the IoTDB cluster, and all the query turns to be fine. Since this problem has already disappear, I cannot troubleshoot the reason now, but anyone have any troubleshooting ideas if this problem happens again?


Solution

  • If this error appears again next time, you can use jstack it to see where the query task in Apache IoTDB got stuck. Or you can try updating to the latest version, since this may also be a old version bug.