reindex will return me 1 task ID which is yXafjEXKSu65EXqOuquJzg:2194095
Then I found that I couldn't find out the details of the task by the following request, the whole .task index is
GET /.tasks/_doc/yXafjEXKSu65EXqOuquJzg:2194095
But when I execute the following request, I can find the task I'm executing in all the tasks in the whole cluster, but I can't check only this one task by task ID, I want to understand why this happens, this situation is occasional
I tried it, my version is 7.4.2 and it returns the following
{
"error": "Incorrect HTTP method for uri [/.tasks/yXafjEXKSu65EXqOuquJzg:2194095?pretty] and method [GET], allowed: [POST]",
"status": 405
}
Need to use GET /.tasks/_doc/yXafjEXKSu65EXqOuquJzg:2194095
But this time, after I executed the reindex, I was able to get a new one by using GET /.tasks/_doc/yXafjEXKSu65EXqOuquJzg:2194095 And did not check the task, But when the task is executed, after going to check, the task data can be successfully checked, I am wondering why this is?
Before the task is executed, I can be sure that the index .tasks is empty and there is no data
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.