HBASE-24355 Fix typos in the HStore#compact annotation (#1699)

Co-authored-by: guo.kangkang <guo.kangkang@immomo.com>

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
Gkkkk302 2020-05-12 23:35:29 +08:00 committed by Viraj Jasani
parent 8601416ee8
commit 9e73244082
No known key found for this signature in database
GPG Key ID: 3AE697641452FC5D
1 changed files with 1 additions and 1 deletions

View File

@ -1484,7 +1484,7 @@ public class HStore implements Store, HeapSize, StoreConfigInformation,
* 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