Comment 3 for bug 1430641

Revision history for this message
TommyLike (hu-husheng) wrote :

This issue may related to the database pool size and api worker size. For example, this issue can be reproduced by this configuration below(with the wsgi deployment):
```
[default]
osapi_volume_workers = 6
[database]
max_pool_size = 2

```