BR: fix backup ranges total time summary log by ixuh12 · Pull Request #35552 · pingcap/tidb · GitHub BRの実行時に出力されるBackup Rangesの値を修正しています。
planner: new cost formula for IndexJoin by qw4990 · Pull Request #35671 · pingcap/tidb · GitHub IndexJoinに新しいコスト計算モデルを導入しています。
store/copr: fix tiflash integration test by disable paging on tiflash by tiancaiamao · Pull Request #35674 · pingcap/tidb · GitHub TiFlashのインテグレーションテストでpagingを無効にしています。
ddl, owner: refresh ddl sequence cache after becoming the owner by wjhuang2016 · Pull Request #35516 · pingcap/tidb · GitHub sequenceのownerになったTiDBがsequenceのキャッシュをリフレッシュするように変更しています。
Revert "planner: fix the wrong cost formula of MPPExchanger" by qw4990 · Pull Request #35707 · pingcap/tidb · GitHub planner: fix the wrong cost formula of MPPExchanger by qw4990 · Pull Request #35438 · pingcap/tidb · GitHubをrevertしています。
lightning: support disable scheduler by key range by gozssky · Pull Request #34130 · pingcap/tidb · GitHub Key rangeによるスケジューラーを無効にできるようにしています。
*: remove real tikv test on github actions by hawkingrei · Pull Request #35710 · pingcap/tidb · GitHub GitHub Actionsから".github/workflows/integration-test-with-real-tikv.yml"を削除しています。Jenkinsに移行するためとのこと。
parser: XXXDatabaseStmt now use CIStr for DB name by lance6716 · Pull Request #35668 · pingcap/tidb · GitHub CreateDatabaseStmtなどでデータベース名にCIStrを利用しています。
ddl: implement the core for multi-schema change by tangenta · Pull Request #35429 · pingcap/tidb · GitHub multi schema changeのcore部分と
add column
を追加しています。*: Provide a util to "pause" session in uint test by lcwangchao · Pull Request #35529 · pingcap/tidb · GitHub enumやcolumnへのcollate設定を無効にしています。
schedule: migrate test framework to testify by lhy1024 · Pull Request #5196 · tikv/pd · GitHub scheduleのテストをtestifyに移行しています。
schedulers/balance_leader: use binary search instead of store in indexMap by AndreMouche · Pull Request #5188 · tikv/pd · GitHub schedulers/balance_leaderでindexMapの代わりにbinary searchを利用しています。
*: clean up the surrounding code of check pkg by JmPotato · Pull Request #5225 · tikv/pd · GitHub check pkg周辺コードのクリーンアップをしています。
pd-simulator: clone before request by bufferflies · Pull Request #5223 · tikv/pd · GitHub pd-simulatorでsendまえにcloneするように変更しています。
*: unify the must wait leader by rleungx · Pull Request #5226 · tikv/pd · GitHub mustWaitLeaderをserver. mustWaitLeaderに統一しています。
tests: testify the global_config tests by JmPotato · Pull Request #5227 · tikv/pd · GitHub global_configのテストをtestifyに移行しています。
raftstorev2: add bootstrapping by BusyJay · Pull Request #12877 · tikv/tikv · GitHub Raft store v2用のbootstarapコードを追加しています。
coprocessor: fix panic on `analyze` when `max_sample_size == 0` by LykxSassinator · Pull Request #12696 · tikv/tikv · GitHub max_sample_sizeが0だたっときにanalyzeがpanicする事象を修正しています。
add reset_to_version command back by longfangsong · Pull Request #12823 · tikv/tikv · GitHub ResetToVersionを追加しています。
raftstore: record write durations into tracker by sticnarf · Pull Request #12783 · tikv/tikv · GitHub Raftコマンドのwatarfallメトリクスをトラックするようにしています。