Error message
[HSF-Provider] HSF thread pool is full.
Solution
- The processing speed of a service on the High-Speed Service Framework (HSF) provider is too slow, and requests from the consumer cannot be processed in time. As a result, the thread pool of the HSF provider for service execution reaches the maximum value. By default, HSF dumps the file in/home/admin/logs/hsf/HSF_JStack.log(default path). View the HSFBizProcessor-xxx thread stack information of this file and analyze the performance bottleneck.
- The maximum number of threads of in an HSF thread pool is 600 by default. To increase the number, change the value of the -Dhsf.server.max.poolsize=xxx.