Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/30904 cluster formation part2 #32877

Merged
merged 12 commits into from
Aug 30, 2018

Commits on Jul 12, 2018

  1. Implement Version in java

    - This allows to move all  all .java files from .groovy.
    - Will prevent eclipse from tangling up in this setup
    - make it possible to use Version from Java
    alpar-t committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    4b532c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    506dfc8 View commit details
    Browse the repository at this point in the history
  2. PR review comments

    alpar-t committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    952af44 View commit details
    Browse the repository at this point in the history
  3. Cluster formation plugin with reference counting

    ```
    > Task :plugins:ingest-user-agent:listElasticSearchClusters
    Starting cluster: myTestCluster
       * myTestCluster: /home/alpar/work/elastic/elasticsearch/plugins/ingest-user-agent/foo
    Asked to unClaimAndStop myTestCluster, since cluster still has 1 claim it will not be stopped
    
    > Task :plugins:ingest-user-agent:testme UP-TO-DATE
    Stopping myTestCluster, since no of claims is 0
    ```
    
    - Meant to auto manage the clusters lifecycle
    - Add integration test for cluster formation
    alpar-t committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    cddb550 View commit details
    Browse the repository at this point in the history
  4. Fix rebase

    alpar-t committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    dfc38a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    b01ed0e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    7ac5b7c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    f2fb450 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. remove task extension

    alpar-t committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    2d0e478 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. address PR

    alpar-t committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    938ef53 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Listener in anonymous class

    alpar-t committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    a611747 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    5483186 View commit details
    Browse the repository at this point in the history