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 08:55:00 UTC

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

puleya7 created HBASE-22392:
-------------------------------

             Summary: Remove extra/useless + 
                 Key: HBASE-22392
                 URL: https://issues.apache.org/jira/browse/HBASE-22392
             Project: HBase
          Issue Type: Improvement
            Reporter: puleya7


{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)