You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mohammad Arshad (Jira)" <ji...@apache.org> on 2020/09/10 19:10:00 UTC

[jira] [Updated] (HBASE-25009) Hbck chore logs wrong message when loading regions from RS report

     [ https://issues.apache.org/jira/browse/HBASE-25009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Arshad updated HBASE-25009:
------------------------------------
    Summary: Hbck chore logs wrong message when loading regions from RS report  (was: Hbck chore logs wrong message when loading regions from RS)

> Hbck chore logs wrong message when loading regions from RS report
> -----------------------------------------------------------------
>
>                 Key: HBASE-25009
>                 URL: https://issues.apache.org/jira/browse/HBASE-25009
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha-1, 2.3.1
>            Reporter: Mohammad Arshad
>            Assignee: Mohammad Arshad
>            Priority: Minor
>
> {code:java}
> LOG.info("Loaded {} regions from {} regionservers' reports and found {} orphan regions",
>         numRegions, rsReports.size(), orphanRegionsOnFS.size());
> {code}
> In above log message orphanRegionsOnFS.size() should be replaced with orphanRegionsOnRS.size() as the regions are loaded from RS not form FS



--
This message was sent by Atlassian Jira
(v8.3.4#803005)