GitHub user liuxunorg opened a pull request:

    https://github.com/apache/zeppelin/pull/3074

    [ZEPPELIN-3610] Cluster Raft module design

    By using the Raft protocol, multiple Zeppelin-Server groups are built into 
a Zeppelin cluster, the cluster State Machine is maintained through the Raft 
protocol, and the services in the cluster are agreed upon. The Zeppelin-Server 
and Zeppelin-Interperter services and processes are stored in the Cluster 
MetaData. Metadata information;
    
    [Feature]
    
    * [x] added support for checking lambda syntax styles in the pom.xml file
    * [x] add raft algorithm copycat jar
    * [x] add  Cluster State Machine
    * [x] add state machine query command
    * [x] add state machine delete command
    * [x] add state machine put command
    
    * https://issues.apache.org/jira/browse/ZEPPELIN-3610
    
    CI pass
    
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liuxunorg/zeppelin ZEPPELIN-3610

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3074.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3074
    
----
commit b2faba1010c9517d1f651e6c69df1b3651c4b13f
Author: liuxunorg <33611720@...>
Date:   2018-07-14T03:25:18Z

    [ZEPPELIN-3610] Cluster Raft module design
    
    By using the Raft protocol, multiple Zeppelin-Server groups are built into 
a Zeppelin cluster, the cluster State Machine is maintained through the Raft 
protocol, and the services in the cluster are agreed upon. The Zeppelin-Server 
and Zeppelin-Interperter services and processes are stored in the Cluster 
MetaData. Metadata information;
    
    [Feature]
    
    * [x] added support for checking lambda syntax styles in the pom.xml file
    * [x] add raft algorithm copycat jar
    * [x] add  Cluster State Machine
    * [x] add state machine query command
    * [x] add state machine delete command
    * [x] add state machine put command
    
    * https://issues.apache.org/jira/browse/ZEPPELIN-3610
    
    CI pass
    
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No

----


---

Reply via email to