planner: fix missing array clone when building table filter for mv index access path by time-and-fate · Pull Request #52613 · pingcap/tidb · GitHub Multi value index利用時にtable filterで条件が削除される事象を修正しています。
server: Fix mppcoordinatorMananger server addr empty issue by yibin87 · Pull Request #52632 · pingcap/tidb · GitHub TiFlashでMPP利用時にexplain analyzeでRUが0となる事象を修正しています。
server: fix the missing type of query total counter for resource groups above 2 by nolouch · Pull Request #52606 · pingcap/tidb · GitHub リソースコントロール使用時に
CPU by Type
のメトリクスの項目名が数字となる事象を修正しています。ddl: flush index records for local distributed sort by tangenta · Pull Request #52641 · pingcap/tidb · GitHub
temp-dir
の空き容量がない場合に、自動的にTiKVに書き込むようにしています。executor: remove the retry for analyze by hawkingrei · Pull Request #52634 · pingcap/tidb · GitHub analyzeのリトライをやめています。
planner: remove internal pkg and move base code to certain place by AilinKid · Pull Request #52620 · pingcap/tidb · GitHub
/pkg/planner/core/internal
パッケージを削除しています。
*: make `TestEtcdScaleInAndOut` stable by rleungx · Pull Request #8067 · tikv/pd · GitHub 不安定な
TestEtcdScaleInAndOut
テストを修正しています。*: make `TestEtcdWithHangLeaderEnableCheck` stable by rleungx · Pull Request #8072 · tikv/pd · GitHub 不安定な
TestEtcdWithHangLeaderEnableCheck
テストを修正しています。*: make `TestLogicalOverflow` stable by rleungx · Pull Request #8075 · tikv/pd · GitHub 不安定な
TestLogicalOverflow
テストを修正しています。schedule: enlarge waiting list cache size by rleungx · Pull Request #7559 · tikv/pd · GitHub waiting listのデフォルトのキャッシュサイズを増やしています。
tools/pd-ut: accelarate build by `compile-without-link` by HuSharp · Pull Request #8069 · tikv/pd · GitHub ビルド方法の最適化を図っています。
ci: transitioning action version from node 16 to node 20 by HuSharp · Pull Request #8071 · tikv/pd · GitHub GitHub Actionsの設定を更新しています。
*: make `TestStores` stable by rleungx · Pull Request #8078 · tikv/pd · GitHub 不安定な
TestStores
テストを修正しています。
add grafana panel for applying unpersisted log by glorv · Pull Request #16821 · tikv/tikv · GitHub Unpersisted logのapplyされた数を表示するメトリクスを追加しています。
tests: Fix flaky test_raw_put_key_guard by pingyu · Pull Request #16826 · tikv/tikv · GitHub 不安定な
test_raw_put_key_guard
テストを修正しています。In-memory engine: add metrics for gc duration, range load duration, and write duration by SpadeA-Tang · Pull Request #16831 · tikv/tikv · GitHub In memory engineでの gc duration等のメトリクスを追加しています。
tests,storage: Fix flaky test_rawkv::test_leader_transfer by pingyu · Pull Request #16827 · tikv/tikv · GitHub 不安定な
test_rawkv::test_leader_transfer
テストを修正しています。
tiup, tiproxy: add version flags to tiup cluster upgrade by Oreoxmt · Pull Request #16917 · pingcap/docs · GitHub tiupコマンドのオプションの説明を追加しています。
ticdc: refine changefeed related documentations by qiancai · Pull Request #16963 · pingcap/docs · GitHub TiCDCの
changefeed-error-stuck-duration
の説明を追加しています。Rehash of statistics page by terry1purcell · Pull Request #16869 · pingcap/docs · GitHub statistics.md を更新しています。
deploy-a-dm-cluster-using-tiup-offline: fix a command by qiancai · Pull Request #17215 · pingcap/docs · GitHub dm/deploy-a-dm-cluster-using-tiup-offline.md を更新しています。
lightning: add back content about tpcc by hfxsd · Pull Request #17221 · pingcap/docs · GitHub tidb-lightning/tidb-lightning-physical-import-mode-usage.md を更新しています。
- add MaxSkew, MinDomains and NodeAffinityPolicy for TopologySpreadConstraint by csuzhangxc · Pull Request #5617 · pingcap/tidb-operator · GitHub
TopologySpreadConstraint
にMaxSkew
,MinDomains
,NodeAffinityPolicy
を設定可能にしています。