Murtadha Hubail has uploaded a new patch set (#2). Change subject: [ASTERIXDB-2107][CLUS] Prevent Invalid UNUSABLE State in Dynamic Topology ......................................................................
[ASTERIXDB-2107][CLUS] Prevent Invalid UNUSABLE State in Dynamic Topology - user model changes: no - storage format changes: no - interface changes: yes Renamed IClusterStateManager add/Remove NCConfig methods to notifyNode join/failure. Details: - Mark node as participant when it completes its startup and not when it joins the cluster. - Allow partitions to be added with pending activation state. - Remove the use of static MetadataProperties for reporting number of nodes. - Add test cases. Change-Id: I7a0db2d66cf44650dcc673b3f2de537816cb84c7 --- M asterixdb/asterix-app/src/main/java/org/apache/asterix/app/replication/AutoFaultToleranceStrategy.java M asterixdb/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/ClusterLifecycleListener.java M asterixdb/asterix-app/src/main/java/org/apache/asterix/util/FaultToleranceUtil.java A asterixdb/asterix-app/src/test/java/org/apache/asterix/runtime/ClusterStateManagerTest.java M asterixdb/asterix-common/src/main/java/org/apache/asterix/common/cluster/ClusterPartition.java M asterixdb/asterix-common/src/main/java/org/apache/asterix/common/cluster/IClusterStateManager.java M asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/utils/ClusterStateManager.java 7 files changed, 276 insertions(+), 40 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/29/2029/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/2029 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7a0db2d66cf44650dcc673b3f2de537816cb84c7 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Murtadha Hubail <[email protected]>
