-
lightning: not set pos to end if fail to `ReadUntil` by buchuitoudegou · Pull Request #40232 · pingcap/tidb · GitHub Lightningで
ReadUtil
が失敗したときにpos
を設定しないようにしています。 -
lightning: fix risk of OOM by buchuitoudegou · Pull Request #40443 · pingcap/tidb · GitHub LightningでOOMの可能性を減らしています。
ttl: retry delete when write conflict happens in txn by lcwangchao · Pull Request #40503 · pingcap/tidb · GitHub TTL削除処理をコミットに失敗したときにも再実行するようにしています。
domain: add timeout for updateStatsWorker exit process by Yisaer · Pull Request #40434 · pingcap/tidb · GitHub
updateStatsWorker
にタイムアウトを設定しています。lightning: continue this region round and retry on next round when TiKV is busy by lance6716 · Pull Request #40278 · pingcap/tidb · GitHub Lightningでrate limitエラーを受け取ったときに、同一のregionで再実行するのではなく、次のregionを試すようにしています。
parser: use identifier as user's resource group name by BornChanger · Pull Request #40479 · pingcap/tidb · GitHub リソースグループを文字列ではなく、identifierとしてparseしています。
ttl: support float number and store ttl_job_interval in info schema by YangKeao · Pull Request #40509 · pingcap/tidb · GitHub
ttl_job_interval
の期間の値にfloat型を許容しています。*: add more tests and fix some bugs for multi-valued index by xiongjiwei · Pull Request #40518 · pingcap/tidb · GitHub Multi value indexでfloat, doubleでのarrayにcastできないようにしています。
planner: correctly handle expression.ScalarFunction in the buildSemiJoinForSetOperator by hawkingrei · Pull Request #40390 · pingcap/tidb · GitHub
buildSemiJoinForSetOperator
中でexpression.ScalarFunction
をてきせつに扱うようにしています。*: add new global variable tidb_enable_resource_control as a switch by BornChanger · Pull Request #40440 · pingcap/tidb · GitHub システム変数
tidb_enable_resource_control
を導入し、リソースグループを有効にするかどうかを設定可能にしています。デフォルトは無効です。
*: move core to pkg by rleungx · Pull Request #5781 · tikv/pd · GitHub
core
パッケージをserver
からpkg
配下に移動しています。keyspace: add region label when creating keyspace by AmoebaProtozoa · Pull Request #5844 · tikv/pd · GitHub keyspace作成時にregion labelを付与するようにしています。
util: Fix incorrect memory capacity by breezewish · Pull Request #14034 · tikv/tikv · GitHub 更新したsysinfoパッケージが返すメモリサイズの単位の変更に対応しています。
pd_client: fix the kvproto compatibility for global config by HuSharp · Pull Request #14041 · tikv/tikv · GitHub 意図せず更新されたkvprotoとの互換性の対応を追加しています。
ttl: improve seo by ran-huang · Pull Request #12021 · pingcap/docs · GitHub time-to-live.md の
title:
とsummary:
を更新しています。Update usage scenarios for placement-rules-in-sql.md by TomShawn · Pull Request #11999 · pingcap/docs · GitHub placement-rules-in-sql.md にユーザーシナリオを追加しています。
update a ddl command by TomShawn · Pull Request #11935 · pingcap/docs · GitHub
RECOVER TABLE BY JOB JOB_ID;
と大文字に変更しています。