Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: fix broken links #17030

Merged
merged 10 commits into from
Apr 9, 2024
4 changes: 2 additions & 2 deletions _docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ TiDB Cloud 是全托管的数据库即服务 (Database-as-a-Service, DBaaS) 产

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-java" icon="java" label="Java">
<DocHomeCard href="https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-java-jdbc" icon="java" label="Java">

使用 TiDB 和 Java 来构造一个简单的 CRUD 应用程序

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-golang" icon="go" label="Golang">
<DocHomeCard href="https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-golang-sql-driver" icon="go" label="Golang">

使用 TiDB 和 Golang 来构造一个简单的 CRUD 应用程序

Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-build-cluster-in-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ aliases: ['/zh/tidb/dev/build-cluster-in-cloud']

<div label="macOS">

对于 macOS 操作系统,如果你没有安装 Homebrew,请参考 [Homebrew 官网](https://brew.sh/index_zh-cn)进行安装。
对于 macOS 操作系统,如果你没有安装 Homebrew,请参考 [Homebrew 官网](https://brew.sh/zh-cn/)进行安装。

```shell
brew install mysql-client
Expand Down
1 change: 1 addition & 0 deletions develop/dev-guide-sample-application-java-jdbc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 JDBC 连接到 TiDB
summary: 了解如何使用 JDBC 连接到 TiDB。本文提供了使用 JDBC 与 TiDB 交互的 Java 示例代码片段。
aliases: ['/zh/tidb/dev/sample-application-java','/zh/tidb/dev/dev-guide-sample-application-java']
---

# 使用 JDBC 连接到 TiDB
Expand Down
2 changes: 1 addition & 1 deletion dm/dm-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DM 仅支持解析标准版本的 MySQL/MariaDB 的 binlog,对于阿里云 RDS
- 阿里云 RDS
- 即使上游表没有主键,阿里云 RDS 的 binlog 中也会包含隐藏的主键列,与上游表结构不一致。
- 华为云 RDS
- 不支持,详见:[华为云数据库 RDS 是否支持直接读取 Binlog 备份文件](https://support.huaweicloud.com/rds_faq/rds_faq_0210.html)。
- 不支持,详见:[华为云数据库 RDS 是否支持直接读取 Binlog 备份文件](https://support.huaweicloud.com/en-us/rds_faq/rds_faq_0210.html)。

## task 配置中的黑白名单的正则表达式是否支持`非获取匹配`(?!)?

Expand Down
2 changes: 1 addition & 1 deletion releases/release-2.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ aliases: ['/docs-cn/dev/releases/release-2.1.2/','/docs-cn/dev/releases/2.1.2/']
- 修复使用 checkpoint 重启后 `Too many open engines` 错误
+ TiDB Binlog
- 消除了 Drainer 往 Kafka 写数据的一些瓶颈点
- TiDB 支持写 [Kafka 版本的 TiDB Binlog](https://pingcap.com/docs-cn/v2.1/reference/tidb-binlog/tidb-binlog-kafka/)
- TiDB 支持写 [Kafka 版本的 TiDB Binlog](https://docs.pingcap.com/zh/tidb/v2.1/tidb-binlog-kafka-deployment/)
4 changes: 2 additions & 2 deletions releases/release-6.5.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TiDB 版本:6.5.7
- 修复 TiDB server 在使用企业插件审计日志时可能占用大量资源的问题 [#49273](https://github.com/pingcap/tidb/issues/49273) @[lcwangchao](https://github.com/lcwangchao)
- 修复 `ErrLoadDataInvalidURI`(无效的 S3 URI 错误)报错中的信息内容 [#48164](https://github.com/pingcap/tidb/issues/48164) @[lance6716](https://github.com/lance6716)
- 修复 `tidb_server_memory_limit` 导致内存长期压力较高时,TiDB CPU 利用率过高的问题 [#48741](https://github.com/pingcap/tidb/issues/48741) @[XuHuaiyu](https://github.com/XuHuaiyu)
- 修复当内存使用超限时包含公共表表达式 (CTE) 的查询非预期卡住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid})
- 修复当内存使用超限时包含公共表表达式 (CTE) 的查询非预期卡住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid)
- 修复某些情况下相同的查询计划拥有不同的 `PLAN_DIGEST` 的问题 [#47634](https://github.com/pingcap/tidb/issues/47634) @[King-Dylan](https://github.com/King-Dylan)
- 修复当 `tidb_max_chunk_size` 值较小时,包含 CTE 的查询出现 `runtime error: index out of range [32] with length 32` 错误的问题 [#48808](https://github.com/pingcap/tidb/issues/48808) @[guo-shaoge](https://github.com/guo-shaoge)
- 修复 TiDB server 在优雅关闭 (graceful shutdown) 时可能 panic 的问题 [#36793](https://github.com/pingcap/tidb/issues/36793) @[bb7133](https://github.com/bb7133)
Expand Down Expand Up @@ -92,5 +92,5 @@ TiDB 版本:6.5.7

+ TiCDC

- 修复数据同步到下游 MySQL 时可能出现 `checkpoint-ts` 卡住的问题 [#10334](https://github.com/pingcap/tiflow/issues/10334) @[zhangjinpeng1987](https://github.com/zhangjinpeng1987)
- 修复数据同步到下游 MySQL 时可能出现 `checkpoint-ts` 卡住的问题 [#10334](https://github.com/pingcap/tiflow/issues/10334) @[zhangjinpeng87](https://github.com/zhangjinpeng87)
- 修复 `kv-client` 初始化过程中可能出现数据竞争的问题 [#10095](https://github.com/pingcap/tiflow/issues/10095) @[3AceShowHand](https://github.com/3AceShowHand)
2 changes: 1 addition & 1 deletion releases/release-7.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TiDB 版本:7.1.3

+ TiDB

- 修复当内存使用超限时包含公共表表达式 (CTE) 的查询非预期卡住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid})
- 修复当内存使用超限时包含公共表表达式 (CTE) 的查询非预期卡住的问题 [#49096](https://github.com/pingcap/tidb/issues/49096) @[AilinKid](https://github.com/AilinKid)
- 修复 `tidb_server_memory_limit` 导致内存长期压力较高时,TiDB CPU 利用率过高的问题 [#48741](https://github.com/pingcap/tidb/issues/48741) @[XuHuaiyu](https://github.com/XuHuaiyu)
- 修复 `tidb_max_chunk_size` 值较小时,包含 CTE 的查询出现 `runtime error: index out of range [32] with length 32` 错误的问题 [#48808](https://github.com/pingcap/tidb/issues/48808) @[guo-shaoge](https://github.com/guo-shaoge)
- 修复 `ENUM` 类型列作为 join 键时,查询结果错误的问题 [#48991](https://github.com/pingcap/tidb/issues/48991) @[winoros](https://github.com/winoros)
Expand Down
2 changes: 1 addition & 1 deletion tidb-binlog/upgrade-tidb-binlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ aliases: ['/docs-cn/dev/tidb-binlog/upgrade-tidb-binlog/','/docs-cn/dev/referenc

## 从 Kafka/Local 版本升级到 Cluster 版本

新版本的 TiDB(v2.0.8-binlog、v2.1.0-rc.5 及以上版本)不兼容 [Kafka 版本](https://pingcap.com/docs-cn/v2.1/reference/tidb-binlog/tidb-binlog-kafka/)以及 [Local 版本](https://pingcap.com/docs-cn/v2.1/reference/tidb-binlog/tidb-binlog-local/)的 TiDB Binlog,集群升级到新版本后只能使用 Cluster 版本的 TiDB Binlog。如果在升级前已经使用了 Kafka/Local 版本的 TiDB Binlog,必须将其升级到 Cluster 版本。
新版本的 TiDB(v2.0.8-binlog、v2.1.0-rc.5 及以上版本)不兼容 [Kafka 版本](https://docs.pingcap.com/zh/tidb/v2.1/tidb-binlog-kafka-deployment/)以及 [Local 版本](https://docs.pingcap.com/zh/tidb/v2.1/tidb-binlog-local-deployment/)的 TiDB Binlog,集群升级到新版本后只能使用 Cluster 版本的 TiDB Binlog。如果在升级前已经使用了 Kafka/Local 版本的 TiDB Binlog,必须将其升级到 Cluster 版本。

TiDB Binlog 版本与 TiDB 版本的对应关系如下:

Expand Down
2 changes: 1 addition & 1 deletion tidb-troubleshooting-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ TiDB 支持完整的分布式事务,自 v3.0 版本起,提供乐观事务与

### 6.3 TiDB Lightning 问题

- 6.3.1 TiDB Lightning 是快速的全量数据导入工具,见 [TiDB Lightning on GitHub](https://github.com/pingcap/tidb/tree/master/br/pkg/lightning)。
- 6.3.1 TiDB Lightning 是快速的全量数据导入工具,见 [TiDB Lightning on GitHub](https://github.com/pingcap/tidb/tree/master/lightning)。

- 6.3.2 导入速度太慢。

Expand Down
Loading