br: public the parameter --use-backupmeta-v2 and use it in default by Leavrth · Pull Request #47114 · pingcap/tidb · GitHub BRの
--use-backupmeta-v2
パラメータをpublicにしています。ddl: fix can't pause add index in dist task mode by ywqzzy · Pull Request #47450 · pingcap/tidb · GitHub disttaskでindex作成のpauseとresumeが適切に動作するようにしています。
tests, ddl: move IT in `ddl/` to `tests/integrationtest` (Part 2) by Defined2014 · Pull Request #47524 · pingcap/tidb · GitHub
ddl
内のインテグレーションテストをtests/integrationtest
に移動しています。planner: remove deprecated fast analyze feature by hi-rustin · Pull Request #47502 · pingcap/tidb · GitHub Deprecatedなfast analyze機能を削除しています。
distask: fix panic on refresh task fails or returns nil by D3Hunter · Pull Request #47525 · pingcap/tidb · GitHub dipatcherがpanicしうる事象を修正しています。
metrics: do not stack connections by jackysp · Pull Request #47390 · pingcap/tidb · GitHub Grafanaの
Connection Count
表示方法を変更しています。executor, planner: fix plan_replayer zip format by YangKeao · Pull Request #47474 · pingcap/tidb · GitHub
plan_replayer
のzipフォーマットの事象を修正しています。planner: remove deprecated incremental analyze feature by hi-rustin · Pull Request #47544 · pingcap/tidb · GitHub Deprecatedなincremental analyze機能を削除しています。
gomod: fix MinSafeTS might be set to MaxUint64 permanently by HuSharp · Pull Request #47469 · pingcap/tidb · GitHub
MinSafeTS
が恒久的にMaxUint64
になる事象を修正しています。external engine: support concurrent read and split into smaller data by lance6716 · Pull Request #47510 · pingcap/tidb · GitHub external engineの並行読み取りに対応しています。
executor: reduce the length of channel to avoid OOM by hawkingrei · Pull Request #47540 · pingcap/tidb · GitHub analyzeで利用するchannelの長さを短くしています。
testkit: fix memtracker leak in testkit by YangKeao · Pull Request #47541 · pingcap/tidb · GitHub testkitでのリソースのリークを修正しています。
planner: move more methods from `statsHandler` to its subpackages by qw4990 · Pull Request #47545 · pingcap/tidb · GitHub
statsHandler
の複数の関数をサブパッケージ内に移動しています。importinto: switch tikv mode on write&ingest step by D3Hunter · Pull Request #47547 · pingcap/tidb · GitHub import intoのglobal sort利用時にTiKVへの書き込みモードを変更しています。
br: fix add ingest index as sub job by Leavrth · Pull Request #47484 · pingcap/tidb · GitHub BRのインデックス追加の最後のjob statusが正しくない事象を修正しています。
*: set default tidb_analyze_partition_concurrency as 2 by hawkingrei · Pull Request #47548 · pingcap/tidb · GitHub
tidb_analyze_partition_concurrency
のデフォルト値を2に変更しています。log_backup: Fix owner transfer panic by YuJuncen · Pull Request #47537 · pingcap/tidb · GitHub Log backupでownerのtrasferがpanicする事象を修正しています。
*: remove store statistics after store tombstone by rleungx · Pull Request #7186 · tikv/pd · GitHub Tombstoneになったstoreの統計情報を削除しています。
pd-ctl: add keyspace commands by AmoebaProtozoa · Pull Request #7158 · tikv/pd · GitHub
pd-ctl
にkeyspace
サブコマンドを追加しています。ctl: support new interface to acquire stores by state by HuSharp · Pull Request #7189 · tikv/pd · GitHub
pd-ctl store check
で状態毎のstoreを取得可能にしています。
raftstore-v2: support to make protection when disk full. by LykxSassinator · Pull Request #15558 · tikv/tikv · GitHub Raftstore v2でディスクフル防止機能を追加しています。
raftstore-v2: fix non-deterministic region merge by overvenus · Pull Request #15697 · tikv/tikv · GitHub Raftstore v2でregion mergeが非決定的になる事象を修正しています。
add 7.4 in basic features by hfxsd · Pull Request #14918 · pingcap/docs · GitHub basic-features.md を更新しています。
develop: update peewee guide by wd0517 · Pull Request #14907 · pingcap/docs · GitHub
Connect to TiDB with peewee
を更新しています。import into: add doc for 7.4 by qiancai · Pull Request #14920 · pingcap/docs · GitHub import intoの
Global sorting
を追加しています。
http-service: k8s deploy support by csuzhangxc · Pull Request #5323 · pingcap/tidb-operator · GitHub
http-service
のdeploy supportを追加しています。added warmup strategy by YuJuncen · Pull Request #5315 · pingcap/tidb-operator · GitHub brのeis volumeのwarm upを追加しています。