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

Create action to migrate the contents of one index to a new index #20024

Closed
wants to merge 18 commits into from

Commits on Aug 17, 2016

  1. Coalescing

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    03f79d6 View commit details
    Browse the repository at this point in the history
  2. Add preflight

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    641b78b View commit details
    Browse the repository at this point in the history
  3. Handle filters

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    8953bd8 View commit details
    Browse the repository at this point in the history
  4. Properly handle filters.....

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    b5031f0 View commit details
    Browse the repository at this point in the history
  5. Basics

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    5d5eb32 View commit details
    Browse the repository at this point in the history
  6. Basic REST

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d55cd14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd8634f View commit details
    Browse the repository at this point in the history
  8. Remove much mutable state

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    3e5cecc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d327e23 View commit details
    Browse the repository at this point in the history
  10. Fix MigrateIT

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    332f99d View commit details
    Browse the repository at this point in the history
  11. Add concurrent update tests

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    a662b97 View commit details
    Browse the repository at this point in the history
  12. Fix concurrent migrate tests

    I was using a CountDownLatch like a CyclicBarrier....
    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    9e6f301 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    970a183 View commit details
    Browse the repository at this point in the history
  14. Add validation

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    3a46c3d View commit details
    Browse the repository at this point in the history
  15. Fail to coalesce requests that differ

    Throws an exception on current requests to the same index that
    differ in some way.
    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    065e3ce View commit details
    Browse the repository at this point in the history
  16. Fix coalescing checks

    `#equals` isn't quite right, so we make something better. And this time
    we test it.
    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    b76d1f8 View commit details
    Browse the repository at this point in the history
  17. Fix transient weird failures

    You can't reuse requests in different threads or they'll be modified
    by different threads without any proper synchronization. And we check
    that the request isn't modified in unexpected ways.
    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    2f18c61 View commit details
    Browse the repository at this point in the history
  18. Start setting up status

    nik9000 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    35827ca View commit details
    Browse the repository at this point in the history