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

Put a fake allocation id on allocate stale primary command #34140

Commits on Sep 28, 2018

  1. Put a fake allocation id on allocate stale primary command; remove it…

    … after recovery is done
    
    Relates to elastic#33432
    Vladimir Dolzhenko committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    62ce29b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. added a test case to spot the problem if allocation id is adjusted be…

    …fore recovery is done (historyUUID is adjusted):
    Vladimir Dolzhenko committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    3185235 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Merge remote-tracking branch 'remotes/origin/master' into forced_allo…

    …cation_allocation_id
    Vladimir Dolzhenko committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    2023a04 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. simplify test case to spot the problem if allocation id is adjusted b…

    …efore recovery is done (historyUUID is adjusted)
    Vladimir Dolzhenko committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    02e5e05 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. extended testAllocateCommand: added AllocateStalePrimaryAllocationCom…

    …mand
    Vladimir Dolzhenko committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    8b697ef View commit details
    Browse the repository at this point in the history
  2. enforced check that there is only one allocation id on adding/removin…

    …g fake allocation id
    Vladimir Dolzhenko committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e331b1f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. fix BalanceConfigurationTests: using TestGatewayAllocator instead of …

    …NoopGatewayAllocator that generated inconsistent cluster state
    Vladimir Dolzhenko committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    d3df30c View commit details
    Browse the repository at this point in the history
  2. enforce check for fake_allocation: for existing store it could be onl…

    …y FORCE_STALE_PRIMARY_INSTANCE
    Vladimir Dolzhenko committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    fbdf6d7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/origin/master' into forced_allo…

    …cation_allocation_id
    Vladimir Dolzhenko committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    f0d71c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Merge remote-tracking branch 'remotes/origin/master' into forced_allo…

    …cation_allocation_id
    Vladimir Dolzhenko committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    6b3cfaa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. inline addAllocationId; add assert on initializingShard.allocationId(…

    …) equal to startedShard.allocationId()
    Vladimir Dolzhenko committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8f909af View commit details
    Browse the repository at this point in the history
  2. java doc for FORCED_ALLOCATION_ID; use front and back underscore for …

    …the fake allocation id
    Vladimir Dolzhenko committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3554615 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. S/R deserves its own allocation id

    Vladimir Dolzhenko committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    70a8379 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. fix assert on initializingShard.allocationId() equal to startedShard.…

    …allocationId()
    Vladimir Dolzhenko committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    9ac69bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46183b1 View commit details
    Browse the repository at this point in the history
  3. extract AllocateStalePrimaryCommand to its own test method

    Vladimir Dolzhenko committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    e14d094 View commit details
    Browse the repository at this point in the history
  4. simplify AllocationIdIT

    Vladimir Dolzhenko committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    72a24a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. simplify AllocationIdIT; don't restart master

    Vladimir Dolzhenko committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e06ba85 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into forced_allo…

    …cation_allocation_id
    Vladimir Dolzhenko committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    a1440e3 View commit details
    Browse the repository at this point in the history
  3. after merge compilation fix

    Vladimir Dolzhenko committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e741bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    30dffa6 View commit details
    Browse the repository at this point in the history
  2. move updates earlier and reuse it

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    99dc666 View commit details
    Browse the repository at this point in the history
  3. drop getNodeIdByName as AllocateStalePrimaryAllocationCommand can use…

    … node name instead of node id
    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e8e3925 View commit details
    Browse the repository at this point in the history
  4. dropped unnecessary settings

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3f02dce View commit details
    Browse the repository at this point in the history
  5. handle single historyUUID

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    dd2fe3b View commit details
    Browse the repository at this point in the history
  6. reuse ESIntegTestCase.createIndex

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    1d8899e View commit details
    Browse the repository at this point in the history
  7. drop redundant assertBusy

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d141d9e View commit details
    Browse the repository at this point in the history
  8. comment on the reason behind the test

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e4e45c7 View commit details
    Browse the repository at this point in the history
  9. S&R leftover

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    2b6d535 View commit details
    Browse the repository at this point in the history
  10. drop useless open index (index is still opened)

    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    07a795b View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'remotes/origin/master' into forced_allo…

    …cation_allocation_id
    Vladimir Dolzhenko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    78dfaa3 View commit details
    Browse the repository at this point in the history