From 17d2ae9ef60cd3a41298213a86f41b81bf36a423 Mon Sep 17 00:00:00 2001 From: xufei Date: Tue, 2 Jun 2026 17:07:24 +0800 Subject: [PATCH 1/3] community: nominate solotzg as TiDB reviewer --- votes/0000-solotzg-as-tidb-reviewer.md | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 votes/0000-solotzg-as-tidb-reviewer.md diff --git a/votes/0000-solotzg-as-tidb-reviewer.md b/votes/0000-solotzg-as-tidb-reviewer.md new file mode 100644 index 00000000..164ca56b --- /dev/null +++ b/votes/0000-solotzg-as-tidb-reviewer.md @@ -0,0 +1,33 @@ +# A Vote for solotzg as TiDB Reviewer + +## Proposal + +[@solotzg](https://github.com/solotzg) has contributed to `pingcap/tidb` in several important areas, especially materialized view, DDL/executor integration, privilege model, memory management, and MPP/planner related improvements. + +The following lists the details of [@solotzg](https://github.com/solotzg)'s TiDB contributions as of June 2, 2026: + +- [40+ authored pull requests](https://github.com/pingcap/tidb/pulls?q=is%3Apr+author%3Asolotzg+is%3Aclosed) +- [50+ reviewed pull requests](https://github.com/pingcap/tidb/pulls?q=is%3Apr+reviewed-by%3Asolotzg) +- [10+ authored issues](https://github.com/pingcap/tidb/issues?q=is%3Aissue+author%3Asolotzg) + +Representative work includes: + +- Materialized view framework and related features: [#66242](https://github.com/pingcap/tidb/pull/66242), [#68249](https://github.com/pingcap/tidb/pull/68249), [#68518](https://github.com/pingcap/tidb/pull/68518), [#68819](https://github.com/pingcap/tidb/pull/68819) +- Memory management and stability improvements: [#65318](https://github.com/pingcap/tidb/pull/65318), [#65569](https://github.com/pingcap/tidb/pull/65569), [#66803](https://github.com/pingcap/tidb/pull/66803) +- Planner / MPP / observability related improvements: [#65694](https://github.com/pingcap/tidb/pull/65694), [#67187](https://github.com/pingcap/tidb/pull/67187) + +He has also reviewed TiDB changes in closely related areas, including materialized view, TiFlash RPC diagnostics, and planner / executor changes, such as [#68776](https://github.com/pingcap/tidb/pull/68776), [#68264](https://github.com/pingcap/tidb/pull/68264), [#65936](https://github.com/pingcap/tidb/pull/65936), and [#65086](https://github.com/pingcap/tidb/pull/65086). + +I ([@xufei](https://github.com/xufei)) hereby nominate [@solotzg](https://github.com/solotzg) as TiDB Reviewer and call for a vote. + +## Deadline + +The vote will be open for at least 3 days unless there is an objection or not enough votes. + +## Scope + +team TiDB + +## Result + +See also https://github.com/pingcap/community/pull/0000. From 9cdd78aab2fdc5cd28d3d131130a754bda2e1c08 Mon Sep 17 00:00:00 2001 From: xufei Date: Tue, 2 Jun 2026 17:11:45 +0800 Subject: [PATCH 2/3] votes: rename solotzg nomination to pr number --- ...tzg-as-tidb-reviewer.md => 0824-solotzg-as-tidb-reviewer.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename votes/{0000-solotzg-as-tidb-reviewer.md => 0824-solotzg-as-tidb-reviewer.md} (97%) diff --git a/votes/0000-solotzg-as-tidb-reviewer.md b/votes/0824-solotzg-as-tidb-reviewer.md similarity index 97% rename from votes/0000-solotzg-as-tidb-reviewer.md rename to votes/0824-solotzg-as-tidb-reviewer.md index 164ca56b..6d765fe3 100644 --- a/votes/0000-solotzg-as-tidb-reviewer.md +++ b/votes/0824-solotzg-as-tidb-reviewer.md @@ -30,4 +30,4 @@ team TiDB ## Result -See also https://github.com/pingcap/community/pull/0000. +See also https://github.com/pingcap/community/pull/824. From 585753a5002def2b5609d888ef9354ec0d51789b Mon Sep 17 00:00:00 2001 From: xufei Date: Tue, 2 Jun 2026 17:15:28 +0800 Subject: [PATCH 3/3] team/tidb: add solotzg to reviewers --- teams/tidb/membership.json | 1 + 1 file changed, 1 insertion(+) diff --git a/teams/tidb/membership.json b/teams/tidb/membership.json index 77e02702..cd83f81c 100644 --- a/teams/tidb/membership.json +++ b/teams/tidb/membership.json @@ -133,6 +133,7 @@ "mornyx", "pingyu", "shihongzhi", + "solotzg", "spongedu", "tangwz", "tsthght",