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)