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

Hudson commented on PHOENIX-5336:
---------------------------------

FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2678 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2678/])
PHOENIX-5336 Speed up MutableIndexSplitForwardScanIT and (larsh: rev 
65c9037edf8fdff8e47f016938df73b7adee57f6)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitIT.java


> Speed up MutableIndexSplitForwardScanIT and MutableIndexSplitReverseScanIT
> --------------------------------------------------------------------------
>
>                 Key: PHOENIX-5336
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5336
>             Project: Phoenix
>          Issue Type: Sub-task
>    Affects Versions: 4.15.0, 5.1.0
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: 5336-v2-master.txt, 5336-v2.txt, 5336.txt
>
>
> I observed that these tests are slow because we wait after the split until 
> the parent has been compacted away. It's not necessary to do so (unless we 
> wanted to test that specific HBase logic and HBase already has many tests for 
> that). We can change the test to only wait until the daughter regions are 
> created. When they exist they will be used.
> Avoiding that waiting cuts the runtime of each test from 17mins to 2min (on 
> my machine) so it saves at least 30mins of runtime (and more on the slower 
> jenkins machines)



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

Reply via email to