-
*: avoid flaky test with high load scenario by hawkingrei · Pull Request #57016 · pingcap/tidb · GitHub 不安定な
TestMemoryControlWithUpdate
テストを修正しています。 -
executor: minor refine of hash join v2 by windtalker · Pull Request #57023 · pingcap/tidb · GitHub hash join v2をリファクタリングしています。
statistics: add the refresher as a stats owner listener by Rustin170506 · Pull Request #56998 · pingcap/tidb · GitHub stats ownerが変更されたとき、バックグラウンドプロセスが正しく停止するようにしています。
parser: don't support `ALTER TABLE ... DROP FOREIGN KEY if exists` by YangKeao · Pull Request #56703 · pingcap/tidb · GitHub
ALTER TABLE ... DROP FOREIGN KEY if exists
文法をparseエラーとしています。executor: fix the issue that `INSERT IGNORE` doesn't lock the parent table by YangKeao · Pull Request #56661 · pingcap/tidb · GitHub
INSERT IGNORE
文がforeign keyを考慮するようにしています。br: fix wrong error by Leavrth · Pull Request #57002 · pingcap/tidb · GitHub
br log status
がpanicする事象を修正しています。
2024年10月31日にPDのコミットはありませんでした。
resolved-ts: track the number of locks of large txns in resolver by ekexium · Pull Request #17629 · tikv/tikv · GitHub Resolverで大きなトランザクションのロック数を記録するようにしています。
In-memory Engine: evaluate SkiplistEngine memory usage by overvenus · Pull Request #17746 · tikv/tikv · GitHub In memory engineで
SkiplistEngine
によるメモリ使用量を考慮しています。In-memory engine: rearrange parts of metrics panel by SpadeA-Tang · Pull Request #17733 · tikv/tikv · GitHub In memory engineのGrafanaパネルを再配置しています。
remove by name for alert of TiKV_raftstore_thread_cpu_seconds_total by qiancai · Pull Request #19275 · pingcap/docs · GitHub alert-rules.md を更新しています。
cdc: add warn for event filter by qiancai · Pull Request #19223 · pingcap/docs · GitHub ticdc/ticdc-changefeed-config.md を更新しています。
ticdc: add example of how to show bdr role by qiancai · Pull Request #19238 · pingcap/docs · GitHub BDRの説明を更新しています。
*: add tidb_enable_stats_owner by hawkingrei · Pull Request #19109 · pingcap/docs · GitHub
tidb_enable_stats_owner
の説明を追加しています。
feat(minReadySeconds): support minReadySeconds for PD by csuzhangxc · Pull Request #5827 · pingcap/tidb-operator · GitHub PD用に
minReadySeconds
を追加しています。TidbCluster: disable evict leader for TiKV EBS modification by csuzhangxc · Pull Request #5826 · pingcap/tidb-operator · GitHub TiKVが利用するEBSの設定変更時にはevict leaderを無効にしています。
kafka(ticdc): fix kafka consumer doesn't check partition and old message by wk989898 · Pull Request #11483 · pingcap/tiflow · GitHub Kafka consumerがpartitionを確認をするようにしています。
metric(cdc): fix uncorrect metric WorkerBusyRatio by wk989898 · Pull Request #11669 · pingcap/tiflow · GitHub
WorkerBusyRatio
のメトリクスを修正しています。
Disagg: refresh expiration time of snapshot when calling getSnapshot by JinheLin · Pull Request #9570 · pingcap/tiflash · GitHub
getSnapshot
を呼び出したときに、snapshotの有効期間を更新しています。Storages: support building vector index for ColumnFileTiny (Part 3) by Lloyd-Pottiger · Pull Request #9547 · pingcap/tiflash · GitHub
ColumnFileTiny
にベクトルインデックスを作成可能にしています。
2024年10月31日にTiProxyのコミットはありませんでした。