> On Aug. 23, 2013, 12:27 a.m., Kanak Biscuitwala wrote: > > Below are a bunch of thoughts on the design. We should discuss them offline > > as well. Pasting suggestions from Kishore below for further discussion: > > > > - CLUSTER > > - PARTICIPANT(*) > > - CONFIG > > - SPECTATOR(*) > > - CONTROLLER(*) > > - RESOURCE > > - CONFIG > > - IDEALSTATE > > - EXTERNALVIEW > > - CURRENTSTATE > > > > State machine and constraints can be a separate dimension.
Also, I don't currently see a way to get the current ideal state of a resource. Is this by design? - Kanak ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13754/#review25443 ----------------------------------------------------------- On Aug. 23, 2013, 12:02 a.m., Zhen Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13754/ > ----------------------------------------------------------- > > (Updated Aug. 23, 2013, 12:02 a.m.) > > > Review request for helix, Kanak Biscuitwala, Kishore Gopalakrishna, and Shi > Lu. > > > Repository: helix-git > > > Description > ------- > > Initial change for refactor helix model. Roughly follow the design at: > https://cwiki.apache.org/confluence/display/HELIX/API+Redesign > > An example is shown in ClusterReader where using a Cluster instance, we can > retrieve any information needed for the rebalancer. The change is incomplete. > > > Diffs > ----- > > helix-core/src/main/java/org/apache/helix/api/Cluster.java e69de29 > helix-core/src/main/java/org/apache/helix/api/ClusterReader.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Controller.java e69de29 > helix-core/src/main/java/org/apache/helix/api/CurState.java e69de29 > helix-core/src/main/java/org/apache/helix/api/ExtView.java e69de29 > helix-core/src/main/java/org/apache/helix/api/HelixVersion.java e69de29 > helix-core/src/main/java/org/apache/helix/api/LeaderController.java e69de29 > helix-core/src/main/java/org/apache/helix/api/LiveParticipant.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Model.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Msg.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Participant.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Partition.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Resource.java e69de29 > helix-core/src/main/java/org/apache/helix/api/RunningInstance.java e69de29 > helix-core/src/main/java/org/apache/helix/api/Spectator.java e69de29 > helix-core/src/main/java/org/apache/helix/api/StateModelDef.java e69de29 > > Diff: https://reviews.apache.org/r/13754/diff/ > > > Testing > ------- > > > Thanks, > > Zhen Zhang > >
