task-list can hang if the 'published' field is big enough
Bug #1709308 reported by
Kupai József
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mistralclient |
Fix Committed
|
Undecided
|
Kupai József |
Bug Description
'mistral taks-list' can hang if any of the 'longtext' fields contains relatively big data.
In my particular case the size of the published field contained ~3MB sized json data on average, and even with the default limit (100 entries), this can hang and possibly cause timeouts.
It is unnecessary to query all of the fields, instead the client should specify the fields that are about to be displayed. I verified the case with these queries:
curl http://
curl http://
The first one was nearly instant, while the latter took minutes to complete.
Changed in python-mistralclient: | |
assignee: | nobody → Kupai József (kupsef) |
To post a comment you must log in.
This bug has been addressed in https:/ /review. openstack. org/#/c/ 491780/. We can set the status to fix committed.