PDavid commented on PR #7545: URL: https://github.com/apache/hbase/pull/7545#issuecomment-3649307459
> Hi @PDavid, can you please review this PR? Also, I am still having trouble getting the HBase UI to work locally, so I have not been able to manually test this change when I branch off of the latest version of master. Hi @kgeisz, many thanks for fixing this. I pulled your branch, built it locally and tested the debug dump of both Master and RegionServer Status servlet and the fix is working. :+1: <img width="1854" height="991" alt="image" src="https://github.com/user-attachments/assets/0acf2eb6-776d-4846-b997-f0903ec12a88" /> <img width="1854" height="991" alt="image" src="https://github.com/user-attachments/assets/8ebb0d70-572c-45e5-a427-d7ce4def3057" /> However the hadoopcheck failed with Hadoop v3.3.6: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure: [ERROR] /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-7545/yetus-general-check/src/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/http/RSDumpServlet.java:[94,11] no suitable method found for writeXml(<nulltype>,java.io.OutputStreamWriter,org.apache.hadoop.conf.Configuration) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.io.OutputStream) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.io.Writer) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.lang.String,java.io.Writer) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-7545/yetus-general-check/src/hbase-server/src/main/java/org/apache/hadoop/hbase/master/http/MasterDumpServlet.java:[94,11] no suitable method found for writeXml(<nulltype>,java.io.OutputStreamWriter,org.apache.hadoop.conf.Configuration) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.io.OutputStream) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.io.Writer) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method org.apache.hadoop.conf.Configuration.writeXml(java.lang.String,java.io.Writer) is not applicable [ERROR] (actual and formal argument lists differ in length) ``` Can you please check it? -- 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]
