You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by liuxunorg <gi...@git.apache.org> on 2018/07/14 03:39:22 UTC

[GitHub] zeppelin pull request #3070: [ZEPPELIN-3610] Cluster Raft module design

GitHub user liuxunorg opened a pull request:

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

    [ZEPPELIN-3610] Cluster Raft module design

    ## [ZEPPELIN-3610] Cluster Raft module design
    
    ### What is this PR for?
    
    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;
    
    ### What type of PR is it?
    [Feature]
    
    ### Todos
    * [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
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3610
    
    ### How should this be tested?
    CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * 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 cluster

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

    https://github.com/apache/zeppelin/pull/3070.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 #3070
    
----
commit 74ff022efcddae7a70f1a833409da693c84f9f6c
Author: liuxunorg <33...@...>
Date:   2018-07-14T03:25:18Z

    [ZEPPELIN-3610] Cluster Raft module design
    
    What is this PR for?
    
    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;
    
    What type of PR is it?
    
    [Feature]
    
    Todos
    
    - - Added support for checking lambda syntax styles in the pom.xml file
      - add raft algorithm copycat jar
      - add  Cluster State Machine
      - add state machine query command
      - add state machine delete command
      - add state machine put command
    
    What is the Jira issue?
    
    - https://issues.apache.org/jira/browse/ZEPPELIN-3610
    
    How should this be tested?
    
    CI pass
    
    Screenshots (if appropriate)
    
    Questions:
    
    - Does the licenses files need update? No
    - Is there breaking changes for older versions? No
    - Does this needs documentation? No

----


---

[GitHub] zeppelin pull request #3070: [ZEPPELIN-3610] Cluster Raft module design

Posted by liuxunorg <gi...@git.apache.org>.
Github user liuxunorg closed the pull request at:

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


---

[GitHub] zeppelin issue #3070: [ZEPPELIN-3610] Cluster Raft module design

Posted by zjffdu <gi...@git.apache.org>.
Github user zjffdu commented on the issue:

    https://github.com/apache/zeppelin/pull/3070
  
    @liuxunorg You didn't set up travis, please follow the instruction here. https://zeppelin.apache.org/contribution/contributions.html#continuous-integration


---