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

Hudson commented on HBASE-10935:
--------------------------------

SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #307 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/307/])
HBASE-10935 support snapshot policy where flush memstore can be skipped to 
prevent production cluster freeze (Tianying Chang) (matteo.bertozzi: rev 
60e705b8434b00fbe07b4373fcc21e3ce6881b11)
* hbase-shell/src/main/ruby/shell/commands/snapshot.rb
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java
* hbase-shell/src/main/ruby/hbase.rb
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.java
* hbase-protocol/src/main/protobuf/HBase.proto
* 
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
* hbase-shell/src/main/ruby/hbase/admin.rb
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java


> support snapshot policy where flush memstore can be skipped to prevent 
> production cluster freeze
> ------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10935
>                 URL: https://issues.apache.org/jira/browse/HBASE-10935
>             Project: HBase
>          Issue Type: New Feature
>          Components: shell, snapshots
>    Affects Versions: 0.94.7, 0.94.18
>            Reporter: Tianying Chang
>            Assignee: Tianying Chang
>            Priority: Minor
>             Fix For: 0.99.0, 0.94.20, 0.98.4
>
>         Attachments: HBASE-10935-0.94-v1.patch, HBASE-10935-0.98-v1.patch, 
> HBASE-10935-trunk-v1.patch, hbase-10935-94.patch, hbase-10935-trunk.patch
>
>
> We are using snapshot feature to do HBase disaster recovery. We will do 
> snapshot in our production cluster periodically. The current flush snapshot 
> policy require all regions of the table to coordinate to prevent write and do 
> flush at the same time. Since we use WALPlayer to complete the data that is 
> not in the snapshot HFile, we don't need the snapshot to do coordinated 
> flush. The snapshot just recored all the HFile that are already there. 
> I added the parameter in the HBase shell. So people can choose to use the 
> NoFlush snapshot when they need, like below. Otherwise, the default flush 
> snpahot support is not impacted. 
> >snaphot 'TestTable', 'TestSnapshot', 'skipFlush'



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to