dockerfile: optimize dockerfile by purelind · Pull Request #49559 · pingcap/tidb · GitHub Dockerfileを更新しています。
global sort: bench new merge step by ywqzzy · Pull Request #49595 · pingcap/tidb · GitHub global sortのベンチマークテストを更新しています。
disttask: task executor slot manager by okJiang · Pull Request #49136 · pingcap/tidb · GitHub disttaskにslot managerを追加しています。
planner: move hint code to two separate code files by qw4990 · Pull Request #49597 · pingcap/tidb · GitHub hint関連のコードを別ファイルにしています。
parser: fix invalid hint addition disable other valid hints by hawkingrei · Pull Request #49441 · pingcap/tidb · GitHub 複数のヒントが追加され、そのうち1つのヒントが無効だったときに残りのヒントを有効にするようにしています。
global sort: fix broken prop with onefile writer by ywqzzy · Pull Request #49589 · pingcap/tidb · GitHub global sortでファイルを読み込む際のoffsetが正しくない事象を修正しています。
planner: more test cases for the universal binding by qw4990 · Pull Request #49598 · pingcap/tidb · GitHub Universal bindingsのテストを追加しています。
expression: refactor cache logic for `builtinRegexpSubstrFuncSig` by lcwangchao · Pull Request #49584 · pingcap/tidb · GitHub
regexp_substr
関数のキャッシュ実装をリファクタリングしています。tests, executor, br: fix time_zone related bugs in UT by Defined2014 · Pull Request #49588 · pingcap/tidb · GitHub 特定のタイムゾーンに依存するテストを修正しています。
test: skip unstable test `TestAddIndexDistPauseAndResume` by tangenta · Pull Request #49622 · pingcap/tidb · GitHub 不安定な
TestAddIndexDistPauseAndResume
テストをスキップしています。binding: use matchTiKVOrTiFlash to remove duplicate code by hawkingrei · Pull Request #49624 · pingcap/tidb · GitHub
ifPreferTiFlash
関数のコードをリファクタリングしています。*: reuse chunk in the histogram by hawkingrei · Pull Request #48583 · pingcap/tidb · GitHub ヒストグラムのchunkを再利用しています。
tests: fix some errors detected by testifylint by JmPotato · Pull Request #7580 · tikv/pd · GitHub
testifylint
による修正をしています。mcs: watch rule change with txn by lhy1024 · Pull Request #7550 · tikv/pd · GitHub PD modeとAPI modeで作成されたPlacement rulesが異なる事象を修正しています。
check: remove orphan peer only when the peers is greater than the rule count by bufferflies · Pull Request #7581 · tikv/pd · GitHub orphan peerを削除するときに必要なレプリカ数以下にならないようにしています。
makefile: make clean to remove dashboard temp by HuSharp · Pull Request #7586 · tikv/pd · GitHub Makefile を更新しています。
tests, Makefile: rename the test from realtiup to realcluster by JmPotato · Pull Request #7573 · tikv/pd · GitHub テスト内での
realtiup
をrealcluster
に改名しています。dashboard-ui: make custom dashboard ui work by HuSharp · Pull Request #7594 · tikv/pd · GitHub カスタムダッシュボードを利用する環境をビルド可能にしています。
grafana: reassign the ID of the panel by CabinfeverB · Pull Request #7588 · tikv/pd · GitHub GrafanaのパネルのIDを変更しています。
member: return err when meet frequently campaign leader by HuSharp · Pull Request #7566 · tikv/pd · GitHub [recover=\"\\"non-positive interval for NewTicker\\"\"] でpanicする事象を修正しています。
resource_control: unify label name to group_name by nolouch · Pull Request #7547 · tikv/pd · GitHub リソースコントロール関連のメトリクス名を統一しています。
versioninfo: remove fips suffix by CabinfeverB · Pull Request #7597 · tikv/pd · GitHub fips用のsuffixを削除しています。
*: add log and metric in raft_client by crazycs520 · Pull Request #16143 · tikv/tikv · GitHub raft_client にメトリクスを追加しています。
*: do not suffix "fips" for tikv version ouput by overvenus · Pull Request #16201 · tikv/tikv · GitHub fips用のsuffixを削除しています。
txn: change memory pessimsitic lock to btree map and support scan by cfzjywxk · Pull Request #16180 · tikv/tikv · GitHub In memoryでの悲観的ロックをhash mapからbtree mapに変更しています。
server: add metrics for status server API by overvenus · Pull Request #16198 · tikv/tikv · GitHub APIリクエストに関するメトリクスを追加しています。
Explain `tidb_max_tiflash_threads` default value `-1` means by yahonda · Pull Request #15168 · pingcap/docs · GitHub
tidb_max_tiflash_threads
の説明を更新しています。Update tidb-lightning-physical-import-mode.md by Frank945946 · Pull Request #15792 · pingcap/docs · GitHub tidb-lightning/tidb-lightning-physical-import-mode.md を更新しています。
Add/clarify SQL length limits by dveeden · Pull Request #15602 · pingcap/docs · GitHub
tidb_stmt_summary_max_sql_length
の説明を更新しています。Update release-6.5.4.md by hfxsd · Pull Request #15811 · pingcap/docs · GitHub TiDB 6.5.4のリリースノートを更新しています。
stats: clarify configuration persistence of analyze statement by jackysp · Pull Request #13840 · pingcap/docs · GitHub analyzeの設定の永続化についての記述を更新しています。
bump K8s to v1.24.17 by csuzhangxc · Pull Request #5463 · pingcap/tidb-operator · GitHub K8s v1.24.17 を利用するようにしています。
br: support backupts param in snapshot backup by WangLe1321 · Pull Request #5471 · pingcap/tidb-operator · GitHub スナップショットバックアップに
backupts
引数を追加しています。br: fix other backup member init job check by WangLe1321 · Pull Request #5479 · pingcap/tidb-operator · GitHub ボリュームバックアップが"init job deleted before all the volume snapshots are created"で失敗する事象を修正しています。
bump operator to v1.6.0-alpha.10 by csuzhangxc · Pull Request #5481 · pingcap/tidb-operator · GitHub バージョンを
v1.6.0-alpha.10
に更新しています。