You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Tak-Lon (Stephen) Wu (Jira)" <ji...@apache.org> on 2023/01/24 22:57:00 UTC

[jira] [Commented] (HBASE-27589) Rename TestConnectionImplementation in hbase-it to fix javadoc failure

    [ https://issues.apache.org/jira/browse/HBASE-27589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680382#comment-17680382 ] 

Tak-Lon (Stephen) Wu commented on HBASE-27589:
----------------------------------------------

I'm curious that our precommit and nightly builds did not capture this javadoc generation issue. is it because we are only running some set of the javadoc during those builds ?

> Rename TestConnectionImplementation in hbase-it to fix javadoc failure
> ----------------------------------------------------------------------
>
>                 Key: HBASE-27589
>                 URL: https://issues.apache.org/jira/browse/HBASE-27589
>             Project: HBase
>          Issue Type: Bug
>          Components: Client, documentation
>    Affects Versions: 2.6.0, 2.4.16, 2.5.3
>            Reporter: Tak-Lon (Stephen) Wu
>            Assignee: Tak-Lon (Stephen) Wu
>            Priority: Blocker
>
> discussed during release of 2.5.3RC0 [https://lists.apache.org/thread/b34lgz3yy8vkv4fbbxj4mvtjyjrp4m6p]
> I found a javadoc problem introduced by HBASE-27498 with the same test class shared the same package prefix such that the javadoc failed with a unclear java.lang.NullPointerException. 
> - hbase-it/src/test/java/org/apache/hadoop/hbase/client/TestConnectionImplementation.java 
> - hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestConnectionImplementation.java
> after renaming hbase-it/src/test/java/org/apache/hadoop/hbase/client/TestConnectionImplementation.java to hbase-it/src/test/java/org/apache/hadoop/hbase/client/TestConnectionImplementationCacheMasterState.java should fix this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)