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

Introduce index settings version #34429

Merged
merged 17 commits into from
Oct 16, 2018
Merged

Commits on Oct 13, 2018

  1. Introduce index settings version

    This commit introduces settings version to index metadata. This value is
    monotonically increasing and is updated on settings updates. This will
    be useful in cross-cluster replication so that we can request settings
    updates from the leader only when there is a settings update.
    jasontedor committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    f28aca4 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    jasontedor committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    9acdbad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Remove unused import

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    2100f00 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    2c4d7ec View commit details
    Browse the repository at this point in the history
  3. Fix bwc version

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    90829ac View commit details
    Browse the repository at this point in the history
  4. Fix source-only and test

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    bbefe40 View commit details
    Browse the repository at this point in the history
  5. Fix bug!

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    94b6934 View commit details
    Browse the repository at this point in the history
  6. A better fix

    jasontedor committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    a8047b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Add replicas test

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e7c03e7 View commit details
    Browse the repository at this point in the history
  2. Cleanup formatting

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    d535225 View commit details
    Browse the repository at this point in the history
  3. Auto-expand

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    dd7496d View commit details
    Browse the repository at this point in the history
  4. Remove extra import

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    6f2495f View commit details
    Browse the repository at this point in the history
  5. Fix test

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e762281 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'elastic/master' into settings-version

    * elastic/master:
      Mute PartitionedRoutingIT#testShrinking on Windows
      Mute testToQuery test
      [TEST] Make sure there are shards started so that `ESIntegTestCase#assertSameDocIdsOnShards()` does not fail with shard not found.
      Change shard changes api's threadpool from get to search (elastic#34421)
      Update TESTING.asciidoc title (elastic#34401)
      Tests: Fix DateFormatter equals tests with locale (elastic#34435)
      Docs: Remove unnecessary qualifier from wildcard import note (elastic#34419)
      CCR/TEST: AwaitsFix testFailOverOnFollower
      [Painless] Add a Map for java names to classes for use in the custom classloader (elastic#34424)
      TEST: Fix indentation in FullClusterRestartIT (elastic#34420)
      [WIP] Ingest Attachement: Upgrade tika to v1.19.1 (elastic#33896)
      NETWORKING: Upgrade Netty to 4.1.30 (elastic#34417)
      Allow an AuthenticationResult to return metadata (elastic#34382)
      [ML] Add an ingest pipeline definition to structure finder (elastic#34350)
      Handle pre-6.x time fields (elastic#34373)
      ListenableFuture should preserve ThreadContext (elastic#34394)
    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    d319cc3 View commit details
    Browse the repository at this point in the history
  7. Fix errant commit

    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    60c15be View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into settings-version

    * master:
      Do not update number of replicas on no indices (elastic#34481)
      Core: Remove two methods from AbstractComponent (elastic#34336)
      Use RoleRetrievalResult for better caching (elastic#34197)
      Revert "Search: Fix spelling mistake in Javadoc (elastic#34480)"
      Search: Fix spelling mistake in Javadoc (elastic#34480)
      Docs: improve formatting of Query String Query doc page (elastic#34432)
      Tests: Handle epoch date formatters edge cases (elastic#34437)
      Test: Fix running with external cluster
      Fix handling of empty keyword in terms aggregation (elastic#34457)
      [DOCS] Fix tag in SecurityDocumentationIT
      [Monitoring] Add additional necessary mappings for apm-server (elastic#34392)
      SCRIPTING: Move Aggregation Script Context to its own class (elastic#33820)
      MINOR: Remove Deadcode in  ExpressionTermSetQuery (elastic#34442)
      HLRC: Get SSL Certificates API (elastic#34135)
    jasontedor committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    59d0f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Fix test!

    jasontedor committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    9aa6810 View commit details
    Browse the repository at this point in the history