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

James Taylor commented on PHOENIX-3734:
---------------------------------------

Sorry for the trouble, [~ohads]. Our unit tests seem to have become flakier 
lately. Are you running on a Mac or a Linux box? The Mac has always seemed 
flakier. Two contributing factors are the ASF infrastructure for the build bots 
seem overloaded and/or flaky and surefire doesn't give us any information when 
a test suite hangs or maybe crashes. You could try decreasing the 
parallelization to see if that helps: {{mvn verify -DnumForkedIT=1 
-DnumForkedUT=1}}. You can also try bumping up the memory and perm size: 
{{-Xmx3000m -XX:MaxPermSize=256m}}.

If you can do a local test run with the similar results before and after you 
patch on each of the 4.x lines, I think it'd be ok to commit your patch.


> Refactor Phoenix to use TAL instead of direct calls to Tephra
> -------------------------------------------------------------
>
>                 Key: PHOENIX-3734
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3734
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Ohad Shacham
>            Assignee: Ohad Shacham
>         Attachments: PHOENIX-3734.v3.patch
>
>
> Refactor Phoenix to use the new transaction abstraction layer instead of 
> direct calls to Tephra. Once this task will be committed, Phoenix will 
> continue working with Tephra but will have the option for fast integration of 
> new transaction processing engines.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to