jprante / elasticsearch-knapsack

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

Tar.gz file is corrupted #6

Closed ghost closed 10 years ago

ghost commented 11 years ago

Export is not working on my 0.90.1 . tar.gz file is only 10 bytes and when i try to import it i get

[2013-06-14 09:00:06,381][ERROR][rest.action ] [dba_node1] Unexpected end of ZLIB input stream java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:116) at org.xbib.io.tar.TarBuffer.readBlock(TarBuffer.java:156) at org.xbib.io.tar.TarBuffer.readRecord(TarBuffer.java:191) at org.xbib.io.tar.TarInputStream.getNextEntry(TarInputStream.java:186) at org.xbib.io.tar.TarEntryReadOperator.read(TarEntryReadOperator.java:52) at org.xbib.io.tar.TarSession.read(TarSession.java:190) at org.elasticsearch.rest.action.RestImportAction$1.run(RestImportAction.java:127) at java.lang.Thread.run(Thread.java:722)

Seems that file is corrupted

jprante commented 11 years ago

Thanks for the report. Knapsack plugin is not yet available for 0.90.1. Please wait for the update.

jprante commented 10 years ago

This should be resolved in the latest release.