You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jack Bearden (JIRA)" <ji...@apache.org> on 2018/07/19 00:06:00 UTC

[jira] [Commented] (HBASE-20823) Wrong param name in javadoc for HRegionServer#buildRegionSpaceUseReportRequest

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

Jack Bearden commented on HBASE-20823:
--------------------------------------

Hey [~reidchan]! I wanted to put in a patch for this one and a few other HBase tickets I found. I am a Hadoop contributor but not yet a contributor for HBase

> Wrong param name in javadoc for HRegionServer#buildRegionSpaceUseReportRequest
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-20823
>                 URL: https://issues.apache.org/jira/browse/HBASE-20823
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Reid Chan
>            Priority: Trivial
>              Labels: beginner
>
> {code}
> /**
>    * Builds a {@link RegionSpaceUseReportRequest} protobuf message from the region size map.
>    *
>    * @param regionSizeStore The size in bytes of regions
>    * @return The corresponding protocol buffer message.
>    */
>   RegionSpaceUseReportRequest buildRegionSpaceUseReportRequest(RegionSizeStore regionSizes)
> {code}
> {{@param regionSizeStore}}, but actual name is regionSizes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)