HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394)
(cherry picked from commit 30f06e0c74
)
This commit is contained in:
parent
1af5d59eb2
commit
c808a21550
|
@ -846,7 +846,8 @@ public abstract class AbstractFileSystem {
|
|||
|
||||
/**
|
||||
* 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
|
||||
|
|
|
@ -2568,7 +2568,8 @@ public abstract class FileSystem extends Configured
|
|||
|
||||
/**
|
||||
* 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 class Hdfs extends AbstractFileSystem {
|
|||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
|
|
@ -1613,7 +1613,8 @@ public class DistributedFileSystem extends FileSystem
|
|||
|
||||
/**
|
||||
* 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