This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 59a48fc  HBASE-24355 Fix typos in the HStore#compact annotation (#1699)
59a48fc is described below

commit 59a48fc47072a80dee5269a9015b6822aa456ac3
Author: Gkkkk302 <49739485+gkkkk...@users.noreply.github.com>
AuthorDate: Tue May 12 23:35:29 2020 +0800

    HBASE-24355 Fix typos in the HStore#compact annotation (#1699)
    
    Co-authored-by: guo.kangkang <guo.kangk...@immomo.com>
    
    Signed-off-by: Viraj Jasani <vjas...@apache.org>
---
 .../src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
index a19670b..5e86c88 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
@@ -1375,7 +1375,7 @@ public class HStore implements Store {
    *  Since we already have this data, this will be idempotent but we will 
have a redundant
    *  copy of the data.
    *  - If RS fails between 2 and 3, the region will have a redundant copy of 
the data. The
-   *  RS that failed won't be able to finish snyc() for WAL because of lease 
recovery in WAL.
+   *  RS that failed won't be able to finish sync() for WAL because of lease 
recovery in WAL.
    *  - If RS fails after 3, the region region server who opens the region 
will pick up the
    *  the compaction marker from the WAL and replay it by removing the 
compaction input files.
    *  Failed RS can also attempt to delete those files, but the operation will 
be idempotent

Reply via email to