I think you misunderstand the versioning concept in MVCC.
In ES, it only looks like ES docs are attached with a version and smart
client might be capable of "superseding" versioning at will. But the
concept is that versions are attached within a read/write cycle to a client
that is dealing with the doc. It is the client that must be absolutely sure
that the writing is "valid" - new data is written according to the version
that was read before. Keeping the same version means, the document
read/write cycle is not corrupted.
So if you suggest a "force mode", you disable this causality. Other clients
read a version, then a "force mode" client touches the doc, but the version
stays the same. All other clients that had read the old version are messed
up, they can no longer trust the versioning, or the data they read, or both.
So, if you don't want MVCC, you should just ignore versioning in your
concept...
Jörg
On Thu, Mar 6, 2014 at 12:36 PM, janosz.krzysztof@gmail.com wrote:
Hmm, sorry I was not precise enough - I mean, not resolving version
conflicts with that way at every insert, but let's say creating some force
mode, which would be only used in case described in my first post and
assuming that this force mode is used only in "proper way" - e.g we ensure
that at given point in time only one request with such update will come to
es. Is this still creating problem, e. g. such data when updated in
described "force mode" would not be propagated to other nodes resulting in
data incosistency?
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/ac0f4433-9560-42a1-8745-4aae14d82f1b%40googlegroups.comhttps://groups.google.com/d/msgid/elasticsearch/ac0f4433-9560-42a1-8745-4aae14d82f1b%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoEUUvn3ZCJs2Jpr0axvrnmG_72zosAZ59FWPthMtumDUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.