ChenSammi commented on code in PR #2466:
URL: https://github.com/apache/ozone/pull/2466#discussion_r1130336432
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/DBCheckpointMetrics.java:
##########
@@ -53,6 +53,11 @@ public static DBCheckpointMetrics create(String parent) {
new DBCheckpointMetrics());
}
+ public void unRegister() {
Review Comment:
It's a new issue found with this patch's test case, not related.
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneCluster.java:
##########
@@ -654,9 +658,32 @@ public Builder setDnLayoutVersion(int layoutVersion) {
* Constructs and returns MiniOzoneCluster.
*
* @return {@link MiniOzoneCluster}
- *
* @throws IOException
*/
public abstract MiniOzoneCluster build() throws IOException;
}
+
+ static void setupKerberosConfiguration(Configuration conf,
Review Comment:
removed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]