timer: fix unstable test `TestEtcdNotifier` by lcwangchao · Pull Request #44709 · pingcap/tidb · GitHub 不安定な
TestEtcdNotifier
テストを修正しています。import into: remove sort dir because we do not support checkpoint now by GMHDBJD · Pull Request #44630 · pingcap/tidb · GitHub import intoからsort dirを削除しています。
domain: Introduce runaway manager by Connor1996 · Pull Request #44339 · pingcap/tidb · GitHub Runway managerを導入しています。
*: fix check constraintInfo state change by fzzf678 · Pull Request #44455 · pingcap/tidb · GitHub チェック制約の内部的なステータス管理を追加しています。
executor: remove remain time for show analyze by hawkingrei · Pull Request #44717 · pingcap/tidb · GitHub show analyzeから残り時間の表示を削除しています。
expression: change escape character from '$' to '\' for `regexp_replace` by xzhangxian1008 · Pull Request #44719 · pingcap/tidb · GitHub
regexp_replace
のエスケープ文字を$
から\
に変更しています。timer: use read/write lock for timer's memory store by lcwangchao · Pull Request #44721 · pingcap/tidb · GitHub タイマーのメモリストアにread/write lockを追加しています。
import into: add disable_tikv_import_mode option by GMHDBJD · Pull Request #44587 · pingcap/tidb · GitHub import intoに
disable_tikv_import_mode
を追加しています。show import: fix show import might read data from prev line by D3Hunter · Pull Request #44724 · pingcap/tidb · GitHub show importが前の行からデータを読み込む事象を修正しています。
import into: redact task meta after import & cancel on kill by D3Hunter · Pull Request #44712 · pingcap/tidb · GitHub import intoでimport後にtaskのメタデータをdedactしています。
br: fix checksum incomplete when context is done by Leavrth · Pull Request #44583 · pingcap/tidb · GitHub コンテキスト終了時に不完全なチェックサムが作成される事象を修正しています。
calibrate: refactor metrics error by CabinfeverB · Pull Request #44451 · pingcap/tidb · GitHub メトリクスが空、もしくはメトリクスポイントが少ない場合にメトリクスのエラーが発生する事象を修正しています。
executor: impl runaway watch check by CabinfeverB · Pull Request #44474 · pingcap/tidb · GitHub runaway watch checkを実装しています。
import into: add precheck when total file size is 0 & enhance how we check task finish by D3Hunter · Pull Request #44731 · pingcap/tidb · GitHub import intoにprecheckを追加しています。
br: hide_encryption_scope by Leavrth · Pull Request #44683 · pingcap/tidb · GitHub BRに
hide_encryption_scope
を追加しています。*: output non-passed test cases by xhebox · Pull Request #44732 · pingcap/tidb · GitHub Bazelの設定を変更しています。
client: fix keyspace update in `tsoSvcDiscovery` by lhy1024 · Pull Request #6612 · tikv/pd · GitHub
tsoSvcDiscovery
でのkeyspaceの分割が失敗する事象を修正しています。typo: fix some typo by HuSharp · Pull Request #6610 · tikv/pd · GitHub いくつかのtypoを修正しています。
Resource manager: disable watch when isSingleGroupByKeyspace is true by CabinfeverB · Pull Request #6624 · tikv/pd · GitHub
isSingleGroupByKeyspace
がtrueのとき、watchを無効にしています。
Support capture group in regexp_replace by gengliqi · Pull Request #14938 · tikv/tikv · GitHub
regexp_replace
がキャプチャグループに対応しています。log-backup: split failpoints and integration tests by YuJuncen · Pull Request #14959 · tikv/tikv · GitHub log backupのテストを分割しています。
lightning: refined description about duplicate-resolution by Frank945946 · Pull Request #13904 · pingcap/docs · GitHub Lightningでのデータ重複の解消方法を更新しています。
*: Improve documentation readability and consistency using GPT-3.5 by ran-huang · Pull Request #13730 · pingcap/docs · GitHub GPT-3.5 を利用してドキュメントの一貫性を向上させています。
Add TiDB best practices on public cloud by dbsid · Pull Request #13564 · pingcap/docs · GitHub
TiDB Best Practices on Public Cloud
を追加しています。