zhuzhurk commented on code in PR #23187:
URL: https://github.com/apache/flink/pull/23187#discussion_r1289599965


##########
docs/content/docs/deployment/elastic_scaling.md:
##########
@@ -143,7 +143,7 @@ The behavior of Adaptive Scheduler is configured by [all 
configuration options c
 
 ### Limitations
 
-- **Streaming jobs only**: The first version of Adaptive Scheduler runs with 
streaming jobs only. When submitting a batch job, we will automatically fall 
back to the default scheduler.
+- **Streaming jobs only**: The Adaptive Scheduler runs with streaming jobs 
only. When submitting a batch job, we will automatically fall back to the 
Adaptive Batch Scheduler.

Review Comment:
   we will automatically fall back to the Adaptive Batch Scheduler -> Flink 
will use the default scheduler of batch jobs, i.e. Adaptive Batch Scheduler
   
   Looks to me the statement of `fall back` is kind of misleading, because 
`Adaptive Batch Scheduler` is not the default scheduler in all cases



##########
docs/content.zh/docs/deployment/elastic_scaling.md:
##########
@@ -141,7 +141,7 @@ Adaptive 调度器可以通过[所有在名字包含 `adaptive-scheduler` 的配
 
 ### 局限性
 
-- **只支持流式 Job**:Adaptive 调度器的第一个版本仅支持流式 Job。当提交的是一个批处理 Job 时,我们会自动换回默认调度器。
+- **只支持流式 Job**:Adaptive 调度器仅支持流式 Job。当提交的是一个批处理 Job 时,我们会自动换回 Adaptive Batch 
Scheduler。

Review Comment:
   `我们会自动换回 Adaptive Batch Scheduler` -> `Flink 会自动使用批处理 Job 的默认调度器,即 Adaptive 
Batch Scheduler`



##########
docs/content.zh/docs/deployment/elastic_scaling.md:
##########
@@ -141,7 +141,7 @@ Adaptive 调度器可以通过[所有在名字包含 `adaptive-scheduler` 的配
 
 ### 局限性
 
-- **只支持流式 Job**:Adaptive 调度器的第一个版本仅支持流式 Job。当提交的是一个批处理 Job 时,我们会自动换回默认调度器。
+- **只支持流式 Job**:Adaptive 调度器仅支持流式 Job。当提交的是一个批处理 Job 时,我们会自动换回 Adaptive Batch 
Scheduler。

Review Comment:
   `我们会自动换回 Adaptive Batch Scheduler` -> `Flink 会自动使用批处理 Job 的默认调度器,即 Adaptive 
Batch Scheduler`



-- 
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

Reply via email to