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

Hudson commented on PHOENIX-3612:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1638 (See 
[https://builds.apache.org/job/Phoenix-master/1638/])
PHOENIX-3612 Make tracking of max allowed number of mutations bytes (thomas: 
rev 7956fb08fc5beb8892be9ee4e005ee0f76e47f4e)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/KeyValueUtil.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryMoreIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/types/PArrayDataTypeEncoder.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/PostLocalIndexDDLCompiler.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/execute/PartialCommitIT.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixDriverTest.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java


> Make tracking of max allowed number of mutations bytes based instead of row 
> based
> ---------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3612
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3612
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: Thomas D'Silva
>             Fix For: 4.11.0
>
>         Attachments: PHOENIX-3612.patch, PHOENIX-3612-v2-master.patch
>
>
> Some remaining work related to PHOENIX-541 to track the byte-size of all 
> mutations being buffered instead of the number of rows:
> - Make similar changes QueryServices.MAX_MUTATION_SIZE_ATTRIB - making it 
> byte-based instead of row-count-based. Usage of this config parameter would 
> be isolated to MutationState, I believe. We should be able to come up with an 
> accurate size based on the underlying Mutation and/or Delete info we store in 
> PRowImpl.
> - Have a reasonable (smaller) default for the new 
> QueryServices.MAX_MUTATION_SIZE_BYTES_ATTRIB
> This is essentially a guard on the memory usage. It could potentially 
> leverage our MemoryManager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to