Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c66699b

Browse files
committed
Note that S3 is not a good FS for safe leadership transfer
1 parent eb6fed2 commit c66699b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfcs/20200113-tf-data-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ indicate that it is still leading.
509509
The above scheme relies on the filesystem's create_file() and list() operations
510510
being strongly consistent . Users may opt to use a filesystem that doesn't
511511
support strong consistency, but they do so at the risk of two concurrently
512-
running masters thinking they are leader. Common filesystems such as Posix,
513-
HDFS, and GCS support such strong consistency.
512+
running masters thinking they are leader. Common filesystems such as POSIX,
513+
HDFS, and GCS support such strong consistency, but S3 does not.
514514
515515
#### Caveats
516516

0 commit comments

Comments
 (0)