jprante / elasticsearch-knapsack

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

Exports list returned by /_export/state is empty #28

Open nicktgr15 opened 11 years ago

nicktgr15 commented 11 years ago

Hi,

While exporting an index using

curl -XPOST localhost:9200/indexname/_export?target=/tmp/indexname.tar.gz

I can't verify the state of exports calling

curl -XGET localhost:9200/_export/state

as it returns an empty list:

{"exports":[]}

There was definitely an export under process though as I could see the .tar.gz file size increasing.

Regards, Nick

jprante commented 10 years ago

I can not reproduce this issue. Maybe latest release is behaving better?

otto802 commented 10 years ago

i had the same issue once. It seems that i had not installed to plugin on every node of the cluster (and especially not on the node with the primary shards).

saginoam commented 8 years ago

I had the same issue (elastic and knapsack 1.7) and it was resolved by installing the plugin on all machines in the cluster. Thanks otto802!