jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

The exporting status still has this task after exporting finished. #80

Closed dpcopper closed 9 years ago

dpcopper commented 9 years ago

Hi, I used knapsack to export an entire index. The size of index is 10G. I executed the command "curl -XPOST 'localhost:9200/logstash-2015-06-18/_export?path=/home3/elasticsearch/logstash-2015-06-18.zip'" to export. Then I used command "curl -XPOST 'localhost:9200/_export/state'" to check whether the export is finished. After a long time, I found the last modify time of the exported file isn't changing any more. But the exporting status still has a running task. I don't know how to deal with it.

My ES is 1.4.3, knapsack is 1.5.2.

jprante commented 9 years ago

Please use compatible versions. Knapsack 1.5.x.y is for ES 1.5

dpcopper commented 9 years ago

OK, I see. Thx!