Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite68beb4

Browse files
authored
Fix typo for leader-election pattern description (iluwatar#1239)
1 parenta3c4d36 commite68beb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎leader-election/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
---
1010

1111
##Intent
12-
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instancesselec the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
12+
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instancesselect the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
1313

1414
##Class diagram
1515
![alt text](./etc/leader-election.urm.png"Leader Election pattern class diagram")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp