tests: move IT in `executor` to `tests/integrationtest` (PART 10) by Defined2014 · Pull Request #48263 · pingcap/tidb · GitHub
executor
内のインテグレーションテストをtests/integrationtest
に移動しています。planner: fix typo in comment by shawn0915 · Pull Request #48300 · pingcap/tidb · GitHub
ColumnNameExpr
のtypoを修正しています。metrics: distinguish events of server level and connection level by jackysp · Pull Request #48290 · pingcap/tidb · GitHub メトリクスでサーバーレベルと接続レベルのイベントを分離しています。
*: share etcd client from domain for autoid allocator by tiancaiamao · Pull Request #46647 · pingcap/tidb · GitHub auto allocator用のetcd clientを共有するようにしています。
*: update linter by hawkingrei · Pull Request #48252 · pingcap/tidb · GitHub Linterの設定を更新しています。
pdutil: fix retry reusing body reader by D3Hunter · Pull Request #48312 · pingcap/tidb · GitHub PDで遅延が発生した際にimport intoが失敗する事象を修正しています。
planner: implementing multi index merge from CNF/DNF condition | tidb-test=pr/2229 by AilinKid · Pull Request #47671 · pingcap/tidb · GitHub PlannerがCNF(Conjunctive normal form) 、DNF(Disconjunctive Normal Form)での複数のインデックスマージを考慮するようにしています。
ddl/ingest: fix ingest failure due to memory used up by GMHDBJD · Pull Request #47863 · pingcap/tidb · GitHub インデックス追加時に発生する
"allocate memory failed"
エラーを修正しています。executor: better comments by hi-rustin · Pull Request #48311 · pingcap/tidb · GitHub コメントの追加や変数名を変更しています。
mcs: fix duplicated metrics by rleungx · Pull Request #7319 · tikv/pd · GitHub 重複したメトリクスを削除しています。
checker: avoid unnecessary remove disconnected peer with multi orphan peers by lhy1024 · Pull Request #7315 · tikv/pd · GitHub Orphan peerが多い場合の削除対象のpeerの検出順序を変更しています。
server: make grpc metrics consistent by bufferflies · Pull Request #15906 · tikv/tikv · GitHub grpc durationメトリクスの算出方法を変更しています。
sst_importer: join can fallback to version 1 filename by lance6716 · Pull Request #15913 · tikv/tikv · GitHub sst importで以前のバージョンのTiKVが生成するファイル名に対応しています。
feat: Developer Guide - GUI - VS Code SQLTools by Icemap · Pull Request #14926 · pingcap/docs · GitHub
Connect to TiDB with Visual Studio Code
を追加しています。ticdc: delete useless contents by ran-huang · Pull Request #15272 · pingcap/docs · GitHub
Update task configuration
を更新しています。
http-service: add pause and resume api for http-service by KanShiori · Pull Request #5367 · pingcap/tidb-operator · GitHub http apiにpauseとresumeを追加しています。
http-server: add deleteTidbCluster api by z2665 · Pull Request #5371 · pingcap/tidb-operator · GitHub
deleteTidbCluster
APIを追加しています。delete all pvc in tidbcluster ns by z2665 · Pull Request #5373 · pingcap/tidb-operator · GitHub
deleteTidbCluster
API実行時にすべてのPVCを削除しています。