HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394)
(cherry picked from commit 30f06e0c74
)
This commit is contained in:
parent
0289cdc43c
commit
0bb1f0df27
@ -867,7 +867,8 @@ public abstract FileStatus getFileStatus(final Path f)
|
||||
|
||||
/**
|
||||
* Synchronize client metadata state.
|
||||
* <p/>In some FileSystem implementations such as HDFS metadata
|
||||
* <p>
|
||||
* In some FileSystem implementations such as HDFS metadata
|
||||
* synchronization is essential to guarantee consistency of read requests
|
||||
* particularly in HA setting.
|
||||
* @throws IOException
|
||||
|
@ -2676,7 +2676,8 @@ public short getDefaultReplication(Path path) {
|
||||
|
||||
/**
|
||||
* Synchronize client metadata state.
|
||||
* <p/>In some FileSystem implementations such as HDFS metadata
|
||||
* <p>
|
||||
* In some FileSystem implementations such as HDFS metadata
|
||||
* synchronization is essential to guarantee consistency of read requests
|
||||
* particularly in HA setting.
|
||||
* @throws IOException
|
||||
|
@ -156,7 +156,8 @@ public FileStatus getFileStatus(Path f)
|
||||
|
||||
/**
|
||||
* Synchronize client metadata state with Active NameNode.
|
||||
* <p/>In HA the client synchronizes its state with the Active NameNode
|
||||
* <p>
|
||||
* In HA the client synchronizes its state with the Active NameNode
|
||||
* in order to guarantee subsequent read consistency from Observer Nodes.
|
||||
* @throws IOException
|
||||
*/
|
||||
|
@ -1766,7 +1766,8 @@ public FileStatus next(final FileSystem fs, final Path p)
|
||||
|
||||
/**
|
||||
* Synchronize client metadata state with Active NameNode.
|
||||
* <p/>In HA the client synchronizes its state with the Active NameNode
|
||||
* <p>
|
||||
* In HA the client synchronizes its state with the Active NameNode
|
||||
* in order to guarantee subsequent read consistency from Observer Nodes.
|
||||
* @throws IOException
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user