build(deps): bump github.com/golangci/golangci-lint from 1.51.1 to 1.51.2 by dependabot[bot] · Pull Request #41727 · pingcap/tidb · GitHub 利用する github.com/golangci/golangci-lint のバージョンを更新しています。
*: update dependabot to support parser by hawkingrei · Pull Request #41731 · pingcap/tidb · GitHub Dependabotの設定を更新しています。
build(deps): bump go.uber.org/zap from 1.18.1 to 1.24.0 in /parser by dependabot[bot] · Pull Request #41741 · pingcap/tidb · GitHub 利用する go.uber.org/zap のバージョンを更新しています。
build(deps): bump golang.org/x/text from 0.3.7 to 0.7.0 in /parser by dependabot[bot] · Pull Request #41743 · pingcap/tidb · GitHub 利用する golang.org/x/text のバージョンを更新しています。
*: upgrade client-go by hawkingrei · Pull Request #41745 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
lightning: refine write and ingest logic more like producer-consumer by lance6716 · Pull Request #40692 · pingcap/tidb · GitHub LightningでproducerがregionJobを生成するようにしています。
parser/model: move reorg related types to a new file by tangenta · Pull Request #41747 · pingcap/tidb · GitHub Reorg関連のtypeを別のファイルに移動しています。
ddl: remove unused field and clean comments by tangenta · Pull Request #41757 · pingcap/tidb · GitHub 不要なコメントやfieldを削除しています。
br: display hidden flag of concurrency by 3pointer · Pull Request #30085 · pingcap/tidb · GitHub BRでconcurrency flagを表示するようにしています。
build(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /parser by dependabot[bot] · Pull Request #41744 · pingcap/tidb · GitHub 利用する github.com/go-sql-driver/mysql のバージョンを更新しています。
mcs: register resource manager to etcd by rleungx · Pull Request #6040 · tikv/pd · GitHub リソースマネージャーをetcdに登録しています。
resource-manager: supports redirect the http request to primary server by nolouch · Pull Request #6050 · tikv/pd · GitHub リソースマネージャーへのhttpリクエストをプライマリーサーバーにリダイレクト可能にしています。
*: write RU model config into the storage by JmPotato · Pull Request #6041 · tikv/pd · GitHub RUモデルの設定をストレージに保存可能にしています。
Init TSO service and start service loop by binshi-bing · Pull Request #6008 · tikv/pd · GitHub TSO serviceを導入しています。
TSO Client implement and provide general client side service discovery framework and general gPRC stream handling framework. by binshi-bing · Pull Request #6037 · tikv/pd · GitHub TSO Clientを導入しています。
coprocessor: avoid unnecessary vec allocation in collect_column_stats by xuyifangreeneyes · Pull Request #14280 · tikv/tikv · GitHub
collect_column_stats
での不要なobjectの割り当てを行わないようにしています。raftstore-v2: update region state in apply_snapshot by SpadeA-Tang · Pull Request #14279 · tikv/tikv · GitHub Raftstore v2で、
apply_snapshot
時にregionの状態を更新するようにしています。impl buckets flow report by bufferflies · Pull Request #14238 · tikv/tikv · GitHub
bucket flow
をレポートしています。
tikv: deprecate enable-statistics by Oreoxmt · Pull Request #12665 · pingcap/docs · GitHub
enable-statistics
の記述を削除しています。auto-random: support composite clustered primary key by Oreoxmt · Pull Request #12679 · pingcap/docs · GitHub 複合primary keyで
AUTO_RANDOM
を利用する方法を記述しています。ticdc: fix overview and 6.5 release notes by shichun-0415 · Pull Request #12677 · pingcap/docs · GitHub releases/release-6.5.0.md を更新しています。