Hi there,

I'm working with Solr 9.2.1 and trying to use Task Management as described in 
documentation:
https://solr.apache.org/guide/solr/9_2/deployment-guide/task-management.html
Somehow I wasn't successful in making it work although the instruction for 
using this feature is fairly simple. It's like just add to select query option 
"canCancel=true" and then the created task should show up in the list per 
request with URL of this sort:
> http://localhost:8983/solr/collectionName/tasks/list

However all I get in result is an empty list:
"taskList":{ }
Both request and solr log shows no errors (but I see kinda deprecated parameter 
"rid"). In the query output I see no attribute "queryUUID". And the Solr 
instance is practically idle during my tests.

Would anybody know any trick to make Task Management work?

Best,
Slava.

Reply via email to