Repository: hbase
Updated Branches:
  refs/heads/branch-1 04ac18917 -> 489698d6c


HBASE-12908 Typos in MemstoreFlusher javadocs (Edvin Malinovskis)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/489698d6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/489698d6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/489698d6

Branch: refs/heads/branch-1
Commit: 489698d6c02ae65270ad38aacc69fbe0030336b1
Parents: 04ac189
Author: Jonathan M Hsieh <jmhs...@apache.org>
Authored: Tue Mar 17 00:36:00 2015 -0700
Committer: Jonathan M Hsieh <jmhs...@apache.org>
Committed: Tue Mar 17 00:38:54 2015 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/489698d6/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
index fb90881..2216b5c 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
@@ -432,7 +432,7 @@ class MemStoreFlusher implements FlushRequester {
    * on delay queue to retry later.
    * @param fqe
    * @return true if the region was successfully flushed, false otherwise. If
-   * false, there will be accompanying log messages explaining why the log was
+   * false, there will be accompanying log messages explaining why the region 
was
    * not flushed.
    */
   private boolean flushRegion(final FlushRegionEntry fqe) {
@@ -481,7 +481,7 @@ class MemStoreFlusher implements FlushRequester {
    * poll on the flush queue (which removed it).
    * @param forceFlushAllStores whether we want to flush all store.
    * @return true if the region was successfully flushed, false otherwise. If
-   * false, there will be accompanying log messages explaining why the log was
+   * false, there will be accompanying log messages explaining why the region 
was
    * not flushed.
    */
   private boolean flushRegion(final HRegion region, final boolean 
emergencyFlush,

Reply via email to