elasticsearch-reindex icon indicating copy to clipboard operation
elasticsearch-reindex copied to clipboard

Does it work with elastic-search 1.3.1?

Open brucemackenzie opened this issue 10 years ago • 1 comments

It appears that they might have made a breaking change with regards to an overload:

bin/elasticsearch [2014-08-31 10:00:20,857][INFO ][node] [Jackpot] version[1.3.1], pid[8491], build[2de6dc5/2014-07-28T14:45:15Z] [2014-08-31 10:00:20,857][INFO ][node] [Jackpot] initializing ... [2014-08-31 10:00:20,868][INFO ][plugins] [Jackpot] loaded [marvel, reindex], sites [marvel, kopf] {1.3.1}: Initialization Failed ...

  • VerifyError[class com.pannous.es.reindex.ReIndexAction overrides final method handleRequest.(Lorg/elasticsearch/rest/RestRequest;Lorg/elasticsearch/rest/RestChannel;)V]

brucemackenzie avatar Aug 31 '14 17:08 brucemackenzie

Updating the elastic-search version in the pom.xml caused even more wreckage:

    <properties>
        <maven.compiler.target>1.6</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <elasticsearch.version>1.3.1</elasticsearch.version>
    </properties>

brucemackenzie avatar Aug 31 '14 17:08 brucemackenzie