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

Persist temporary setting to etcd #3131

Merged
merged 39 commits into from
Nov 27, 2020

Commits on Nov 5, 2020

  1. tso: Fix Local tso alloactor become alloactor leader without pd leade…

    …r knowing its dc-location (tikv#3134)
    
    Signed-off-by: longfangsong <longfangsong@icloud.com>
    Yisaer authored and longfangsong committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    021d688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f5c25 View commit details
    Browse the repository at this point in the history
  3. persist to etcd

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a677d30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e12dfc9 View commit details
    Browse the repository at this point in the history
  5. load on boot and change leader

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    93875ba View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge branch 'master' into persist-ttl-string

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    61809b8 View commit details
    Browse the repository at this point in the history
  2. Apply several suggestion from code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    220df6f View commit details
    Browse the repository at this point in the history
  3. extract getTTLUint and getTTLFloat

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    2b046be View commit details
    Browse the repository at this point in the history
  4. extract EtcdKVPutWithTTL

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f66df0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf1ae40 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

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

Commits on Nov 9, 2020

  1. format with goimports

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    df61240 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

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

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    a78a46e View commit details
    Browse the repository at this point in the history
  2. support leader-schedule-limit

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    6728106 View commit details
    Browse the repository at this point in the history
  3. add tests

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    69c9ca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. support hot-region-schedule-limit & replica-schedule-limit & merge-sc…

    …hedule-limit
    
    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    a28bf83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429eb36 View commit details
    Browse the repository at this point in the history
  3. add integration test and fix a bug

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    353e3ff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. cleanup tests

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ca709e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18c876 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    e63f3db View commit details
    Browse the repository at this point in the history
  2. Apply some suggestions from code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    990fa49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae04ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. extract getTTLFloatOr

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b10085a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into persist-ttl-string

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    54b2869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a89b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. apply suggestions from code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    4f0cc35 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. apply suggestions from code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    d0ab3ed View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. apply suggestions from code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c9ed3f2 View commit details
    Browse the repository at this point in the history
  2. make TestConfigTTLAfterTransferLeader run Serial to prevent it affect…

    … TestScatterRegion
    
    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ec0ed3f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. apply suggestions from code reviewing

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0415b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e579b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    fa0c53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd4553 View commit details
    Browse the repository at this point in the history
  3. apply suggestions in code review

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    36e69f2 View commit details
    Browse the repository at this point in the history
  4. make the testing time as little as possible

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4e31609 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

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