This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new a3c0e324be [hotfix][doc] fix the url link in document (#4914)
a3c0e324be is described below
commit a3c0e324bed1ea395325e3934ac3c99d85033b9e
Author: yangjf2019 <[email protected]>
AuthorDate: Thu Jan 16 09:54:39 2025 +0800
[hotfix][doc] fix the url link in document (#4914)
---
docs/content/maintenance/rescale-bucket.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/maintenance/rescale-bucket.md
b/docs/content/maintenance/rescale-bucket.md
index 16f171635b..96d6e1ee86 100644
--- a/docs/content/maintenance/rescale-bucket.md
+++ b/docs/content/maintenance/rescale-bucket.md
@@ -116,7 +116,7 @@ The pipeline has been running well for the past few weeks.
However, the data vol
and the job's latency keeps increasing. To improve the data freshness, users
can
- Suspend the streaming job with a savepoint ( see
[Suspended
State](https://nightlies.apache.org/flink/flink-docs-stable/docs/internals/job_scheduling/)
and
- [Stopping a Job Gracefully Creating a Final
Savepoint](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/cli/)
)
+ [Stopping a Job Gracefully Creating a Final
Savepoint](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/cli/#terminating-a-job)
)
```bash
$ ./bin/flink stop \
--savepointPath /tmp/flink-savepoints \