Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2021-10-Hou
Description
Operate as follow:
[xzh@i-s9p350bm apache-iotdb-0.13.0-SNAPSHOT-all-bin]$ ls
conf data docs ext lib LICENSE licenses logs nohup.out NOTICE README.md README_ZH.md RELEASE_NOTES.md sbin tools
[xzh@i-s9p350bm apache-iotdb-0.13.0-SNAPSHOT-all-bin]$ ./tools/export-csv.sh -h 127.0.0.1 -p 6667 -u root -pw root -td /home/xzh/import-export/data/
------------------------------------------
Starting IoTDB Client Export Script
------------------------------------------
ExportCsv> please input query: select * from root
select * from root
16:04:27.897 [main] DEBUG org.apache.iotdb.session.Session - EndPoint(ip:127.0.0.1, port:6667) execute sql select * from root
Cannot dump result because: 701: Current query is time out, please check your statement or modify timeout parameter.
We need a mechanism to disable the query timeout when querying.
Attachments
Issue Links
- is fixed by
-
IOTDB-1563 Support disabling query timeout
- Closed
- is related to
-
IOTDB-1563 Support disabling query timeout
- Closed