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
7bf23e8c47
server: add hot region table/index api ( #7890 )
2018-12-21 18:18:36 +08:00
18503e469d
server: integrate trace format view tool to the web UI ( #8430 )
...
trace output a json format data, now it can be visualized in
http://localhost:10080/web/trace
2018-11-26 19:29:07 +08:00
bb1f239516
http: add http api for get db and table info that is related to the tableID ( #8256 )
...
* http: add http api for get db and table info that is related to the tableID
2018-11-22 21:52:05 +08:00
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
f4d41273ba
server: allow cors http request ( #7939 )
2018-10-21 11:53:36 +08:00
3104c87230
Add index page on HTTP Server ( #7769 )
2018-10-10 19:48:39 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
f497444389
server: support resigning ddl owner, use http method ddl/owner/resign ( #7649 )
2018-09-11 15:18:17 +08:00
e7409e38ee
*: correct comment mistakes. ( #7661 )
2018-09-11 09:41:30 +08:00
0f7bc02700
docs: remove not worked MVCC api ( #7400 )
2018-08-17 18:31:32 +08:00
9fc67b9a9f
store TiDB server info to PD and add http api handle ( #7082 )
2018-08-15 12:51:00 +08:00
13050b4d60
server: fix fail to fetch profile by pprof ( #6747 )
2018-06-04 22:06:18 +08:00
1a896a3b11
server: remove once.Do for HTTP server in tests ( #6691 )
2018-06-01 15:28:57 +08:00
7f2b3bd899
*: Add an option to stop writting binlog when TiDB meets binlog error ( #6503 )
...
Add an option to stop writting binlog when meets binlog error
Provide http interface to recover binlog service
2018-05-11 09:50:15 -05:00
e5ab00e5e3
http: scatter table API for table handler ( #6378 )
...
* http: scatter table API for table handler
2018-05-03 20:09:14 +08:00
d3290b936b
HTTP API: support query the DDL history ( #6245 )
2018-04-16 11:15:48 +08:00
831c93f645
server, docs: change rowBin to request. ( #5983 )
2018-03-09 15:35:52 +08:00
0b7bf3eef5
server: support decode column ( #5927 )
2018-03-07 20:46:31 +08:00
cddc45a7b4
server: add http api for settings ( #5860 )
2018-03-07 10:21:38 +08:00
7c23a84a2c
server, statistics: add dump_stats api for debug ( #5534 )
2018-01-03 14:47:56 +08:00
f1e89cde19
*: use lower-case of github.com/sirupsen/logrus ( #5400 )
...
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus
* vendor: update pd
* vendor: update github.com/pingcap/tipb/go-mysqlx
2017-12-14 16:25:58 +08:00
546b5a9418
*: support tls connection to pd and tikv ( #5311 )
2017-12-12 20:17:19 -06:00
2cdf05f4ab
server: support http index mvcc interface ( #5304 )
2017-12-12 11:18:15 +08:00
33db46ee37
server: provide table disk usage HTTP API for tidb-ctl ( #5309 )
2017-12-06 04:09:54 -06:00