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

Hudson commented on PHOENIX-1257:
---------------------------------

SUCCESS: Integrated in Phoenix | Master | Hadoop1 #400 (See 
[https://builds.apache.org/job/Phoenix-master-hadoop1/400/])
PHOENIX-1257 Upserted data seen by SELECT in UPSERT SELECT execution (Lars 
Hofhansl) (jtaylor: rev 166671c89b296c8c6a8369114fd3e0af797b8887)
* phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/salted/SaltedTableVarLengthRowKeyIT.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipRangeParallelIteratorRegionSplitterIT.java
* phoenix-core/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDDLIT.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/CoalesceFunctionIT.java
* phoenix-core/src/main/java/org/apache/phoenix/execute/BaseQueryPlan.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/ToNumberFunctionIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/ReverseScanIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/ToCharFunctionIT.java


> Upserted data seen by SELECT in UPSERT SELECT execution
> -------------------------------------------------------
>
>                 Key: PHOENIX-1257
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1257
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Priority: Critical
>         Attachments: 1257-WIP.txt, 1257-test.txt, PHOENIX-1257.patch
>
>
> I have the following scenario:
> create sequence keys;
> create table X (pk unsigned_long primary key, val integer);
> upsert into x values (1,1);
> Followed by repeated:
> upsert into x select next value for keys, val from x;
> This works well until 2048 rows are inserted. The next
> upsert into x select next value for keys, val from x;
> That loops forever inserting more and more rows until it is stopped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to