jokerCoCo opened a new issue, #2081: URL: https://github.com/apache/incubator-hugegraph/issues/2081
### Problem Type (问题类型) other exception / error (其他异常报错) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.0 - Backend: RocksDB x nodes, HDD or SSD - OS: xx CPUs, xx G RAM, Centos 7.x - Data Size: 1000 个vertices, 500 个edges <!-- (like 1000W 点, 9000W 边) --> ### Your Question (问题描述) 我尝试使用线程池并行查询图数据库,线程池最大并发量为10;当并发量多时会报如下错误: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Pending tasks size 10001 has exceeded the max limit 10000 请问下这是需要配置什么参数吗? ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
