Areek Zillur eee0d18f94 Make update a replication action
Currently, update action delegates to index and delete actions
for replication using a dedicated transport action. This change
makes update a replication operation, removing the dedicated
transport action. This simplifies bulk execution and removes
duplicate logic for update retries and translation. This
consolidates the interface for single document write requests.

Now on the primary, the update request is translated to
an index or delete request before execution and the translated
request is sent to copies for replication.
2016-10-06 05:02:54 -04:00
..
2016-10-03 09:22:56 -04:00
2016-09-19 07:54:04 -04:00
2016-10-06 05:02:54 -04:00
2016-08-31 15:51:52 -04:00
2016-09-02 18:22:30 -04:00
2016-10-05 11:20:45 -04:00
2016-09-21 09:36:21 -04:00
2016-10-05 11:20:45 -04:00
2016-10-05 11:21:54 -04:00
2016-09-21 09:36:21 -04:00
2016-07-07 17:47:19 +02:00
2016-07-07 14:44:03 -04:00