[
https://issues.apache.org/jira/browse/HBASE-19702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310689#comment-16310689
]
Chia-Ping Tsai commented on HBASE-19702:
----------------------------------------
bq. When servers is not null, addAll(servers) tries to add all items in servers
again. Seems not needed
nice catch.
bq. new TreeSet<>(tables) has no null check on tables. The constructor of
TreeSet does not do the null check either. It leads to NullPointerException if
tables is null
agreed.
> Improve RSGroupInfo constructor
> -------------------------------
>
> Key: HBASE-19702
> URL: https://issues.apache.org/jira/browse/HBASE-19702
> Project: HBase
> Issue Type: Improvement
> Reporter: Xiang Li
> Assignee: Xiang Li
> Priority: Minor
> Fix For: 2.0.0-beta-2
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)