[
https://issues.apache.org/jira/browse/PHOENIX-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412815#comment-16412815
]
Lars Hofhansl commented on PHOENIX-4671:
----------------------------------------
By the, I also noticed that the UPSERT is executed client side. Is that
expected.
This is the statement:
{code}
upsert into test select next value for pkey, rand(), rand() from test;
{code}
I guess client execution is expected here. [~jamestaylor]
> Fix minor size accounting bug for MutationSize
> ----------------------------------------------
>
> Key: PHOENIX-4671
> URL: https://issues.apache.org/jira/browse/PHOENIX-4671
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Priority: Minor
> Attachments: 4671.txt
>
>
> Just ran into a bug where UPSERT INTO table ... SELECT ... FROM table would
> fail due to "Error: ERROR 730 (LIM02): MutationState size is bigger than
> maximum allowed number of bytes (state=LIM02,code=730)" even with auto commit
> on.
> Ran it through a debugger, just a simple account bug.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)