Giter Site home page Giter Site logo

Comments (6)

ofavre avatar ofavre commented on July 28, 2024

I'll take a look when I have time.
But maybe you should link this issue at elastic/elasticsearch#2230. (If this mention is not enough.)
As I only adapted pre-existing code into a plugin, I'm not sure I will be of able to fix this, though I will try.

from elasticsearch-action-updatebyquery.

rightedges avatar rightedges commented on July 28, 2024

Thanks for the quick response. Very much appreciated!

from elasticsearch-action-updatebyquery.

ofavre avatar ofavre commented on July 28, 2024

I think this issue is related to #22.
It was fixed two weeks ago in v2.0.1, targeting ES 1.1.0.
Feel free to reopen if it happens again.

from elasticsearch-action-updatebyquery.

pulkitsinghal avatar pulkitsinghal commented on July 28, 2024

@ofavre - if you fixed it in v2.0.1 then based on the version matrix:

| 2.1.0                         │ 1.2.0 ─► 1.2.2         │
├───────────────────────────────┼────────────────────────┤
│ 2.0.x                         │ 1.1.0 ─► 1.1.2         │

Should I not expect the plugin's v2.1.0 to be compatible with es v1.1.2? Or is it simply that it supports es v1.2.x as well now?

from elasticsearch-action-updatebyquery.

ofavre avatar ofavre commented on July 28, 2024

Starting at v2.1.0, the plugin is no longer compatible with ES <1.2, due to refactoring in the upstream code.
The fix for this issue is part of the plugin since v2.0.1.

If your ElasticSearch version is 1.2.0 upto 1.2.2, you must use the plugin v2.1.0.
You can select the appropriate plugin version depending on your ES version by finding the later in the right column, and reading the former in left one.

I always try to maximize the backward compatibility of my plugin, increasing the major on incompatible plugin-level changes, increasing the minor on incompatible ES-level changes or new features, and increasing the patch when pushing patches.
But ElasticSearch is a fast changing world, and plugins are sometimes outdated quite quickly.

from elasticsearch-action-updatebyquery.

pulkitsinghal avatar pulkitsinghal commented on July 28, 2024

@ofavre Thanks!

from elasticsearch-action-updatebyquery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.