Shinsuke Sugaya

Results 201 comments of Shinsuke Sugaya

Need more info... What POST request did you send for reindexing?

Please check Elasticsearch's log file and plugins directory.

Reindexing plugin 1.4.2 support elasticserach 1.4.4. Plugin version is different from elasticsearch version.

Elasticsearch does not keep Java API compatibility at each versions. So, you need to use a proper elasticsearch version.

Does reindexing work on a cluster that has shard allocation enabled if you do not change the status for shard allocation when invoking reindexing? Could you check a debug log...

Could you provide a step to reproduce it? I do not have any problems for reindexing...

> Merge failed with failures {[mapper [publication_info.recid] of different type, current_type [string], merged_type [long]]}]] The mapping handling for ES 2.x became strict. "recid" property must be string or long in...

Did you run it with wait_for_completion=true?

limit request parameter is available(ex. limit=50%).

It depends on a heap size of elasticsearch. limit=50% means 50% of the heap size.