HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394)
(cherry picked from commit 30f06e0c742806c7b9edf00a92c98b1e9cfcb0e1)
This commit is contained in:
parent
f8b19c9f21
commit
0d6958962c
@ -848,7 +848,8 @@ public abstract FileStatus getFileStatus(final Path f)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronize client metadata state.
|
* 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
|
* synchronization is essential to guarantee consistency of read requests
|
||||||
* particularly in HA setting.
|
* particularly in HA setting.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
@ -2592,7 +2592,8 @@ public short getDefaultReplication(Path path) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronize client metadata state.
|
* 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
|
* synchronization is essential to guarantee consistency of read requests
|
||||||
* particularly in HA setting.
|
* particularly in HA setting.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
@ -156,7 +156,8 @@ public FileStatus getFileStatus(Path f)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronize client metadata state with Active NameNode.
|
* 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.
|
* in order to guarantee subsequent read consistency from Observer Nodes.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
|
@ -1616,7 +1616,8 @@ public FileStatus next(final FileSystem fs, final Path p)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronize client metadata state with Active NameNode.
|
* 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.
|
* in order to guarantee subsequent read consistency from Observer Nodes.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user