executor: fix global index scan, index join, and query filtering reorg partition for global index by L-maple · Pull Request #41992 · pingcap/tidb · GitHub global indexを利用したときの結果が正しくない事象を修正しています。
test: fix the plan for IndexLookUp test not include IndexLookUp by Defined2014 · Pull Request #43317 · pingcap/tidb · GitHub
BenchmarkIntegerIndexLookup
テストがIndexLookUp
オペレーターを含むようにしています。*: fix wrong output for two deprecated system variables by gengliqi · Pull Request #43292 · pingcap/tidb · GitHub Deprecatedになったシステム変数の出力を修正しています。
*: enable race for more package by hawkingrei · Pull Request #43301 · pingcap/tidb · GitHub レースコンディションを検出する場所を増やしています。
test: add more fail tests for ddl ingest mode by tangenta · Pull Request #43322 · pingcap/tidb · GitHub ddl ingest modeのテストを追加しています。
ddl: return early when encounter error in `BackendCtx.Unregister()` by tangenta · Pull Request #43326 · pingcap/tidb · GitHub
BackendCtx.Unregister()
でエラーが発生した際にearly returnするようにしています。planner: use the correct fraction for decimal values in plan cache by qw4990 · Pull Request #43329 · pingcap/tidb · GitHub decimal型への検索の結果が正しくない事象を修正しています。
linter: enable revive for planner except for some by hawkingrei · Pull Request #43328 · pingcap/tidb · GitHub reviveをplannerに対して有効にしています。
*: fix `startWatchLoop` leak by rleungx · Pull Request #6352 · tikv/pd · GitHub
startWatchLoop
でのリークを修正しています。mcs: update client when meet transport is closing by lhy1024 · Pull Request #6341 · tikv/pd · GitHub PrimaryのTSO Serviceに問題が発生したときに、リトライするようにしています。
mcs: add bootstrap test by rleungx · Pull Request #6347 · tikv/pd · GitHub keyspaceのテストを追加しています。
mcs, tso : fix flaky TestLoadKeyspaceGroupsAssignment test by binshi-bing · Pull Request #6365 · tikv/pd · GitHub 不安定な
TestLoadKeyspaceGroupsAssignment
テストを修正しています。mcs, tso: fix ts fallback caused by multi-primary due to mismatched QA pd configuration. by binshi-bing · Pull Request #6362 · tikv/pd · GitHub electionに利用するprefixを
listen-addr
からadvertise-listen-addr
に変更しています。*: fix log output by rleungx · Pull Request #6364 · tikv/pd · GitHub
service mode changed
のログ出力を修正しています。scheduler: move hot region should be splitted if it's size is too large . by bufferflies · Pull Request #6281 · tikv/pd · GitHub 移動対象のリージョンのサイズが
max-movable-hot-peer-size
より大きいとき、分割するようにしています。*: fix deletion of region stats metrics after resign by iosmanthus · Pull Request #6367 · tikv/pd · GitHub
empty-region-count
の数が正しくない事象を修正しています。
2023年4月23日にTiKVのコミットはありませんでした。
Update Keywords by dveeden · Pull Request #13253 · pingcap/docs · GitHub キーワードを追加しています。
*: correct TiDB disk type by hfxsd · Pull Request #13319 · pingcap/docs · GitHub TiDB serverのハードウェア要件を更新しています。
*: add configuration performance lite-init-stats by hfxsd · Pull Request #13269 · pingcap/docs · GitHub
lite-init-stats
の説明を追加しています。system-variables: add `tidb_opt_fix_control` by time-and-fate · Pull Request #13271 · pingcap/docs · GitHub
tidb_opt_fix_control
の説明を追加しています。sql-plan: add description about plan baseline by hfxsd · Pull Request #13318 · pingcap/docs · GitHub Plan baselineの説明を追加しています。
sql-statement: calibrate resource support workload by hfxsd · Pull Request #13270 · pingcap/docs · GitHub
CALIBRATE RESOURCE
の説明を更新しています。sql: GA load data logical mode and add experimental physical mode by hfxsd · Pull Request #13310 · pingcap/docs · GitHub load dataのエラーメッセージを追加しています。
resource control: GA for 7.1 by hfxsd · Pull Request #13300 · pingcap/docs · GitHub リソースコントロールが7.1でGAになる旨を記述しています。
release notes: fix a version error by hfxsd · Pull Request #13324 · pingcap/docs · GitHub TiDB 7.0.0のリリースノートを更新しています。