Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Addressed review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Jan 24, 2023
1 parent 241e314 commit c7a4945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/vale/dicts/aiven.dic
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ failover
fileset
filesets
Flink
Flink's
Gantt
geocoder
geocoding
Expand Down
3 changes: 2 additions & 1 deletion docs/products/flink/concepts/flink-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Some of the responsibilities of the JobManager include:
In a high-availability setup, there may be multiple JobManagers running in the cluster, with one JobManager designated as the leader and the others as standby JobManagers.

The JobManager in Apache Flink consists of three main components:

- **ResourceManager:** The ResourceManager is responsible for managing the allocation and deallocation of resources in the Flink cluster. Additionally, ResourceManger is responsible for managing **Task slots** - the unit of resource scheduling in a Flink cluster.
- **Dispatcher:** The Dispatcher in Apache Flink ensures tasks run smoothly on the cluster by scheduling them on available task slots and ensuring that tasks are executed efficiently.
- **JobMaster: ** The JobMaster in Apache Flink makes sure a specific job runs smoothly on the cluster by coordinating the tasks and executing them correctly and efficiently.
- **JobMaster:** The JobMaster in Apache Flink makes sure a specific job runs smoothly on the cluster by coordinating the tasks and executing them correctly and efficiently.

TaskManager
-----------
Expand Down
2 changes: 1 addition & 1 deletion docs/products/flink/concepts/managed-service-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more information on available options, refer to `Apache Flink's fault tolera

Disaster recovery
-----------------
Periodic checkpoints have been configured to be persisted externally in object storage. They allow Flink to recover states and positions in the streams by giving the application the same semantics as a failure-free execution. For information on checkpoints, see
Periodic checkpoints have been configured to be persisted externally in object storage. They allow Flink to recover states and positions in the streams by giving the application the same semantics as a failure-free execution. For information on checkpoints, see :doc:`Checkpoints <../concepts/checkpoints>`.

Security considerations
-----------------------
Expand Down

0 comments on commit c7a4945

Please sign in to comment.