[ 
https://issues.apache.org/jira/browse/JCLOUDS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658775#comment-13658775
 ] 

Adrian Cole commented on JCLOUDS-43:
------------------------------------

merged into master and 1.6.x via..

cd incubator-jclouds
git pull
git pull https://github.com/adriancole/jclouds.git ultradns-tx
git push origin master
git checkout -t -b 1.6.x origin/1.6.x
git cherry-pick b021d743fde13632c2da1bee8b999646a096c314 
f88609d1dd05b88ca5124b60359613210503f506
git push origin 1.6.x
                
> UltraDNS Transaction support
> ----------------------------
>
>                 Key: JCLOUDS-43
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-43
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-core
>    Affects Versions: 1.6.0
>            Reporter: Adrian Cole
>            Assignee: Adrian Cole
>             Fix For: 1.6.1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When testing the ultradns-ws provider, Netflix noticed that migrating 
> territories from one directional group to another to results in a drop of 
> traffic and slow recovery.  The root cause is how updates must occur 
> considering territory overlaps are illegal.
> Ex. first remove argentina from group a.  next add argentina to group b.
> Advice is to wrap the two commands into a transaction, which may eliminate 
> some traffic loss scenarios.
> Implementation:
> expose a TransactionApi and a corresponding scope to attribute the 
> transaction to any write commands within it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to