欢迎来到天天文库
浏览记录
ID:34528748
大小:212.19 KB
页数:52页
时间:2019-03-07
《分布式系统设计.07》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、DistributedSystemsPrinciplesandParadigmsMaartenvanSteenVUAmsterdam,Dept.ComputerScienceRoomR4.20,steen@cs.vu.nlChapter07:Consistency&ReplicationVersion:November19,2009ContentsChapter01:Introduction02:Architectures03:Processes04:Communication05:Naming06:Synchronization07:Consistency
2、&Replication08:FaultTolerance09:Security10:DistributedObject-BasedSystems11:DistributedFileSystems12:DistributedWeb-BasedSystems13:DistributedCoordination-BasedSystems2/42Consistency&ReplicationConsistency&replicationIntroduction(what’sitallabout)Data-centricconsistencyClient-centr
3、icconsistencyReplicamanagementConsistencyprotocols3/42Consistency&Replication7.1IntroductionPerformanceandscalabilityMainissueTokeepreplicasconsistent,wegenerallyneedtoensurethatallconflictingoperationsaredoneinthethesameordereverywhereConflictingoperationsFromtheworldoftransactions:
4、Read–writeconflict:areadoperationandawriteoperationactconcurrentlyWrite–writeconflict:twoconcurrentwriteoperationsIssueGuaranteeingglobalorderingonconflictingoperationsmaybeacostlyoperation,downgradingscalabilitySolution:weakenconsistencyrequirementssothathopefullyglobalsynchronizatio
5、ncanbeavoided4/42Consistency&Replication7.2Data-CentricConsistencyModelsData-centricconsistencymodelsConsistencymodelAcontractbetweena(distributed)datastoreandprocesses,inwhichthedatastorespecifiespreciselywhattheresultsofreadandwriteoperationsareinthepresenceofconcurrency.Essential
6、Adatastoreisadistributedcollectionofstorages:ProcessProcessProcessLocalcopyDistributeddatastore5/42Consistency&Replication7.2Data-CentricConsistencyModelsContinuousConsistencyObservationWecanactuallytalkaaboutadegreeofconsistency:replicasmaydifferintheirnumericalvaluereplicasmaydif
7、ferintheirrelativestalenesstheremaybedifferenceswithrespectto(numberandorder)ofperformedupdateoperationsConitConsistencyunit)specifiesthedataunitoverwhichconsistencyistobemeasured.6/42Consistency&Replication7.2Data-CentricConsistencyModelsExample:ConitReplicaAReplicaBConitConitx=6;y
8、=3x=2;y=5OperationResultOp
此文档下载收益归作者所有