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

Hudson commented on PHOENIX-5026:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #268 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/268/])
PHOENIX-5026 Add client setting to disable server side mutations. (larsh: rev 
770a52e1c80501288617f269a61c037ce31fe4ad)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/DeleteIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java


> Add client setting to disable server side mutations
> ---------------------------------------------------
>
>                 Key: PHOENIX-5026
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5026
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.15.0, 4.14.1
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>             Fix For: 4.15.0, 4.14.2
>
>         Attachments: 5026-withtests-v2.txt, 5026-withtests.txt, 5026.txt
>
>
> Like PHOENIX-3818 server side deletes.
> We've seen issues with larger deletes (see PHOENIX-5007).
> In many case it is probably better to handle deletes from the client. That 
> way requests are properly chunked, handler threads are not tied up, and 
> there's no "funniness" with issues mutation from a scan RPC.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to