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

Andrew Purtell commented on HBASE-3961:
---------------------------------------

+1
Going to commit when local tests pass.

Thanks for the patch Bruno!

> Add Delete.setWriteToWAL functionality
> --------------------------------------
>
>                 Key: HBASE-3961
>                 URL: https://issues.apache.org/jira/browse/HBASE-3961
>             Project: HBase
>          Issue Type: Improvement
>          Components: client, regionserver
>            Reporter: Bruno Dumon
>         Attachments: delete-writetowal-patch.txt
>
>
> For puts, write to WAL can be disabled, but for deletes this functionality is 
> missing. The regionserver internally already passes around a writeToWAL flag, 
> but it is not possible to set this from the client.
> The attached patch introduces this.
> This changes the serialization format of Delete, so bumped up the version.
> I verified manually that the WAL is indeed not growing when writeToWAL is set 
> to false.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to