Apache9 commented on a change in pull request #2704:
URL: https://github.com/apache/hbase/pull/2704#discussion_r529593567
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchema.java
##########
@@ -82,8 +82,7 @@
* @param nonceKey A unique identifier for this operation from the client or
process.
* @param latch A latch to block on for precondition validation
* @return procedure id
- * @throws IOException Throws {@link ClusterSchemaException} and {@link
InterruptedIOException}
- * as well as {@link IOException}
+ * @throws IOException
Review comment:
Just remove the throws if no extra javadoc.
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchema.java
##########
@@ -93,8 +92,7 @@ long createNamespace(NamespaceDescriptor namespaceDescriptor,
NonceKey nonceKey,
* @param nonceKey A unique identifier for this operation from the client or
process.
* @param latch A latch to block on for precondition validation
* @return procedure id
- * @throws IOException Throws {@link ClusterSchemaException} and {@link
InterruptedIOException}
- * as well as {@link IOException}
+ * @throws IOException
Review comment:
Ditto.
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchema.java
##########
@@ -105,8 +103,7 @@ long modifyNamespace(NamespaceDescriptor descriptor,
NonceKey nonceKey, Procedur
* @param nonceKey A unique identifier for this operation from the client or
process.
* @param latch A latch to block on for precondition validation
* @return procedure id
- * @throws IOException Throws {@link ClusterSchemaException} and {@link
InterruptedIOException}
- * as well as {@link IOException}
+ * @throws IOException
Review comment:
Ditto.
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchema.java
##########
@@ -115,8 +112,7 @@ long deleteNamespace(String name, NonceKey nonceKey,
ProcedurePrepareLatch latch
* Get a Namespace
* @param name Name of the Namespace
* @return Namespace descriptor for <code>name</code>
- * @throws IOException Throws {@link ClusterSchemaException} and {@link
InterruptedIOException}
- * as well as {@link IOException}
+ * @throws IOException
Review comment:
Ditto.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]