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:42:00 UTC

[jira] [Created] (HBASE-27589) Rename TestConnectionImplementationCacheMasterState to fix javadoc failure

Tak-Lon (Stephen) Wu created HBASE-27589:
--------------------------------------------

             Summary: Rename TestConnectionImplementationCacheMasterState 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


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)