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

Release 6.5 #36

Closed
wants to merge 69 commits into from
Closed

Release 6.5 #36

wants to merge 69 commits into from

Commits on Dec 5, 2022

  1. Fix unsafe recovery auto detect mode (tikv#5754) (tikv#5756)

    close tikv#5753, ref tikv#5754
    
    Fix unsafe recovery auto-detect mode by passing detected failed stores to TiKV
    
    Signed-off-by: Connor1996 <[email protected]>
    
    Co-authored-by: Connor1996 <[email protected]>
    ti-chi-bot and Connor1996 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5d6c912 View commit details
    Browse the repository at this point in the history
  2. *: fix AtomicCheckAndPutRegion deadlock (tikv#5758) (tikv#5759)

    ref tikv#5755, close tikv#5757, ref tikv#5758
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    ti-chi-bot and rleungx authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d1a4433 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 12, 2023

  1. core: scoreV2 conside the extra file (tikv#5819) (tikv#5842)

    Signed-off-by: bufferflies <[email protected]>
    
    Signed-off-by: bufferflies <[email protected]>
    Co-authored-by: bufferflies <[email protected]>
    ti-chi-bot and bufferflies authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d1c0d84 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. operator: When replacing-down-peer, it should not stop at the step of…

    … leave-joint-state (tikv#5789) (tikv#5795)
    
    ref tikv#5568, close tikv#5788, ref tikv#5789
    
    Signed-off-by: HunDunDM <[email protected]>
    
    Co-authored-by: HunDunDM <[email protected]>
    ti-chi-bot and HunDunDM authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5ade6b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. region_scatterer: fix the bug that could generate schedule with too m…

    …any peers (tikv#5920) (tikv#5923)
    
    ref tikv#4570, close tikv#5909, ref tikv#5920
    
    Signed-off-by: HunDunDM <[email protected]>
    
    Co-authored-by: HunDunDM <[email protected]>
    ti-chi-bot and HunDunDM authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b04f0a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. cluster: no more redundant etcd writes when ReportMinResolvedTS is …

    …called (tikv#5966) (tikv#5979)
    
    close tikv#5965, ref tikv#5966
    
    Signed-off-by: HunDunDM <[email protected]>
    
    Co-authored-by: HunDunDM <[email protected]>
    ti-chi-bot and HunDunDM authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d34913b View commit details
    Browse the repository at this point in the history
  2. dashboard: default close telemetry (tikv#5974) (tikv#5983)

    close tikv#5973, ref tikv#5974
    
    dashboard: default close telemetry
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: ShuNing <[email protected]>
    Co-authored-by: nolouch <[email protected]>
    ti-chi-bot and nolouch authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1985ea3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. metrics/grafana: fix Error showing "Current ID assignment" (tikv#5899) (

    tikv#6016)
    
    close tikv#5898, ref tikv#5899
    
    The old version of idalloc is a globally unique path, and keyspace needs to use id allocator to allocate keyspaceID, so in this pr the id allocator is changed to a general purpose, but not sync metrics.
    tikv#5284
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    ti-chi-bot and HuSharp authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f07f6ff View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. region_scatter: fix a bug that the leaders may be unbalanced after sc…

    …atter region (tikv#6054) (tikv#6061)
    
    close tikv#6017, ref tikv#6054
    
    Signed-off-by: HunDunDM <[email protected]>
    
    Co-authored-by: HunDunDM <[email protected]>
    ti-chi-bot and HunDunDM authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e4a9312 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. *: upgrade the dependencies (tikv#6082)

    close tikv#6081
    
    *: upgrade the dependencies
    
    Signed-off-by: nolouch <[email protected]>
    nolouch authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    297cee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. moving_filter: fix data race with cache result (tikv#6080) (tikv#6087)

    ref tikv#5798, close tikv#6069, ref tikv#6080
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    ti-chi-bot and lhy1024 authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5a6f460 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. *: fix member race problem (tikv#6070) (tikv#6091)

    ref tikv#5310, ref tikv#6069, ref tikv#6070
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    ti-chi-bot and rleungx authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    51f382c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. region_scatter: fix a bug that PD may panic when scatter region if re…

    …gion is unhealthy (tikv#6128) (tikv#6129)
    
    close tikv#6099, ref tikv#6128
    
    Signed-off-by: HunDunDM <[email protected]>
    
    Co-authored-by: HunDunDM <[email protected]>
    ti-chi-bot and HunDunDM authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bd80719 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. rule: it can transfer leader between the different rule (tikv#6200) (t…

    …ikv#6202)
    
    close tikv#6195, ref tikv#6200
    
    1. role can be transfer when their's rule role is same.
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: bufferflies <[email protected]>
    
    Co-authored-by: buffer <[email protected]>
    Co-authored-by: bufferflies <[email protected]>
    ti-chi-bot and bufferflies authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7910e2c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. online recovery: fix online recovery timeout mechanism (tikv#6108) (t…

    …ikv#6112)
    
    close tikv#6107, ref tikv#6108
    
    fix online recovery timeout mechanism
    
    Signed-off-by: Connor1996 <[email protected]>
    
    Co-authored-by: Connor1996 <[email protected]>
    ti-chi-bot and Connor1996 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    206d412 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. [cherry-pick 6327] server: add accelerate-schedule/batch api (tikv#6348)

    * server: add accelerate-schedule/batch api
    
    Signed-off-by: Lloyd-Pottiger <[email protected]>
    
    Co-authored-by: Ti Chi Robot <[email protected]>
    
    * address comments
    
    Signed-off-by: Lloyd-Pottiger <[email protected]>
    
    ---------
    
    Signed-off-by: Lloyd-Pottiger <[email protected]>
    Co-authored-by: Ti Chi Robot <[email protected]>
    Lloyd-Pottiger and ti-chi-bot authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    10b691a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. *: add defer to logs the panic reason and stack (tikv#6123) (tikv#6154)

    ref tikv#6099, ref tikv#6123
    
    add defer logs the panic reason and stack
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    679c2cc View commit details
    Browse the repository at this point in the history
  2. cluster: fix the merging issue of labels after store reboot (tikv#6468)…

    … (tikv#6469)
    
    ref tikv#5510, close tikv#6467, ref tikv#6468
    
    tikv#5510 introduced a bug that would cause the store labels to be overwritten wrongly after the store reboot.
    This PR fixed this issue.
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: JmPotato <[email protected]>
    
    Co-authored-by: JmPotato <[email protected]>
    ti-chi-bot and JmPotato authored May 15, 2023
    Configuration menu
    Copy the full SHA
    c7db3b3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. server: fix the leader cannot election after pd leader lost while etc…

    …d leader intact (tikv#6447) (tikv#6460)
    
    close tikv#6403, ref tikv#6447
    
    server: fix the leader cannot election after pd leader lost while etcd leader intact
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: ShuNing <[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 May 24, 2023
    Configuration menu
    Copy the full SHA
    91efbda View commit details
    Browse the repository at this point in the history
  2. *: use another etcd client for election (tikv#6409) (tikv#6454)

    ref tikv#6403, ref tikv#6409
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored May 24, 2023
    Configuration menu
    Copy the full SHA
    d086bd5 View commit details
    Browse the repository at this point in the history
  3. replication_mode: fix the state cannot switch to async while existing…

    … learner node (tikv#6452) (tikv#6483)
    
    ref tikv#4399, ref tikv#6452, close tikv/tikv#14704
    
    replication_mode: fix the state cannot switch to async while existing learner node
     - skip the learner node when check the stores state
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: ShuNing <[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 May 24, 2023
    Configuration menu
    Copy the full SHA
    cb52d28 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. checker: fix unhealth region skip the rule check (tikv#6427) (tikv#6430)

    close tikv#6426, ref tikv#6427
    
    allow the `schedule=deny` label can do rule constraints check
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: ShuNing <[email protected]>
    Co-authored-by: nolouch <[email protected]>
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    4 people authored May 25, 2023
    Configuration menu
    Copy the full SHA
    08b8fc8 View commit details
    Browse the repository at this point in the history
  2. chore: update tidb-dashboard version to v2023.05.08.1 (tikv#6516)

    fix pingcap/tidb-dashboard#1515, close tikv#6520
    
    Update tidb-dashboard to the lastest version (v2023.05.08.1)
    
    Signed-off-by: baurine <[email protected]>
    baurine authored May 25, 2023
    Configuration menu
    Copy the full SHA
    801601f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. minResolvedTS: Provide an API to fetch the store resolved_ts (tikv#6413

    …) (tikv#6522)
    
    close tikv#6386, ref tikv#6413
    
    Provide an API to fetch the store resolved_ts
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    ti-chi-bot and HuSharp authored May 29, 2023
    Configuration menu
    Copy the full SHA
    8e9d0c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. config, cluster: add an option to halt the cluster scheduling (tikv#6498

    ) (tikv#6558)
    
    ref tikv#6493, ref tikv#6498
    
    Add an option to halt the cluster scheduling.
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    ti-chi-bot and HuSharp authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    410b176 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. chore: update tidb-dashboard version to v2023.06.07.1 (tikv#6566)

    close tikv#6564
    
    Update tidb-dashboard to the lastest version (v2023.06.07.1)
    
    Signed-off-by: baurine <[email protected]>
    baurine authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9d320ef View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. checker: fix the too many orphan peers cannot be removed (tikv#6574) (t…

    …ikv#6575)
    
    close tikv#6573, ref tikv#6574
    
    rule-checker: fix the too many orphan peers that cannot be removed
    - let the health peer can be removed once there exist redundant
    
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: nolouch <[email protected]>
    ti-chi-bot and nolouch authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    898dde2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. leadership: avoid potential data race (tikv#6636) (tikv#6702)

    close tikv#6635, ref tikv#6636
    
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    ti-chi-bot and lhy1024 authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    cfdcdff View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. unsafe recovery: Fixing learner store being ignored error (tikv#6683)

    ref tikv#6690, ref tikv#6709
    
    Fix learner store/ replica being ignored error in auto detect mode.
    
    Signed-off-by: Yang Zhang <[email protected]>
    
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    v01dstar and ti-chi-bot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    15324c5 View commit details
    Browse the repository at this point in the history
  2. pd-ctl: fix hot region show (tikv#6650) (tikv#6679)

    close tikv#6649, ref tikv#6650
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    086871d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. swagger: block swagger url if disbale swagger server (tikv#6785) (tik…

    …v#6789)
    
    close tikv#6786
    
    /swagger/* return 404
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: bufferflies <[email protected]>
    
    Co-authored-by: buffer <[email protected]>
    Co-authored-by: bufferflies <[email protected]>
    ti-chi-bot and bufferflies authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f427242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd94a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. rule_checker: can replace unhealthPeer with orphanPeer (tikv#6831) (t…

    …ikv#6843)
    
    close tikv#6559
    
    add logic try to replace unhealthy peer with orphan peer
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: ShuNing <[email protected]>
    Co-authored-by: nolouch <[email protected]>
    ti-chi-bot and nolouch authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2892b46 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 7, 2023

  1. scheduler: make hot v2 more suitable small hot region (tikv#6827) (ti…

    …kv#6864)
    
    close tikv#6645
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    ti-chi-bot and lhy1024 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f2b53f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. utils: let http client can reuse connections (tikv#6914) (tikv#6916)

    close tikv#6913
    
    utils: let HTTP client can reuse connections
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: ShuNing <[email protected]>
    Co-authored-by: nolouch <[email protected]>
    ti-chi-bot and nolouch authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    adf0402 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. global config: fix etcd client not found (tikv#6866) (tikv#6944)

    close tikv#6860
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    ti-chi-bot and HuSharp authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    df147b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. election: fix the keep alive worker (tikv#6925) (tikv#6940)

    close tikv#6926
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3a19dec View commit details
    Browse the repository at this point in the history
  2. config: sync store config in time (tikv#6919) (tikv#6932)

    close tikv#6918
    
    add timeout context for observer tikv config to avoid wait too long
    
    Signed-off-by: bufferflies <[email protected]>
    
    Co-authored-by: bufferflies <[email protected]>
    Co-authored-by: buffer <[email protected]>
    ti-chi-bot and bufferflies authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9a9fc0f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. api: use easyjson and context in regions interface (tikv#6838) (tikv#…

    …6855)
    
    close tikv#6835
    
    Signed-off-by: lhy1024 <[email protected]>
    
    Co-authored-by: lhy1024 <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    3 people authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    241ca13 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. chore: update tidb-dashboard to v2023.08.15.1 (tikv#6967)

    close tikv#6966
    
    1. This PR fixed the statements list export failed issue
    2. This PR support config the ngm component timeout param
    
    Signed-off-by: baurine <[email protected]>
    baurine authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4441cd8 View commit details
    Browse the repository at this point in the history
  2. pkg/core, cluster: save kv and cache if region flashback (tikv#6911) (t…

    …ikv#6948)
    
    ref tikv#6912, close tikv/tikv#15258
    
    TiKV Region merge checks region in operator and in local strictly,
    and drops commit merge if there is a mismatch between them.
    
    This change is necessary to prevent flashback from blocking
    Region merge. For more details, see tikv/tikv#15258.
    
    Signed-off-by: Neil Shen <[email protected]>
    
    Co-authored-by: Neil Shen <[email protected]>
    ti-chi-bot and overvenus authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cd4eb78 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. region: remove error return logic (tikv#6982)

    ref tikv#6920
    
    Signed-off-by: husharp <[email protected]>
    HuSharp authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    75bb796 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 11, 2023

  1. *: check raftcluster nil (tikv#7054) (tikv#7070)

    close tikv#7053
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    ti-chi-bot and HuSharp authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    094ce3c View commit details
    Browse the repository at this point in the history
  2. Scatter: make peer scatter logic same with the leader (tikv#6965) (ti…

    …kv#7027)
    
    close tikv#6962
    
    In past, PD conside peer distribution in the different group influenece by using `TotalCountByStore` , but not include the leader distribution. The max used situation is partition table. 
    After this pr, TIDB call scatter api will use same group not different. 
    
    ref:
    tikv#3422
    pingcap/tidb#46156
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: bufferflies <[email protected]>
    
    Co-authored-by: buffer <[email protected]>
    Co-authored-by: bufferflies <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    11f71ee View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. statistics: fix empty region count when resuming (tikv#7009) (tikv#7055)

    close tikv#7008
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Cabinfever_B <[email protected]>
    
    Co-authored-by: Yongbo Jiang <[email protected]>
    Co-authored-by: Cabinfever_B <[email protected]>
    ti-chi-bot and CabinfeverB authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8c5859e View commit details
    Browse the repository at this point in the history
  2. chore(dashboard): update version to v2023.09.11.1 (tikv#7065)

    close tikv#7066
    
    1. security: improve tidb-dashboard login security, encrypt the login password to avoid transport plain text (required for 6.5 version)
    2. debug-api: support pagination for ddl history for debug-api
    3. keyvisual: use scanRegions instead of fetch all regions (required for 6.5 version)
    4. refine execution plan, now it can be showed as table style
    
    Signed-off-by: baurine <[email protected]>
    
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    baurine and ti-chi-bot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e8f95ac View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    9b04f25 View commit details
    Browse the repository at this point in the history
  2. security: disable plugin in default and persist file in specified dir (

    …tikv#7087) (tikv#7141)
    
    close tikv#7094
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    ti-chi-bot and HuSharp authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5b491e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    b0207a6 View commit details
    Browse the repository at this point in the history
  2. dr-autosync: add metrics (tikv#7110) (tikv#7153)

    close tikv#6975
    
    Signed-off-by: disksing <[email protected]>
    
    Co-authored-by: disksing <[email protected]>
    ti-chi-bot and disksing authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ed629e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. scatter: fix incorrect judgment condition (tikv#7111) (tikv#7118)

    close tikv#7109
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Cabinfever_B <[email protected]>
    
    Co-authored-by: Yongbo Jiang <[email protected]>
    Co-authored-by: Cabinfever_B <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d499de1 View commit details
    Browse the repository at this point in the history
  2. scheduler: fix scheduler save config (tikv#7108) (tikv#7162)

    close tikv#6897
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    77d6f5b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. replication_mode: use placement to determin canSync and hasMajority (t…

    …ikv#7202) (tikv#7209)
    
    close tikv#7201
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: disksing <[email protected]>
    
    Co-authored-by: disksing <[email protected]>
    ti-chi-bot and disksing authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ba09621 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

    close tikv#7221
    
    Signed-off-by: disksing <[email protected]>
    
    Co-authored-by: disksing <[email protected]>
    ti-chi-bot and disksing authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e0ab17c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. core: batch get region size (tikv#7252) (tikv#7329)

    close tikv#7248
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: nolouch <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: nolouch <[email protected]>
    3 people authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    87c31a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. *: fix sync isolation level to default placement rule (tikv#7122) (ti…

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

    …ore becomes unavailable (tikv#7249) (tikv#7337)
    
    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 22, 2023
    Configuration menu
    Copy the full SHA
    5a95241 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. coordinator: use a healthy region count to start coordinator (tikv#7044

    …) (tikv#7363)
    
    close tikv#6988, close tikv#7016
    
    Signed-off-by: husharp <[email protected]>
    
    Co-authored-by: husharp <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d016fed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. schedule: fix panic when switching placement rules (tikv#7415) (tikv#…

    …7423)
    
    close tikv#7414
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: Hu# <[email protected]>
    3 people authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dbce3fb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. go.mod: upgrade gin version from v1.8.1 to v1.9.1 (tikv#7451) (tikv#7459

    )
    
    close tikv#7438
    
    Upgrade Gin version to v1.9.1 to solve some security issues
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: niubell <[email protected]>
    Co-authored-by: Ryan Leung <[email protected]>
    3 people authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba7f2fe View commit details
    Browse the repository at this point in the history
  2. dashboard: update version to v20231127.1 (tikv#7458) (tikv#7460)

    close tikv#7457
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Yexiang Zhang <[email protected]>
    ti-chi-bot and mornyx authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    54bdbc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. schedule: fix location label in placement rule not work well with rul…

    …e checker (tikv#6660) (tikv#6956)
    
    close tikv#6637
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
    3 people authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b0b1e38 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. check: remove orphan peer only when the peers is greater than the rul…

    …e count (tikv#7581) (tikv#7591)
    
    close tikv#7584
    
    The healthy orphan peer should be the last one to be removed only if there are extra peers to keep the high availablility.
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: bufferflies <[email protected]>
    
    Co-authored-by: tongjian <[email protected]>
    Co-authored-by: bufferflies <[email protected]>
    ti-chi-bot and bufferflies authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    542fde9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. scheduler: add aduit log for scheduler config API and add resp msg fo…

    …r evict-leader (tikv#7674) (tikv#7686)
    
    close tikv#7672
    
    Signed-off-by: ti-chi-bot <[email protected]>
    Signed-off-by: Cabinfever_B <[email protected]>
    
    Co-authored-by: Yongbo Jiang <[email protected]>
    Co-authored-by: Cabinfever_B <[email protected]>
    ti-chi-bot and CabinfeverB authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1d3d5d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. api: fix panic when region doesn't have a leader (tikv#7629) (tikv#7651)

    close tikv#7630
    
    Signed-off-by: Ryan Leung <[email protected]>
    
    Co-authored-by: Ryan Leung <[email protected]>
    ti-chi-bot and rleungx authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4506d63 View commit details
    Browse the repository at this point in the history