Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-02 Thread via GitHub


1996fanrui merged PR #20340:
URL: https://github.com/apache/flink/pull/20340


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-02 Thread via GitHub


GOODBOY008 commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1925022155

   @1996fanrui Branch has rebased, Thanks for your review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-02 Thread via GitHub


1996fanrui commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1925001112

   Hi @GOODBOY008 , would you mind rebasing the master branch? 
   
   If I remember correctly, this ci isuue has been fixed in master branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-02 Thread via GitHub


GOODBOY008 commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1924979780

   @flinkbot run azure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-02 Thread via GitHub


1996fanrui commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1923500149

   @flinkbot run azure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-02-01 Thread via GitHub


Jiabao-Sun commented on code in PR #20340:
URL: https://github.com/apache/flink/pull/20340#discussion_r1475595276


##
docs/content.zh/docs/deployment/ha/overview.md:
##
@@ -74,18 +74,9 @@ Flink 提供了两种高可用服务实现:
 
 {{< top >}}
 
-## JobResultStore
-
-The JobResultStore is used to archive the final result of a job that reached a 
globally-terminal
-state (i.e. finished, cancelled or failed). The data is stored on a file 
system (see
-[job-result-store.storage-path]({{< ref 
"docs/deployment/config#job-result-store-storage-path" >}})).
-Entries in this store are marked as dirty as long as the corresponding job 
wasn't cleaned up properly
-(artifacts are found in the job's subfolder in 
[high-availability.storageDir]({{< ref 
"docs/deployment/config#high-availability-storagedir" >}})).
-
-Dirty entries are subject to cleanup, i.e. the corresponding job is either 
cleaned up by Flink at
-the moment or will be picked up for cleanup as part of a recovery. The entries 
will be deleted as
-soon as the cleanup succeeds. Check the JobResultStore configuration 
parameters under
-[HA configuration options]({{< ref "docs/deployment/config#high-availability" 
>}}) for further
-details on how to adapt the behavior.
+## 作业结果存储
 
+作业结果存储用于归档达到全局结束状态作业(即完成、取消或失败)的最终结果,其数据存储在文件系统上 
(请参阅[job-result-store.storage-path]({{< ref 
"docs/deployment/config#job-result-store-storage-path" >}}))。
+只要没有正确清理相应的作业,此数据条目就是脏数据 (数据位于作业的子文件夹中 [high-availability.storageDir]({{< ref 
"docs/deployment/config#high-availability-storagedir" >}}))。
+脏数据是需要清理的,即通过相应的作业要么被 Flink 清理,要么将作为恢复的一部分被选取进行清理。清理成功后,数据条目将被删除。请参阅 [HA 
configuration options]({{< ref "docs/deployment/config#high-availability" >}}) 
下作业结果存储的配置参数以获取有关如何调整行为的更多详细信息。

Review Comment:
   脏数据将被清理,即相应的作业要么在当前时刻被清理,要么在作业恢复过程中被清理。一旦清理成功,这些脏数据条目将被删除。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2024-01-31 Thread via GitHub


GOODBOY008 commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1920692120

   @leonardBang PTAL , Thank you~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated. [flink]

2023-12-28 Thread via GitHub


GOODBOY008 commented on PR #20340:
URL: https://github.com/apache/flink/pull/20340#issuecomment-1871793058

   @1996fanrui @Jiabao-Sun PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org