Alberto Gomez created GEODE-10348:
-------------------------------------
Summary: Correct documentation about conflation
Key: GEODE-10348
URL: https://issues.apache.org/jira/browse/GEODE-10348
Project: Geode
Issue Type: Bug
Components: docs, wan
Reporter: Alberto Gomez
The Geode documentation states on conflation:
"When an update is added to a queue that has conflation enabled, if there is
already an update message in the queue for the entry key, then the existing
message assumes the value of the new update and the new update is dropped, as
shown here for key A."
Nevertheless, that is not correct. The actual behavior is the following:
"When an update is added to a queue that has conflation enabled, if there is
already an update message in the queue for the entry key, then the existing
message is dropped and the new update is added to the end of the queue, as
shown here for key A."
--
This message was sent by Atlassian Jira
(v8.20.7#820007)