[
https://issues.apache.org/jira/browse/PHOENIX-5340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862685#comment-16862685
]
Hudson commented on PHOENIX-5340:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2669 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2669/])
PHOENIX-5340 Set OMID's wait strategy to LOW_CPU for tests. (larsh: rev
862db9f831535c55beab460ba00f247ae5273c9e)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionProvider.java
> Set OMID's wait strategy to LOW_CPU for tests
> ---------------------------------------------
>
> Key: PHOENIX-5340
> URL: https://issues.apache.org/jira/browse/PHOENIX-5340
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: 5340.txt
>
>
> OMID has a LOW_CPU and a HIGH_THROUGHPUT wait strategy (using a disruptor).
> HIGH_THROUGHPUT does busy waiting, and I'd argue even in production is not
> the way to run it unless you have a dedicated machine/vm for the TSO.
> For tests it's quite bad, as the disruptor will keep a few cores 100% busy!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)