TiDB commits

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

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

TiDB Commits on 2023-06-29

github.com ttl: fix a bug that a TTL task will not be taken by other tidb after failover sometimes by lcwangchao · Pull Request #45023 · pingcap/tidb · GitHub TiDBサーバーがfailoverした際にTTLタスクがフェイルオーバーされない事象を修正して…

TiDB Commits on 2023-06-28

github.com util: use atomic.Pointer to replace with atomic.Value by haiyux · Pull Request #45002 · pingcap/tidb · GitHub atomic.Valueの代わりにatomic.Pointerを利用しています。 ddl: more test cases on `admin pause/resume` by dhysum · Pull R…

TiDB Commits on 2023-06-27

github.com server: exit tidb-server directly when all connections not in txn by Defined2014 · Pull Request #44953 · pingcap/tidb · GitHub すべてのコネクションにトランザクションがない場合にはTiDB Serverをgracefulに終了するようにしています。…

TiDB Commits on 2023-06-26

github.com disttask/test: add rollback test by ywqzzy · Pull Request #44924 · pingcap/tidb · GitHub rollbackテストを追加しています。 txn: add a variable to control whether to lock unchanged unique keys by ekexium · Pull Request #44598 · pi…

TiDB Commits on 2023-06-25

github.com *: delete useless patch by hawkingrei · Pull Request #44903 · pingcap/tidb · GitHub 不要な build/patches/io_etcd_go_etcd_server_v3.patch を削除しています。 planner: plan cache supports Batch/PointGet converted from (primary keys…

TiDB Commits on 2023-06-24

github.com planner: ignore index_merge when partial path has global index by L-maple · Pull Request #44820 · pingcap/tidb · GitHub global indexでIndexMergeを利用可能にしています。 github.com 2023年6月24日にPDのコミットはありませんでした。 …

TiDB Commits on 2023-06-23

github.com *: upgrade jwx to fix potential padding oracle attack by hawkingrei · Pull Request #44891 · pingcap/tidb · GitHub 利用する github.com/lestrrat-go/jwx/v2 のバージョンを更新しています。 *: add MVCC version ratio to slow log metric…

TiDB Commits on 2023-06-22

github.com patchgo: add build script for it by hawkingrei · Pull Request #44759 · pingcap/tidb · GitHub 利用する Go のバージョンを上げるためのスクリプトを追加しています。 *: Prune go_repository from bazel deps by dveeden · Pull Request #44…

TiDB Commits on 2023-06-21

github.com planner: plan cache supports queries with more than 200 parameters by qw4990 · Pull Request #44829 · pingcap/tidb · GitHub Plan cacheで200以上のパラメータに対応しています。 session,expression: Support IS_USED_LOCK function by dv…

TiDB Commits on 2023-06-20

github.com planner, sessionctx: skip wide type columns such as JSON when collecting statistics by xuyifangreeneyes · Pull Request #44653 · pingcap/tidb · GitHub JSON,TEXT,BLOBでの統計情報取得をスキップしています。 *: fix 'duplicate entry' …

TiDB Commits on 2023-06-19

github.com domain: record runaway and quarantine query by CabinfeverB · Pull Request #44654 · pingcap/tidb · GitHub runawayとquaraantineクエリーを記録するようにしています。 import into: exit ImportMode after import step by D3Hunter · Pull …

TiDB Commits on 2023-06-18

github.com import into: change max pool size to num-cpu by D3Hunter · Pull Request #44749 · pingcap/tidb · GitHub import intoの最大pool sizeを10という固定値からCPU数に合わせています。 github.com 2023年6月18日にPDのコミットはありませんでし…

TiDB Commits on 2023-06-17

github.com metrics: add max query duration per resource group metrics by Connor1996 · Pull Request #44746 · pingcap/tidb · GitHub リソースグループごとのQuery Max durationメトリクスを追加しています。 Revert "parser: Update ServerVersion to …

TiDB Commits on 2023-06-16

github.com 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 GM…

TiDB Commits on 2023-06-15

github.com import into: make post process a step to be able cancel by D3Hunter · Pull Request #44616 · pingcap/tidb · GitHub import intoのpost processをキャンセル可能にしています。 import into: revert add index via SQL by GMHDBJD · Pull Re…

TiDB Commits on 2023-06-14

github.com *: Show required changes by git diff when CI check bazel files failed by MyonKeminta · Pull Request #44663 · pingcap/tidb · GitHub Bazel関連の設定を変更しています。 test: refine func signature of distributed execution test conte…

TiDB Commits on 2023-06-13

github.com timer: implement table based `TimerStore` by lcwangchao · Pull Request #44446 · pingcap/tidb · GitHub テーブルベースのTimerStoreを追加しています。 br: update azure sdk by Leavrth · Pull Request #44211 · pingcap/tidb · GitHub 利…

TiDB Commits on 2023-06-12

github.com timer: fix data race in timer store by lcwangchao · Pull Request #44577 · pingcap/tidb · GitHub memoryStoreCoreでのレースコンディションを修正しています。 linter: enable early return by hawkingrei · Pull Request #44564 · pingcap/…

TiDB Commits on 2023-06-11

github.com executor: set handle changed when col gets auto-updated by zyguan · Pull Request #44566 · pingcap/tidb · GitHub ON UPDATE CURRENT_TIMESTAMPで発生するデータの整合性の問題を修正しています。 github.com 2023年6月11日にPDのコミットは…

TiDB Commits on 2023-06-10

github.com linter: enable QF1012 by hawkingrei · Pull Request #44554 · pingcap/tidb · GitHub Linterの設定を更新しています。 github.com 2023年6月10日にPDのコミットはありませんでした。 github.com 2023年6月10日にTiKVのコミットはありませんでし…

TiDB Commits on 2023-06-09

github.com docs: update build badge on docs by purelind · Pull Request #44537 · pingcap/tidb · GitHub READMEを更新しています。 ddl, test: fix data race in owner change test by ywqzzy · Pull Request #44536 · pingcap/tidb · GitHub ddl.(*work…

TiDB Commits on 2023-06-08

github.com session,executor: add variables to support set if enable tiflash pipeline model by sql statement by SeaRise · Pull Request #44467 · pingcap/tidb · GitHub システム変数tidb_enable_tiflash_pipeline_modelを追加して、TiFlashでパイプ…

TiDB Commits on 2023-06-07

github.com planner, runtimefilter: resolve column index for table scan by elsa0520 · Pull Request #44458 · pingcap/tidb · GitHub tidb_runtime_filter_mode=LOCAL時に、結果が正しくない事象を修正しています。 lightning: deprecate send-kv-pairs …

TiDB Commits on 2023-06-06

github.com build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /parser by dependabot[bot] · Pull Request #44430 · pingcap/tidb · GitHub 利用する github.com/stretchr/testify のバージョンを更新しています。 linter: Convert un…

TiDB Commits on 2023-06-05

github.com statistics: not put pseudo table of partition table into cache by hawkingrei · Pull Request #44374 · pingcap/tidb · GitHub パーティションの仮の統計をキャッシュしないようにしています。 util/ranger: consider good non-point ranges …

TiDB Commits on 2023-06-04

github.com *: fix and update OWNERS file by ti-chi-bot · Pull Request #44377 · pingcap/tidb · GitHub OWNERSファイルを更新しています。 github.com 2023年6月4日にPDのコミットはありませんでした。 github.com 2023年6月4日にTiKVのコミットはありま…

TiDB Commits on 2023-06-03

github.com *: add wait lock time in tidb_trx by jackysp · Pull Request #43105 · pingcap/tidb · GitHub tidb_trxにwait lock timeを追加しています。 ddl: enable linter revive by tangenta · Pull Request #44380 · pingcap/tidb · GitHub Reviveの設…

TiDB Commits on 2023-06-02

github.com domain/infosync: remove `PostAccelerateSchedule` related code by zimulala · Pull Request #44337 · pingcap/tidb · GitHub 不要になったPostAccelerateSchedule関連のコードを削除しています。 util/ranger: don't merge consecutive ranges…

TiDB Commits on 2023-06-01

github.com linter: enable revive for part of planner by hawkingrei · Pull Request #44310 · pingcap/tidb · GitHub Linterの設定を更新しています。 *: refine log for `GenRLimit` by ywqzzy · Pull Request #44318 · pingcap/tidb · GitHub util.GenR…

TiDB Commits on 2023-05-31

github.com ddl: Fix the way to notify the reorganization worker after 'admin resume' by dhysum · Pull Request #44255 · pingcap/tidb · GitHub admin resumeの後にreorganization workerに通知する方法を変更しています。 ddl: fix ingest checkpoint…