You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Alex Batyrshin (Jira)" <ji...@apache.org> on 2019/12/11 11:49:00 UTC

[jira] [Created] (PHOENIX-5612) Upsert Select exceed limits on last execution step of joining threads final mutationState

Alex Batyrshin created PHOENIX-5612:
---------------------------------------

             Summary: Upsert Select exceed limits on last execution step of joining threads final mutationState
                 Key: PHOENIX-5612
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5612
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.14.2
            Reporter: Alex Batyrshin


Upsert Select running via Parallel Iteration Factory does not commit last chunk of data in threads. Instead last chunk (MutationState) returned to main thread. Next this final MutationState is joining to connection.getMutatioState. This could result that connection.getMutatioState grow up and exceed limits (maxSize or maxSizeBytes).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)