TiDB commits

TiDB, PD, TiKVのコミットを記録しています。

2023-11-01から1ヶ月間の記事一覧

TiDB Commits on 2023-11-29

github.com planner: refactor some code of the binding package by qw4990 · Pull Request #48959 · pingcap/tidb · GitHub binding関連のコードをリファクタリングしています。 statistics: update outdated comments by hi-rustin · Pull Request #48950…

TiDB Commits on 2023-11-28

github.com expression: Add cast as json push down support for tiflash by SeaRise · Pull Request #48550 · pingcap/tidb · GitHub cast as jsonをTiFlashにpushdown可能にしています。 expression: remove inner context cache in `expression.ScalarFu…

TiDB Commits on 2023-11-27

github.com build(deps): bump github.com/prometheus/prometheus from 0.0.0-20190525122359-d20e84d0fb64 to 0.48.0 by dependabot[bot] · Pull Request #48866 · pingcap/tidb · GitHub 利用する github.com/prometheus/prometheus のバージョンを更新し…

TiDB Commits on 2023-11-26

github.com 2023年11月26日にTiDBのコミットはありませんでした。 github.com 2023年11月26日にPDのコミットはありませんでした。 github.com 2023年11月26日にTiKVのコミットはありませんでした。 github.com 2023年11月26日にdocsのコミットはありませんで…

TiDB Commits on 2023-11-25

github.com store/mockstore: Use `Expression.Eval` to replace `EvalWithInnerCtx` for mockstore by lcwangchao · Pull Request #48771 · pingcap/tidb · GitHub EvalWithInnerCtxをExpression.Evalに置き換えています。 statistics: do not directly upd…

TiDB Commits on 2023-11-24

github.com *: fix wrong result when to concurrency merge global stats by hawkingrei · Pull Request #48852 · pingcap/tidb · GitHub 並行にglobal statsをマージすると、"merge global stats failed"が発生する事象を修正しています。 br/storage: ena…

TiDB Commits on 2023-11-23

github.com ddl: use memory available as the memory limit for add index by GMHDBJD · Pull Request #48268 · pingcap/tidb · GitHub global sortを利用したインデックス追加時にOOMする事象を修正しています。 ddl: fix add wrong timezone during addin…

TiDB Commits on 2023-11-22

github.com statistics: fix wrong result in the MergeGlobalStatsTopNByConcurrency by hawkingrei · Pull Request #48757 · pingcap/tidb · GitHub MergeGlobalStatsTopNByConcurrencyの結果が正しくない事象を修正しています。 expression: add `ctx` to…

TiDB Commits on 2023-11-21

github.com statistics: Add benchmark for BuildHistAndTopN by Zheaoli · Pull Request #48731 · pingcap/tidb · GitHub BuildHistAndTopNへのベンチマークテストを追加しています。 ddl: make concurrent ingest job queue instead of fallback by tangen…

TiDB Commits on 2023-11-20

github.com domain: randomly trigger the DumpStatsDeltaToKV by hawkingrei · Pull Request #48692 · pingcap/tidb · GitHub DumpStatsDeltaToKVをランダムに起動するようにしています。 test: fix unstable test `TestIndexMergeRuntimeStats` by Defined…

TiDB Commits on 2023-11-19

github.com 2023年11月19日にTiDBのコミットはありませんでした。 github.com 2023年11月19日にPDのコミットはありませんでした。 github.com 2023年11月19日にTiKVのコミットはありませんでした。 github.com 2023年11月19日にdocsのコミットはありませんで…

TiDB Commits on 2023-11-18

github.com disttask: optimize metrics by okJiang · Pull Request #48663 · pingcap/tidb · GitHub Dist Task Subtasksメトリクスを修正しています。 ddl: use latest PD address to register lightning by lance6716 · Pull Request #48687 · pingcap/tid…

TiDB Commits on 2023-11-17

github.com backup: add table-concurrency to control backup tableInfo stats and checksum. by 3pointer · Pull Request #48570 · pingcap/tidb · GitHub table-concurrencyでテーブルのメタデータをバックアップする並列度を設定しています。デフォルト…

TiDB Commits on 2023-11-16

github.com tests: update mysql-tester, move more tests to integration test by Defined2014 · Pull Request #48617 · pingcap/tidb · GitHub Support `--replace_regex` by Defined2014 · Pull Request #112 · pingcap/mysql-tester · GitHub や Support…

TiDB Commits on 2023-11-15

github.com table: fix the iterator of multi-valued index by tangenta · Pull Request #48594 · pingcap/tidb · GitHub admin check tableで発生する"Error 1105 (HY000): invalid data type: Unsupported datum flag 10 for Bytes vector"を修正していま…

TiDB Commits on 2023-11-14

github.com external/test: compare the performance of merge iter by lance6716 · Pull Request #48560 · pingcap/tidb · GitHub BRで外部ストレージを利用する場合のテストを追加しています。 executor: put `SortExec` and `TopNExec` into different fi…

TiDB Commits on 2023-11-13

github.com executor: fix goroutine leak for EvalSubqueryFirstRow by wshwsh12 · Pull Request #48133 · pingcap/tidb · GitHub EvalSubqueryFirstRowでのgoleakを修正しています。 br: add more retryable error for br_import by Leavrth · Pull Reques…

TiDB Commits on 2023-11-12

github.com 2023年11月12日にTiDBのコミットはありませんでした。 github.com 2023年11月12日にPDのコミットはありませんでした。 github.com 2023年11月12日にTiKVのコミットはありませんでした。 github.com 2023年11月12日にdocsのコミットはありませんで…

TiDB Commits on 2023-11-11

github.com ebs br: control the snapshots batch size for fsr enable/disable by BornChanger · Pull Request #48506 · pingcap/tidb · GitHub BRでAmazon EBS fast snapshot restore (FSR)を利用する場合のバッチサイズを調整可能にしています。 github.c…

TiDB Commits on 2023-11-10

github.com metrics: add server status count by jackysp · Pull Request #48292 · pingcap/tidb · GitHub TIDB Server Statusメトリクスを追加しています。 tests: update mysql-tester commit by Defined2014 · Pull Request #48462 · pingcap/tidb · Git…

TiDB Commits on 2023-11-09

github.com planner: fix the issue that plan cache may return wrong result when comparing datetime column with `unix_timestamp` by qw4990 · Pull Request #48413 · pingcap/tidb · GitHub datetime型のカラムとunix_timestampを比較した際にplan cac…

TiDB Commits on 2023-11-08

github.com br: retry to scatter the regions if status is timeout or cancel by Leavrth · Pull Request #46471 · pingcap/tidb · GitHub BRでregionのステータスがCANCELまたはTIMEOUTだったときに再度region情報を収集するようにしています。 pkg: supp…

TiDB Commits on 2023-11-07

github.com executor: add recover handler for handleResultsError by hawkingrei · Pull Request #48326 · pingcap/tidb · GitHub handleResultsErrorにrecover handlerを追加しています。 infoschema: refine info cache logic to reduce the impact of D…

TiDB Commits on 2023-11-06

github.com tests: move IT in `executor` to `tests/integrationtest` (PART 10) by Defined2014 · Pull Request #48263 · pingcap/tidb · GitHub executor内のインテグレーションテストをtests/integrationtestに移動しています。 planner: fix typo in co…

TiDB Commits on 2023-11-05

github.com 2023年11月5日にTiDBのコミットはありませんでした。 github.com 2023年11月5日にPDのコミットはありませんでした。 github.com 2023年11月5日にTiKVのコミットはありませんでした。 github.com 2023年11月5日にdocsのコミットはありませんでした…

TiDB Commits on 2023-11-04

github.com executor: fix hang for analyze table when exceed tidb_mem_quota_analyze by hawkingrei · Pull Request #48264 · pingcap/tidb · GitHub tidb_mem_quota_analyzeを超えたときにanalyzeがhangする事象を修正しています。 github.com 2023年11…

TiDB Commits on 2023-11-03

github.com server: Fix compression protocol for larger packets | tidb-test=pr/2227 by dveeden · Pull Request #47495 · pingcap/tidb · GitHub 圧縮プロトコルに大きなパケット向けの対応を追加しています。 *: fix TestSupportedSuffixForServerDisk …

TiDB Commits on 2023-11-02

github.com pkg/tidb-binlog: add `OWNERS` file by wuhuizuo · Pull Request #47865 · pingcap/tidb · GitHub OWNERS 関連ファイルを更新しています。 external: merge overlapping files concurrently by wjhuang2016 · Pull Request #48073 · pingcap/tid…

TiDB Commits on 2023-11-01

github.com *: support cgroup with systemd by hawkingrei · Pull Request #48096 · pingcap/tidb · GitHub systemd経由で起動されたcgroup に対応しています。 disttask/ddl: fail task for panic by ywqzzy · Pull Request #48135 · pingcap/tidb · GitHu…

TiDB Commits on 2023-10-31

github.com *: update tikv/client-go to fix performance regression by crazycs520 · Pull Request #48109 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。 external: set the period of checking merge i…