-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29860 Fix NullPointerException on Maven site build #7694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: branch-2.6
Are you sure you want to change the base?
HBASE-29860 Fix NullPointerException on Maven site build #7694
Conversation
This occurs when the parser encounters a section in an .xdoc file that it cannot properly index, such as sections without a name attribute.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
I approved the changes because they are good on their own merit but do not seem to be fixing the site build issues per the precommit report. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site (default-site) on project hbase: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site failed. NullPointerException -> [Help 1] I think more needs to be done here before we can claim it is a NPE fix @PDavid |
|
I did tried it on my local. It didn't give me NPE this time. Let me run it for multiple times. |
|
Hi @apurtell, I think mvn site is now successful in this branch, see: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7694/1/artifact/yetus-general-check/output/patch-mvnsite-root.txt On base branch (branch-2.6) it still fails as expected: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7694/1/artifact/yetus-general-check/output/branch-mvnsite-root.txt |
Apache9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also include this for branch-2 and branch-3?
This occurs when the parser encounters a section in an .xdoc file that it cannot properly index, such as sections without a name attribute.