使用taosBenchmark做压测时,运行到创建超级表的阶段就卡住了

[root@harbor taosbenchmark-json]# cat insert0518.json
{
“filetype”: “insert”,
“cfgdir”: “/etc/taos”,
“host”: “192.168.5.11”,
“port”: 6030,
“user”: “root”,
“password”: “taosdata”,
“thread_count”: 1,
“create_table_thread_count”: 1,
“result_file”: “./insert_res.txt”,
“confirm_parameter_prompt”: “no”,
“num_of_records_per_req”: 10000,
“prepared_rand”: 10000,
“chinese”: “no”,
“escape_character”: “yes”,
“continue_if_fail”: “no”,
“databases”: [
{
“dbinfo”: {
“name”: “test”,
“drop”: “yes”,
“vgroups”: 4,
“precision”: “ms”
},
“super_tables”: [
{
“name”: “meters”,
“child_table_exists”: “no”,
“childtable_count”: 10,
“childtable_prefix”: “d”,
“auto_create_table”: “yes”,
“batch_create_tbl_num”: 5,
“data_source”: “rand”,
“insert_mode”: “taosc”,
“non_stop_mode”: “no”,
“line_protocol”: “line”,
“insert_rows”: 10000,
“childtable_limit”: 0,
“childtable_offset”: 0,
“interlace_rows”: 0,
“insert_interval”: 0,
“partial_col_num”: 0,
“timestamp_step”: 10,
“start_timestamp”: “2020-10-01 00:00:00.000”,
“sample_format”: “csv”,
“sample_file”: “./sample.csv”,
“use_sample_ts”: “no”,
“tags_file”: “”,
“columns”: [
{“type”: “FLOAT”, “name”: “current”, “count”: 1, “max”: 12, “min”: 8 },
{ “type”: “INT”, “name”: “voltage”, “max”: 225, “min”: 215 },
{ “type”: “FLOAT”, “name”: “phase”, “max”:

请提供下taosd日志

解决了,这个是我磁盘不足的原因