admin管理员组

文章数量:1328002

"show database" returns
{"error_code":"010001","error_message":"Datafusion: Resources exhausted: Failed to allocate additional 5304 bytes with 0 bytes already allocated - maximum available is 168"}
deployment: singleton
version:cnosdb 2.3.5, revision ace7d5f

  1. Start a single-node cnosdb service;

  2. Use the tsbs tool to write data;
    /bin/cat /data/data/line_protocol/cnosdb_iot_123_100_6.3_2020-2025_5y_data.gz| /bin/gunzip | /bin/load_cnosdb --batch-size 1 --workers 1 --urls "http://192.168.0.23:12002"

  3. After the service is up for 6 weeks, connect to the service for query

  4. When the query fails, check the write status:

1733280336,0.00,8.436378E+08,1086.06,0.00,1.066552E+08,137.30
1733280346,0.00,8.436378E+08,1086.04,0.00,1.066552E+08,137.30
1733280356,0.00,8.436378E+08,1086.03,0.00,1.066552E+08,137.30

I checked the system monitoring and the system resources are sufficient.

Does anyone know what's going on?

本文标签: time seriesquotshow databasequot returns quotResources exhaustedquotStack Overflow