You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "puleya7 (JIRA)" <ji...@apache.org> on 2019/05/10 09:08:00 UTC

[jira] [Assigned] (HBASE-22392) Remove extra/useless +

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

puleya7 reassigned HBASE-22392:
-------------------------------

    Assignee: puleya7

> Remove extra/useless + 
> -----------------------
>
>                 Key: HBASE-22392
>                 URL: https://issues.apache.org/jira/browse/HBASE-22392
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: puleya7
>            Assignee: puleya7
>            Priority: Trivial
>         Attachments: HBASE-22392.branch-1.001.patch, HBASE-22392.master.001.patch
>
>
> {code:java}
> [HRegion.java]
>  LOG.info("Flushing " + + storesToFlush.size() + "/" + stores.size() + " column families," +
> [HStore.java]
>  ", sequenceid=" + +storeFile.getReader().getSequenceID() + ", filesize="
> [LoadIncrementalHFiles.java]
> LOG.info("Split occurred while grouping HFiles, retry attempt " + +count + " with " +{code}
>  
> Has 3 extra/useless "+".



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