You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2017/12/11 06:57:00 UTC

[jira] [Created] (HBASE-19485) Minor improvement to TestCompactedHFilesDischarger

ramkrishna.s.vasudevan created HBASE-19485:
----------------------------------------------

             Summary: Minor improvement to TestCompactedHFilesDischarger
                 Key: HBASE-19485
                 URL: https://issues.apache.org/jira/browse/HBASE-19485
             Project: HBase
          Issue Type: Task
    Affects Versions: 2.0.0-alpha-4
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Trivial
             Fix For: 1.3.2, 1.4.1, 1.5.0, 2.0.0-beta-1


In TestcompactedHFileDischarger 
{code}
        while (!next) {
          resScanner.next(results);
        }
{code}
this loop does not happen at all. A small fix is needed here.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)