Commit Graph

84 Commits

Author SHA1 Message Date
8e273bdac2 test: fix data race in status server (#32027)
close pingcap/tidb#31999
2022-01-28 16:35:13 +08:00
493fe783d7 ddl: Implement basic version of TiFlash replica management (#30842) 2022-01-19 15:13:46 +08:00
aabd4e04d9 test: public RunInGoTest for mock store (#31578)
close pingcap/tidb#31579
2022-01-13 13:25:42 +08:00
25d6301327 *: fix bug of profiling conflict between TopSQL and pprof profile HTTP API (#30891)
close pingcap/tidb#30890
2021-12-31 11:07:50 +08:00
7a8c7f89ce server: support download optimize trace file (#30150) 2021-11-26 16:53:51 +08:00
0e16830288 server: add plan replayer dump http api (#29214) 2021-10-29 16:40:51 +08:00
1c1cb9db25 *: add the http api and new configuration members for ballast object (#29121) 2021-10-26 21:06:48 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
50572f1ab6 server: remove unused status api (master) (#27262) 2021-08-17 12:59:59 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
6314233cae *: add table storage info status api (#22859) 2021-07-19 15:29:34 +08:00
7811bf9a37 *: use pprof profile to collect CPU time group by SQL and plan digest (#24892) 2021-06-02 12:51:39 +08:00
39bd181213 *: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527) 2021-05-25 12:07:34 +08:00
4127c6b19a server: add MVCC API for secondary index with common handle (#24436) 2021-05-07 20:18:51 +08:00
a6bde1e4ef ddl: add http api to set customized ddl hook for remote ticase test (#24198) 2021-04-27 14:57:56 +08:00
01be9ce226 server: add HTTP API to enable/disable async commit and 1PC (#23115) 2021-03-09 11:48:54 +08:00
4e44674615 server: support MVCC-get HTTP API for clustered index (#22904) 2021-03-01 19:48:54 +08:00
fbcf75acc9 store/tikv: refactor: remove import tidb.config.security in store/tikv (#22538)
Signed-off-by: shirly <AndreMouche@126.com>
2021-01-27 12:08:24 +08:00
3ba36dcb76 config, server: Add graceful shutdown option (#20649) 2020-11-03 22:55:32 +08:00
04d38f5a9f server: Add table range api to http status server (#20456)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@zhihu.com>
2020-10-21 12:40:57 +08:00
4b98dbaa0a http: add /debug/gogc to set GOGC on the fly (#20247) 2020-09-27 19:54:12 +08:00
172a2d3214 server: make http test listen on port 0 (#19266) 2020-08-19 23:55:48 +08:00
8a6554a21f telemetry: disable telemetry by default for non-community edition (#18524)
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
2020-07-15 11:37:36 +08:00
9d536c426d *: add HTTP API to generate TiDB metric profile (#18272) 2020-07-14 11:10:47 +08:00
df6898d524 gcworker: export resolveLocks api for test (#18064) 2020-06-19 17:55:35 +08:00
da1c7384c1 tikv, server: turn on grpc channelz to help diagnosis and add wait conn establish metric (#16263) 2020-04-14 17:19:07 +08:00
2b47a08a57 server: change failpoint http path same with tikv (#15468) 2020-03-19 10:28:22 +08:00
f8b2d96764 server: if status address already in use, return an error (#15177) 2020-03-18 17:51:09 +08:00
a977875623 *: use https protocol between tidb-pd tidb-tidb when cluster-ssl configured (#15342) 2020-03-16 11:36:24 +08:00
6c67561ee0 server: fix tls setup and error log (#15287) 2020-03-11 20:55:47 +08:00
51f40d0f7e server: integrate failpoint into status service (#15223) 2020-03-11 15:03:32 +08:00
92f6f4ef84 server: support check the "CommanName" of tls-cert for status-port(http/grpc) (#15137) 2020-03-05 23:52:48 +08:00
5d4eb4c806 config: support to dynamically update some config items read from PD (#14750) 2020-02-17 19:30:27 +08:00
c6e4325b09 server: properly support status port over TLS (#14785) 2020-02-14 20:09:24 +08:00
1d2377f520 server: fix static check issues (#13878) 2019-12-28 21:02:39 +08:00
7262383c88 infoschema,planner: implement the CLUSTER_LOG memory table predicate push down (#14018)
Signed-off-by: Lonng <heng@lonng.org>
2019-12-16 21:53:45 +08:00
5b6422df58 *: support read remote TiDB memory table of cluster (#13065) 2019-12-04 13:05:36 +08:00
9fd3e92318 server: add rpcserver to get other tidb server info for diagnostics (#13693) 2019-11-26 17:46:19 +08:00
d81c131ddb *: upgrade etcd to v3.4.3 (#13213)
* *: upgrade etcd to v3.4.3

Signed-off-by: Neil Shen <overvenus@gmail.com>

* fix benchkv build

Signed-off-by: Neil Shen <overvenus@gmail.com>
2019-11-07 19:25:35 +08:00
3696bc5097 infoschema: add TIDB_CLUSTER_CONFIG virtual table to retrieve all instance config (#13063) 2019-11-07 10:55:11 +08:00
a8ed9501ee *: support the TiFlash replica of table (#12453) 2019-10-30 00:07:51 +08:00
161ff3c9ab store: implement MVCCDebugger Interface for MVCCLevelDB (#11754) 2019-09-05 17:17:24 +08:00
91ab534be3 server: add http api to get some info of sub-optimal query (#10717) 2019-06-24 16:59:52 +08:00
c8d1ff7ca6 *: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' (#10866) 2019-06-21 19:13:31 +08:00
478990451c server, statistics: support dump history stats (#10291) 2019-05-07 14:59:38 +08:00
69b02a3736 *: make config items Performance.*, OOMAction and MemQuotaQuery support hot-reloading (#10295) 2019-04-29 16:38:46 +08:00
7acbe520f4 server: move out some code from http_handler.go (#10071) 2019-04-09 13:46:15 +08:00
8e0cfc290b config, server: Add http status host (#9814) 2019-03-30 10:50:05 +08:00
5ffa06b6c3 *: unify and normalize the format of the log in the pkg of server (#9878) 2019-03-25 16:10:36 +08:00
490d405e30 server: add /debug/zip api to get useful debuginfo at once (#9651) 2019-03-20 13:35:41 +08:00