You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Moulay Hicham <ma...@gmail.com> on 2020/12/13 00:02:08 UTC

Collection reload issue

Hi,

I am using solr 8.1

I ran a collection reload operation:
admin/collections?action=RELOAD&name=<collectionname>&async=1000'.

when I checked on the task status, it shows that it's still running:
admin/collections?action=REQUESTSTATUS&requestid=1000'

It's been showing that this task is in running state for the last few days.

I am not why the task shows as running. Is it hanging? How can I tell
what's the real status of the task (running, failed or completed)?

Please advise,

Thanks,
Moulay