This is an automated email from the ASF dual-hosted git repository. inigoiri pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 439c8653cf7 Add missing comments in StateStoreService (#5959) 439c8653cf7 is described below commit 439c8653cf7af7ae63be8ca84b1ac9b0113b330e Author: tian bao <2011xues...@gmail.com> AuthorDate: Thu Aug 24 09:30:09 2023 +0800 Add missing comments in StateStoreService (#5959) --- .../hadoop/hdfs/server/federation/store/StateStoreService.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/StateStoreService.java b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/StateStoreService.java index ce460a87c8e..ff0ea486e21 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/StateStoreService.java +++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/StateStoreService.java @@ -64,6 +64,12 @@ import org.apache.hadoop.classification.VisibleForTesting; * <li>File {@link * org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl * StateStoreFileImpl} + * <li>FileSystem {@link + * org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl + * StateStoreFileSystemImpl} + * <li>MySQL {@link + * org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl + * StateStoreMySQLImpl} * <li>ZooKeeper {@link * org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl * StateStoreZooKeeperImpl} --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org