This is an automated email from the ASF dual-hosted git repository.

xyuanlu pushed a change to branch metaclient
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard 113b99237 Add recursiveCreate functionality to metaclient (#2607)
    omit c147eb4c0 Lattice cache - caching just data implementation (#2619)
    omit 34ec3c6c9 Skip one time listener re-register for exists for ZkClient - 
MetaClient usage. (#2637)
    omit 0555e9307 MetaClientCache Part 1 - API's, configs, and builders (#2612)
    omit ddd688252 Leader election client - Proactively send leader gone event 
when disconnect from ZK  (#2585)
    omit 1f9cae890  Add stress test for Metaclient leader election (#2574)
    omit a1fa50283 Lattice Puppy Stress Test Race Condition Fix and Code 
Cleanup (#2579)
    omit 8fa86e9f9 Lattice LockClient LockInfoSerializer Implementation(#2580)
    omit dd95ca441 Metaclient - Leader election - leader change event 
notification (#2560)
    omit c22d4eb0e Metaclient - Leader election - Track participants and add 
participant info (#2562)
    omit 785c61ad5 Multithreading stress test lattice - CRUD puppies and 
Listener Tests (#2548)
    omit 294fae2c0 Metaclient leader election - basics (#2558)
    omit abb867ab2 MultiThreading Stress Test Lattice - Puppy Logic and 
Skeleton (Part 1) (#2549)
    omit def0bb6d6 ZkClient - only register one time watcher for read data when 
not using persist listener. (#2555)
    omit e49908731 MetaClient LockClient and Semaphore Creation Edge Cases and 
Added Exception(#2550)
    omit 14283032f Lattice MetaClient Distributed Semaphore Implementation 
(#2515)
    omit 8af1b60ab Add API for getDataAndStat (#2535)
    omit 14d83b064 MetaClient Distributed Semaphore API and Permit object 
(#2520)
    omit 1e9b19ba6 [helix/metaclient] ZkMetaClient Stress Tests (Part 2) (#2523)
    omit b35811011 set test iteration count to 500
    omit 1dee8eee3 refactor, update with dataRecord
    omit 6797d9151 deserialize test
    omit e7de35e5c tests for get, create, set, update, and data change listeners
    omit e70905698 Inline
    omit f16a523e0 DataRecord Serializer
     add ff4c5cadd DataRecord Serializer
     add df1eb6ae9 Inline
     add b93f89a06 tests for get, create, set, update, and data change listeners
     add 1f80503b6 deserialize test
     add b45361ba3 refactor, update with dataRecord
     add 17f8ab3fd set test iteration count to 500
     add 09649b34c [helix/metaclient] ZkMetaClient Stress Tests (Part 2) (#2523)
     add 0e917599c MetaClient Distributed Semaphore API and Permit object 
(#2520)
     add 53f9fa7c3 Add API for getDataAndStat (#2535)
     add c7a0d28fc Lattice MetaClient Distributed Semaphore Implementation 
(#2515)
     add f41a2c606 MetaClient LockClient and Semaphore Creation Edge Cases and 
Added Exception(#2550)
     add 6aa7c2cce ZkClient - only register one time watcher for read data when 
not using persist listener. (#2555)
     add 5389b1739 MultiThreading Stress Test Lattice - Puppy Logic and 
Skeleton (Part 1) (#2549)
     add 36231faeb Metaclient leader election - basics (#2558)
     add b1f59e6f8 Multithreading stress test lattice - CRUD puppies and 
Listener Tests (#2548)
     add 52fe73818 Metaclient - Leader election - Track participants and add 
participant info (#2562)
     add 4eacde331 Metaclient - Leader election - leader change event 
notification (#2560)
     add 26f319608 Lattice LockClient LockInfoSerializer Implementation(#2580)
     add c3afa7f27 Lattice Puppy Stress Test Race Condition Fix and Code 
Cleanup (#2579)
     add 7a96d9ba8  Add stress test for Metaclient leader election (#2574)
     add 2e53694f7 Leader election client - Proactively send leader gone event 
when disconnect from ZK  (#2585)
     add fbefa6490 Change TopStateHandoffReportStage to be an Async Stage as it 
is the slowest stage in the pipeline. It can be run async since it does not add 
to ClusterEvent and simply computes and reports metrics. No following stages 
depend on it. (#2610)
     add d00a37c0d Changed Log level to DEBUG for the top-state metrics logs, 
to avoid logging for every partition.(#2611)
     add 0e82bd3fd Fix flaky test TestP2PNoDuplicatedMessage (#2587)
     add c9402ea1e Fix the 'BadVersion' exception handling in doSet() code 
path. (#2614)
     add 279c3f39e Bump jackson-databind in /helix-view-aggregator (#2280)
     add c607364c8 Fix TestClusterAggregateMetrics (#2602)
     add 989c20c4b Add API for Instance evacuation (#2588)
     add ba858b2a0 Implement the on-demand rebalance service (#2595)
     add 059f1f60c Instance Evacuation operation sanity check (#2598)
     add 7fe7d0a30 Add CI test config for ApplicationClusterManager branch 
(#2605)
     add eb62d1511 Add support for node evacuation. (#2604)
     add 7ab07d034 Fix NPR error in test for 
TestDelayedAutoRebalanceWithRackaware (#2606)
     add a51c587f7 Add on-demand rebalance API (#2601)
     add eff214d92 Change instance operation orthogonal to instance enable 
(#2615)
     add 96cd0d0e3 Add supporting APIs a isEvacuateFinished and 
isReadyForPreparingJoiningCluster for evacuation. (#2618)
     add 0922e1f2f Add support for providing default Instance Config to be used 
with auto-join and auto-reg (#2609)
     add 045deb60f Support persist instance info collected by 
CloudInstanceInformationProcessor during auto-reg (#2622)
     add 56f230e9c Exclude on-operation instance from computing min active 
replica in WAGED. (#2621)
     add 79cefa3eb Refine TestInstanceOperation by using verifier (#2625)
     add fd6a039c9 [maven-release-plugin] prepare release helix-1.3.1
     add 38ac277c4 [maven-release-plugin] prepare for next development iteration
     add 84d89efaf  Fix CurrentStateComputationStage when mis configure(#2635)
     add 0db2f3ae3 Release note 1.3.1
     add 47c1718c9 Remove 1.2.0 docs
     add 4a464b8b9 Update menu bar
     add 6241bcbf5 Bump snapshot
     new a6252856b MetaClientCache Part 1 - API's, configs, and builders (#2612)
     new 2649e6e6a Skip one time listener re-register for exists for ZkClient - 
MetaClient usage. (#2637)
     new 827ca822d Lattice cache - caching just data implementation (#2619)
     new 6bd97a98c Add recursiveCreate functionality to metaclient (#2607)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (113b99237)
            \
             N -- N -- N   refs/heads/metaclient (6bd97a98c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/Helix-PR-CI.yml                  |   2 +-
 ...T.ivy => helix-admin-webapp-1.3.2-SNAPSHOT.ivy} |   4 +-
 helix-admin-webapp/pom.xml                         |   2 +-
 ...SNAPSHOT.ivy => helix-agent-1.3.2-SNAPSHOT.ivy} |  12 +-
 helix-agent/pom.xml                                |   2 +-
 ...NAPSHOT.ivy => helix-common-1.3.2-SNAPSHOT.ivy} |   2 +-
 helix-common/pom.xml                               |   2 +-
 .../apache/helix/constants/InstanceConstants.java  |   6 +
 ...-SNAPSHOT.ivy => helix-core-1.3.2-SNAPSHOT.ivy} |   2 +-
 helix-core/pom.xml                                 |   2 +-
 .../src/main/java/org/apache/helix/HelixAdmin.java |  26 +
 .../org/apache/helix/HelixManagerProperty.java     |  21 +-
 ...mation.java => CloudInstanceInformationV2.java} |  26 +-
 .../helix/controller/pipeline/AsyncWorkerType.java |   1 +
 .../rebalancer/DelayedAutoRebalancer.java          |  36 +-
 .../rebalancer/util/DelayedRebalanceUtil.java      |  80 ++-
 .../rebalancer/waged/WagedInstanceCapacity.java    |  12 +-
 .../rebalancer/waged/WagedRebalancer.java          |  15 +-
 .../stages/CurrentStateComputationStage.java       |   2 +
 .../stages/TopStateHandoffReportStage.java         |  24 +-
 .../helix/manager/zk/ParticipantManager.java       |  41 +-
 .../org/apache/helix/manager/zk/ZKHelixAdmin.java  | 124 ++++-
 .../helix/manager/zk/ZkBaseDataAccessor.java       |   3 +
 .../java/org/apache/helix/model/ClusterConfig.java |  27 +-
 .../org/apache/helix/model/InstanceConfig.java     | 250 ++++++++-
 .../org/apache/helix/util/ConfigStringUtil.java    |   2 +-
 .../main/java/org/apache/helix/util/HelixUtil.java |  15 +-
 .../java/org/apache/helix/TestConfigAccessor.java  |   9 +-
 .../org/apache/helix/TestHelixConfigAccessor.java  |  21 +-
 .../java/org/apache/helix/common/ZkTestBase.java   |   8 +
 .../helix/controller/stages/BaseStageTest.java     |  11 +-
 .../stages/TestCurrentStateComputationStage.java   |  14 +-
 .../manager/MockParticipantManager.java            |  13 +-
 .../messaging/TestP2PNoDuplicatedMessage.java      |  33 +-
 .../paticipant/CustomCloudInstanceInformation.java |  23 +-
 .../CustomCloudInstanceInformationProcessor.java   |   3 +-
 .../paticipant/TestInstanceAutoJoin.java           |  74 ++-
 .../TestDelayedAutoRebalance.java                  | 144 ++++++
 ...stDelayedAutoRebalanceWithDisabledInstance.java |  29 +-
 .../TestDelayedAutoRebalanceWithRackaware.java     |  14 +
 .../rebalancer/TestInstanceOperation.java          | 559 +++++++++++++++++++++
 .../WagedRebalancer/TestDelayedWagedRebalance.java |  15 +
 ...tDelayedWagedRebalanceWithDisabledInstance.java |  15 +
 .../helix/manager/zk/TestZkBaseDataAccessor.java   |  31 ++
 .../java/org/apache/helix/mock/MockHelixAdmin.java |  23 +-
 .../org/apache/helix/model/TestClusterConfig.java  |  22 +
 .../org/apache/helix/model/TestInstanceConfig.java |  32 +-
 .../mbeans/TestClusterAggregateMetrics.java        |  12 +-
 helix-front/pom.xml                                |   2 +-
 ...-SNAPSHOT.ivy => helix-lock-1.3.2-SNAPSHOT.ivy} |   4 +-
 helix-lock/pom.xml                                 |   2 +-
 ...-SNAPSHOT.ivy => helix-rest-1.3.2-SNAPSHOT.ivy} |   4 +-
 helix-rest/pom.xml                                 |   4 +-
 .../rest/server/resources/AbstractResource.java    |   4 +-
 .../server/resources/helix/ClusterAccessor.java    |   9 +
 .../server/resources/helix/InstancesAccessor.java  |   1 +
 .../resources/helix/PerInstanceAccessor.java       |   4 +
 .../helix/rest/server/TestClusterAccessor.java     |  20 +
 .../helix/rest/server/TestPerInstanceAccessor.java |  14 +
 ...vy => helix-view-aggregator-1.3.2-SNAPSHOT.ivy} |   4 +-
 helix-view-aggregator/pom.xml                      |   4 +-
 ...SNAPSHOT.ivy => meta-client-1.3.2-SNAPSHOT.ivy} |   4 +-
 meta-client/pom.xml                                |   2 +-
 ...data-store-directory-common-1.3.2-SNAPSHOT.ivy} |   4 +-
 metadata-store-directory-common/pom.xml            |   2 +-
 ...PSHOT.ivy => metrics-common-1.3.2-SNAPSHOT.ivy} |   2 +-
 metrics-common/pom.xml                             |   2 +-
 pom.xml                                            |   6 +-
 recipes/distributed-lock-manager/pom.xml           |   2 +-
 recipes/pom.xml                                    |   2 +-
 recipes/rabbitmq-consumer-group/pom.xml            |   2 +-
 recipes/rsync-replicated-file-system/pom.xml       |   2 +-
 recipes/service-discovery/pom.xml                  |   2 +-
 recipes/task-execution/pom.xml                     |   2 +-
 website/1.2.0/src/site/xdoc/download.xml.vm        | 226 ---------
 website/{1.2.0 => 1.3.1}/pom.xml                   |   4 +-
 .../src/site/apt/privacy-policy.apt                |   0
 .../src/site/apt/releasenotes/release-1.3.1.apt}   |  39 +-
 .../{1.2.0 => 1.3.1}/src/site/markdown/Building.md |   4 +-
 .../{1.2.0 => 1.3.1}/src/site/markdown/Features.md |   0
 .../{1.2.0 => 1.3.1}/src/site/markdown/Metrics.md  |   0
 .../src/site/markdown/Quickstart.md                |   6 +-
 .../{1.2.0 => 1.3.1}/src/site/markdown/Tutorial.md |   0
 .../src/site/markdown/auto_exit_maintenance.md     |   0
 .../src/site/markdown/design_crushed.md            |   0
 .../{1.2.0 => 1.3.1}/src/site/markdown/index.md    |   6 +-
 .../src/site/markdown/quota_scheduling.md          |   0
 .../src/site/markdown/recipes/lock_manager.md      |   2 +-
 .../markdown/recipes/rabbitmq_consumer_group.md    |   2 +-
 .../recipes/rsync_replicated_file_store.md         |   2 +-
 .../src/site/markdown/recipes/service_discovery.md |   0
 .../site/markdown/recipes/task_dag_execution.md    |   2 +-
 .../src/site/markdown/tutorial_admin.md            |   6 +-
 .../src/site/markdown/tutorial_agent.md            |   0
 .../src/site/markdown/tutorial_cloud_support.md    |   0
 .../src/site/markdown/tutorial_controller.md       |   0
 .../src/site/markdown/tutorial_customized_view.md  |   0
 .../src/site/markdown/tutorial_distributed_lock.md |   0
 .../src/site/markdown/tutorial_health.md           |   0
 .../src/site/markdown/tutorial_messaging.md        |   2 +-
 .../src/site/markdown/tutorial_participant.md      |   0
 .../src/site/markdown/tutorial_propstore.md        |   2 +-
 .../src/site/markdown/tutorial_rebalance.md        |   0
 .../src/site/markdown/tutorial_rest_service.md     |   6 +-
 .../src/site/markdown/tutorial_spectator.md        |   0
 .../src/site/markdown/tutorial_state.md            |   0
 .../src/site/markdown/tutorial_task_framework.md   |   0
 .../src/site/markdown/tutorial_task_throttling.md  |   0
 .../src/site/markdown/tutorial_throttling.md       |   0
 .../src/site/markdown/tutorial_ui.md               |   2 +-
 .../site/markdown/tutorial_user_content_store.md   |   0
 .../site/markdown/tutorial_user_def_rebalancer.md  |   0
 .../src/site/markdown/tutorial_yaml.md             |   0
 .../{1.2.0 => 1.3.1}/src/site/resources/.htaccess  |   0
 .../src/site/resources/JobExample.json             |   0
 .../src/site/resources/WorkflowExample.json        |   0
 .../resources/css/bootstrap-responsive.min.css     |   0
 .../src/site/resources/css/bootstrap.min.css       |   0
 .../src/site/resources/download.cgi                |   0
 .../images/CustomizedViewSystemArchitecture.jpeg   | Bin
 .../images/HelixPriorityLockWorkflow.jpeg          | Bin
 .../src/site/resources/images/PFS-Generic.png      | Bin
 .../images/ParticipantAutoRegistrationLogic.png    | Bin
 .../src/site/resources/images/RSYNC_BASED_PFS.png  | Bin
 .../site/resources/images/TaskFrameworkLayers.png  | Bin
 .../src/site/resources/images/UIScreenshot.png     | Bin
 .../src/site/resources/images/UIScreenshot2.png    | Bin
 .../resources/images/auto-exit-maintenance.jpg     | Bin
 .../images/design/crushed/after-using-crushed.png  | Bin
 .../images/design/crushed/before-using-crush.png   | Bin
 .../resources/images/design/crushed/classes.png    | Bin
 .../images/design/crushed/crushed-master-dist.png  | Bin
 .../design/crushed/crushed-partition-dist.png      | Bin
 .../images/design/crushed/cursh-master-dist.png    | Bin
 .../images/design/crushed/cursh-partition-dist.png | Bin
 .../crushed/example-cluster-master-dist-after.png  | Bin
 .../design/crushed/example-cluster-master-dist.png | Bin
 .../crushed/example-cluster-partition-dist.png     | Bin
 .../crushed/example-movement-on-expansion.png      | Bin
 .../design/crushed/node-down-master-move.png       | Bin
 .../design/crushed/node-down-partition-move.png    | Bin
 .../images/design/crushed/performance.png          | Bin
 .../images/quota_InstanceCapacityManager.jpeg      | Bin
 .../src/site/resources/images/quota_intro.png      | Bin
 .../src/site/resources/js/bootstrap.min.js         |   0
 .../src/site/resources/js/jquery.min.js            |   0
 website/{1.2.0 => 1.3.1}/src/site/site.xml         |   8 +-
 .../{1.3.0 => 1.3.1}/src/site/xdoc/download.xml.vm |   0
 website/{1.2.0 => 1.3.1}/src/test/conf/testng.xml  |   0
 website/pom.xml                                    |   6 +-
 website/src/site/markdown/index.md                 |  10 +-
 website/src/site/resources/.htaccess               |   4 +-
 website/src/site/site.xml                          |  14 +-
 zookeeper-api/pom.xml                              |   2 +-
 ...APSHOT.ivy => zookeeper-api-1.3.2-SNAPSHOT.ivy} |   2 +-
 155 files changed, 1790 insertions(+), 523 deletions(-)
 rename helix-admin-webapp/{helix-admin-webapp-1.3.1-SNAPSHOT.ivy => 
helix-admin-webapp-1.3.2-SNAPSHOT.ivy} (97%)
 rename helix-agent/{helix-agent-1.3.1-SNAPSHOT.ivy => 
helix-agent-1.3.2-SNAPSHOT.ivy} (96%)
 rename helix-common/{helix-common-1.3.1-SNAPSHOT.ivy => 
helix-common-1.3.2-SNAPSHOT.ivy} (99%)
 rename helix-core/{helix-core-1.3.1-SNAPSHOT.ivy => 
helix-core-1.3.2-SNAPSHOT.ivy} (99%)
 copy 
helix-core/src/main/java/org/apache/helix/api/cloud/{CloudInstanceInformation.java
 => CloudInstanceInformationV2.java} (57%)
 create mode 100644 
helix-core/src/test/java/org/apache/helix/integration/rebalancer/TestInstanceOperation.java
 rename helix-lock/{helix-lock-1.3.1-SNAPSHOT.ivy => 
helix-lock-1.3.2-SNAPSHOT.ivy} (97%)
 rename helix-rest/{helix-rest-1.3.1-SNAPSHOT.ivy => 
helix-rest-1.3.2-SNAPSHOT.ivy} (97%)
 rename helix-view-aggregator/{helix-view-aggregator-1.3.1-SNAPSHOT.ivy => 
helix-view-aggregator-1.3.2-SNAPSHOT.ivy} (97%)
 rename meta-client/{meta-client-1.3.1-SNAPSHOT.ivy => 
meta-client-1.3.2-SNAPSHOT.ivy} (97%)
 rename 
metadata-store-directory-common/{metadata-store-directory-common-1.3.1-SNAPSHOT.ivy
 => metadata-store-directory-common-1.3.2-SNAPSHOT.ivy} (97%)
 rename metrics-common/{metrics-common-1.3.1-SNAPSHOT.ivy => 
metrics-common-1.3.2-SNAPSHOT.ivy} (99%)
 delete mode 100644 website/1.2.0/src/site/xdoc/download.xml.vm
 rename website/{1.2.0 => 1.3.1}/pom.xml (95%)
 rename website/{1.2.0 => 1.3.1}/src/site/apt/privacy-policy.apt (100%)
 rename website/{1.2.0/src/site/apt/releasenotes/release-1.2.0.apt => 
1.3.1/src/site/apt/releasenotes/release-1.3.1.apt} (54%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/Building.md (95%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/Features.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/Metrics.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/Quickstart.md (99%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/Tutorial.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/auto_exit_maintenance.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/design_crushed.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/index.md (89%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/quota_scheduling.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/recipes/lock_manager.md (99%)
 rename website/{1.2.0 => 
1.3.1}/src/site/markdown/recipes/rabbitmq_consumer_group.md (99%)
 rename website/{1.2.0 => 
1.3.1}/src/site/markdown/recipes/rsync_replicated_file_store.md (99%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/recipes/service_discovery.md 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/markdown/recipes/task_dag_execution.md (99%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_admin.md (99%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_agent.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_cloud_support.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_controller.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_customized_view.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_distributed_lock.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_health.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_messaging.md (98%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_participant.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_propstore.md (95%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_rebalance.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_rest_service.md 
(99%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_spectator.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_state.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_task_framework.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_task_throttling.md 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_throttling.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_ui.md (99%)
 rename website/{1.2.0 => 
1.3.1}/src/site/markdown/tutorial_user_content_store.md (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/markdown/tutorial_user_def_rebalancer.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/markdown/tutorial_yaml.md (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/.htaccess (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/JobExample.json (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/WorkflowExample.json (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/css/bootstrap-responsive.min.css (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/css/bootstrap.min.css (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/download.cgi (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/HelixPriorityLockWorkflow.jpeg (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/images/PFS-Generic.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/ParticipantAutoRegistrationLogic.png (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/images/RSYNC_BASED_PFS.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/TaskFrameworkLayers.png (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/images/UIScreenshot.png 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/images/UIScreenshot2.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/auto-exit-maintenance.jpg (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/after-using-crushed.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/before-using-crush.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/classes.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/crushed-master-dist.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/crushed-partition-dist.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/cursh-master-dist.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/cursh-partition-dist.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
 (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/example-cluster-master-dist.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
 (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/example-movement-on-expansion.png
 (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/node-down-master-move.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/node-down-partition-move.png 
(100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/design/crushed/performance.png (100%)
 rename website/{1.2.0 => 
1.3.1}/src/site/resources/images/quota_InstanceCapacityManager.jpeg (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/images/quota_intro.png 
(100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/js/bootstrap.min.js (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/resources/js/jquery.min.js (100%)
 rename website/{1.2.0 => 1.3.1}/src/site/site.xml (96%)
 copy website/{1.3.0 => 1.3.1}/src/site/xdoc/download.xml.vm (100%)
 rename website/{1.2.0 => 1.3.1}/src/test/conf/testng.xml (100%)
 rename zookeeper-api/{zookeeper-api-1.3.1-SNAPSHOT.ivy => 
zookeeper-api-1.3.2-SNAPSHOT.ivy} (99%)

Reply via email to