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

Latte/7.5.0 #8236

Closed
wants to merge 16 commits into from
Closed

Latte/7.5.0 #8236

wants to merge 16 commits into from

Commits on Oct 25, 2023

  1. placement: add rule/group count metrics (tikv#7232) (tikv#7243)

    close tikv#7242
    
    placement: add rule/group count metrics
    
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: nolouch <[email protected]>
    ti-chi-bot and nolouch authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    63eb0cb View commit details
    Browse the repository at this point in the history
  2. rule_checker: fix the issue of not being able to achieve the better R…

    …egionFit (tikv#7219) (tikv#7245)
    
    close tikv#7185
    
    fix the issue of not being able to achieve the better RegionFit
    - try to replace the existing peer in another rulefit
    
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: nolouch <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8b64ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. *: check whether region is nil (tikv#7263) (tikv#7267)

    close tikv#7261
    
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    ti-chi-bot and lhy1024 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7b3611a View commit details
    Browse the repository at this point in the history
  2. api: fix cannot dump trace (tikv#7255) (tikv#7265)

    close tikv#7253
    
    api: fix cannot dump trace with dashboard
    
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: nolouch <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a54621a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. dashboard: update hotfix version (tikv#7303) (tikv#7307)

    close tikv#7302
    
    Signed-off-by: mornyx <[email protected]>
    
    Co-authored-by: mornyx <[email protected]>
    ti-chi-bot and mornyx authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    595d5b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. replication mode: fix wrong available store list (tikv#7222) (tikv#7328)

    close tikv#7221
    
    Signed-off-by: disksing <[email protected]>
    
    Co-authored-by: disksing <[email protected]>
    ti-chi-bot and disksing authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    710ffcd View commit details
    Browse the repository at this point in the history
  2. core: batch get region size (tikv#7252) (tikv#7332)

    close tikv#7248
    
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: nolouch <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    da1e92d View commit details
    Browse the repository at this point in the history
  3. checker: reduces the probability of deleting normal peers when the st…

    …ore becomes unavailable (tikv#7249) (tikv#7330)
    
    close tikv#7249
    
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    lhy1024 and ti-chi-bot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a22710c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. chore(dashboard): update tidb dashboard verstion to v2023.11.08.1 (ti…

    …kv#7339) (tikv#7341)
    
    close tikv#7340
    
    Signed-off-by: baurine <[email protected]>
    
    Co-authored-by: baurine <[email protected]>
    Co-authored-by: lhy1024 <[email protected]>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7c65b8d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. mcs/resourcemanager: delete expire tokenSlot (tikv#7344) (tikv#7350)

    close tikv#7346
    
    Signed-off-by: guo-shaoge <[email protected]>
    
    Co-authored-by: guo-shaoge <[email protected]>
    ti-chi-bot and guo-shaoge authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d09a4f5 View commit details
    Browse the repository at this point in the history
  2. etcdutil, leadership: avoid redundant created watch channel (tikv#7352)…

    … (tikv#7353)
    
    close tikv#7351
    
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    ti-chi-bot and lhy1024 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d0a17ca View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. resourcemanager: return resource-group priority in OnRequestWait (tik…

    …v#7378) (tikv#7383)
    
    close tikv#7379, ref tikv/tikv#15994
    
    Signed-off-by: glorv <[email protected]>
    Signed-off-by: JmPotato <[email protected]>
    
    Co-authored-by: glorv <[email protected]>
    Co-authored-by: JmPotato <[email protected]>
    3 people authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ef6ba85 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    233fad5 View commit details
    Browse the repository at this point in the history
  2. [debug] etcd代码本地化(添加日志)

    gd.zhou committed May 4, 2024
    Configuration menu
    Copy the full SHA
    09363aa View commit details
    Browse the repository at this point in the history
  3. [debug]增加3个pd-server启动的脚本

    gd.zhou committed May 4, 2024
    Configuration menu
    Copy the full SHA
    16bc578 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add deps etcd and grpc-go

    gd.zhou committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c18808c View commit details
    Browse the repository at this point in the history