[
https://issues.apache.org/jira/browse/PHOENIX-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155896#comment-15155896
]
Hudson commented on PHOENIX-2697:
---------------------------------
SUCCESS: Integrated in Phoenix-master #1149 (See
[https://builds.apache.org/job/Phoenix-master/1149/])
PHOENIX-2697 Provide a SERIAL hint. (larsh: rev
0b1a180f1d9acc23cf58ecfc84a67aac110160cd)
* phoenix-core/src/main/java/org/apache/phoenix/execute/ScanPlan.java
* phoenix-core/src/main/java/org/apache/phoenix/iterate/SerialIterators.java
* phoenix-core/src/main/java/org/apache/phoenix/iterate/ExplainTable.java
* phoenix-core/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
*
phoenix-core/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java
* phoenix-core/src/main/java/org/apache/phoenix/parse/HintNode.java
> Provide a SERIAL hint
> ---------------------
>
> Key: PHOENIX-2697
> URL: https://issues.apache.org/jira/browse/PHOENIX-2697
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Minor
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2697-4.6.txt, PHOENIX-2697-4.7.txt
>
>
> Sometime it is useful to force a query to executed serially.
> For example a user might want to run a query which is not latency sensitive
> to him/her. In that case providing the SERIAL hint puts less load on the
> HBase cluster and impact other more latency sensitive queries less.
> (In my case I want to use this for testing.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)