*: close resultSet by hawkingrei · Pull Request #38435 · pingcap/tidb · GitHub テストで
tk.MustExecToErr
を利用するようにしています。bazel: update config and enable race for part test by hawkingrei · Pull Request #38434 · pingcap/tidb · GitHub いくつかのテストでレースコンディションを検出するようにしています。
tests: use atomic values for flushed epoch in `streamhelper_test` by YuJuncen · Pull Request #38446 · pingcap/tidb · GitHub streamhelper_test内で、
atomic.Uint64
を利用するようにしています。expression: Push down json_contains to tikv by lizhenhuan · Pull Request #37840 · pingcap/tidb · GitHub
json_contains
をTiKVにpushdownしています。
schedule: fix priority bucket number by rleungx · Pull Request #5594 · tikv/pd · GitHub 新しく設定したpriority weight(16.0)で増加したpriority bucketを正しく設定しています。
schdeuler: Set resource with step for collecting plan by CabinfeverB · Pull Request #5591 · tikv/pd · GitHub リソースの設定にstepを利用しています。
storage/lock_manager: Avoid stale entries in the new lock waiting queue by MyonKeminta · Pull Request #13584 · tikv/tikv · GitHub 無効になったlock待ちのqueueを削除しています。
Json contains push tikv by lizhenhuan · Pull Request #13469 · tikv/tikv · GitHub
json_contains
をTiKVにpushdownしています。local_reader: solve the race condition when acquiring the snapshot by SpadeA-Tang · Pull Request #13568 · tikv/tikv · GitHub snapshot取得時のレースコンディションを修正しています。
2022年10月13日にRaft Engineのコミットはありませんでした。
troubleshooting: add TiDB OOM troubleshooting tips by hfxsd · Pull Request #10724 · pingcap/docs · GitHub
Troubleshoot TiDB OOM Issues
のセクションを追加しています。Add an example for byte-threshold and region-cpu-overload-threshold-ratio adjustment by Oreoxmt · Pull Request #10800 · pingcap/docs · GitHub
byte-threshold
とregion-cpu-overload-threshold-ratio
による負荷ベースのsplit例を追加しています。