util: gorotinue pool by hawkingrei · Pull Request #39872 · pingcap/tidb · GitHub 動的なgoroutine poolを追加しています。
metrics: add metrics for plan replayer and historical stats by Yisaer · Pull Request #40271 · pingcap/tidb · GitHub Grafanaにplan replayerとhistorical statsのメトリクスを追加しています。
sysvar: fix circular dependency in rebuildSysVarCache leading to deadlock by CbcWestwolf · Pull Request #40283 · pingcap/tidb · GitHub
rebuildSysVarCache
での循環する依存性を解消しています。ddl: fix flaky test TestGlobalVariablesOnFlashback by Defined2014 · Pull Request #40291 · pingcap/tidb · GitHub 不安定な
TestGlobalVariablesOnFlashback
テストを修正しています。server, tidb-server: kill auto analyze when gracefully shutting down by xuyifangreeneyes · Pull Request #40284 · pingcap/tidb · GitHub TiDB Serverのgraceful shutdown(SIGTERM)時に、auto analyzeを終了するようにしています。
planner: better coordination between the ignore_plan_cache() binding and plan-cache by qw4990 · Pull Request #40280 · pingcap/tidb · GitHub
ignore_plan_cache()
ヒントとbindingsの組み合わせを改善しています。store/copr: fix build batchCop in disaggregated tiflash mode by guo-shaoge · Pull Request #40008 · pingcap/tidb · GitHub Disaggregate TiFlashモードでbatchCopの動作のための変更を行っています。
ddl: persist index info after changing backfill state by tangenta · Pull Request #40229 · pingcap/tidb · GitHub Multi schema changeの後にindexの状態を永続化しています。
doc: update flashback doc by Defined2014 · Pull Request #40031 · pingcap/tidb · GitHub docs/design/2022-09-28-flashback-to-timestamp.md を変更しています。
ddl, parser: Implement the write-reorg state split task related functions, and the related interfaces of backfill worker by zimulala · Pull Request #39982 · pingcap/tidb · GitHub write-reorg state splitタスク関連のファンクションとインターフェースを追加しています。
planner: support pushing down predicates to memory tables in prepared mode by djshow832 · Pull Request #40262 · pingcap/tidb · GitHub Prepared statementsでpredicateをpushdownできるようにしています。
planner: open the partial order prop push down for LIST PARTITION by winoros · Pull Request #40290 · pingcap/tidb · GitHub List partitionでpartial order propをpushdownできるようにしています。
br: fix bootstrap domain by wjhuang2016 · Pull Request #40307 · pingcap/tidb · GitHub BRのcreate tableがhangする事象を修正しています。
br: add errch buf for checkpoint by Leavrth · Pull Request #40166 · pingcap/tidb · GitHub BRにchannel用のバッファーを追加しています。
step: fix non-witness ConfVerChanged impl by ethercflow · Pull Request #5824 · tikv/pd · GitHub witnessではないpeerがpendingのままになる事象を修正しています。
syncer: fix sync buckets by rleungx · Pull Request #5821 · tikv/pd · GitHub PDタスクを分割するためのsyncerの修正を行っています。
- Introduce priority queue for priority scheduling by Connor1996 · Pull Request #14002 · tikv/tikv · GitHub Priority queueを導入しています。
- releases: add summary and update wording by lilin90 · Pull Request #11884 · pingcap/docs · GitHub リリースノートにサマリーを追加するなどの変更をしています。