hbase git commit: HBASE-18404 fixed typo in acid semantics

2017-12-19 Thread chia7712
Repository: hbase
Updated Branches:
  refs/heads/branch-2 1dca9142a -> 5cf0e62a5


HBASE-18404 fixed typo in acid semantics

Signed-off-by: Sean Busbey 
Signed-off-by: Chia-Ping Tsai 


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

Branch: refs/heads/branch-2
Commit: 5cf0e62a557f987e68d7d0768e11e650c49a844c
Parents: 1dca914
Author: coral 
Authored: Thu Jul 20 14:31:59 2017 -0500
Committer: Chia-Ping Tsai 
Committed: Tue Dec 19 23:37:21 2017 +0800

--
 src/main/site/xdoc/acid-semantics.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/5cf0e62a/src/main/site/xdoc/acid-semantics.xml
--
diff --git a/src/main/site/xdoc/acid-semantics.xml 
b/src/main/site/xdoc/acid-semantics.xml
index 2696df7..2d4eb6a 100644
--- a/src/main/site/xdoc/acid-semantics.xml
+++ b/src/main/site/xdoc/acid-semantics.xml
@@ -93,7 +93,7 @@ under the License.
   
 
 
-  All mutations are atomic within a row. Any put will either 
wholely succeed or wholely fail.[3]
+  All mutations are atomic within a row. Any put will either 
wholly succeed or wholly fail.[3]
   
 An operation that returns a success code has 
completely succeeded.
 An operation that returns a failure code has 
completely failed.
@@ -225,7 +225,7 @@ under the License.
   log. This does not actually imply an fsync() to magnetic media, but 
rather just that the data has been
   written to the OS cache on all replicas of the log. In the case of a 
full datacenter power loss, it is
   possible that the edits are not truly durable.
-  [3] Puts will either wholely succeed or wholely fail, provided that 
they are actually sent
+  [3] Puts will either wholly succeed or wholly fail, provided that 
they are actually sent
   to the RegionServer.  If the writebuffer is used, Puts will not be sent 
until the writebuffer is filled
   or it is explicitly flushed.
   



[11/47] hbase git commit: HBASE-18404 fixed typo in acid semantics

2017-07-29 Thread busbey
HBASE-18404 fixed typo in acid semantics

Signed-off-by: Sean Busbey 


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

Branch: refs/heads/HBASE-18426
Commit: 2a0d18928e372b3e976c9c89457390b7afc0aafc
Parents: 890d92a
Author: coral 
Authored: Thu Jul 20 14:31:59 2017 -0500
Committer: Sean Busbey 
Committed: Fri Jul 21 12:26:48 2017 -0500

--
 src/main/site/xdoc/acid-semantics.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/2a0d1892/src/main/site/xdoc/acid-semantics.xml
--
diff --git a/src/main/site/xdoc/acid-semantics.xml 
b/src/main/site/xdoc/acid-semantics.xml
index 2696df7..2d4eb6a 100644
--- a/src/main/site/xdoc/acid-semantics.xml
+++ b/src/main/site/xdoc/acid-semantics.xml
@@ -93,7 +93,7 @@ under the License.
   
 
 
-  All mutations are atomic within a row. Any put will either 
wholely succeed or wholely fail.[3]
+  All mutations are atomic within a row. Any put will either 
wholly succeed or wholly fail.[3]
   
 An operation that returns a success code has 
completely succeeded.
 An operation that returns a failure code has 
completely failed.
@@ -225,7 +225,7 @@ under the License.
   log. This does not actually imply an fsync() to magnetic media, but 
rather just that the data has been
   written to the OS cache on all replicas of the log. In the case of a 
full datacenter power loss, it is
   possible that the edits are not truly durable.
-  [3] Puts will either wholely succeed or wholely fail, provided that 
they are actually sent
+  [3] Puts will either wholly succeed or wholly fail, provided that 
they are actually sent
   to the RegionServer.  If the writebuffer is used, Puts will not be sent 
until the writebuffer is filled
   or it is explicitly flushed.
   



hbase git commit: HBASE-18404 fixed typo in acid semantics

2017-07-21 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/master 890d92a90 -> 2a0d18928


HBASE-18404 fixed typo in acid semantics

Signed-off-by: Sean Busbey 


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

Branch: refs/heads/master
Commit: 2a0d18928e372b3e976c9c89457390b7afc0aafc
Parents: 890d92a
Author: coral 
Authored: Thu Jul 20 14:31:59 2017 -0500
Committer: Sean Busbey 
Committed: Fri Jul 21 12:26:48 2017 -0500

--
 src/main/site/xdoc/acid-semantics.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/2a0d1892/src/main/site/xdoc/acid-semantics.xml
--
diff --git a/src/main/site/xdoc/acid-semantics.xml 
b/src/main/site/xdoc/acid-semantics.xml
index 2696df7..2d4eb6a 100644
--- a/src/main/site/xdoc/acid-semantics.xml
+++ b/src/main/site/xdoc/acid-semantics.xml
@@ -93,7 +93,7 @@ under the License.
   
 
 
-  All mutations are atomic within a row. Any put will either 
wholely succeed or wholely fail.[3]
+  All mutations are atomic within a row. Any put will either 
wholly succeed or wholly fail.[3]
   
 An operation that returns a success code has 
completely succeeded.
 An operation that returns a failure code has 
completely failed.
@@ -225,7 +225,7 @@ under the License.
   log. This does not actually imply an fsync() to magnetic media, but 
rather just that the data has been
   written to the OS cache on all replicas of the log. In the case of a 
full datacenter power loss, it is
   possible that the edits are not truly durable.
-  [3] Puts will either wholely succeed or wholely fail, provided that 
they are actually sent
+  [3] Puts will either wholly succeed or wholly fail, provided that 
they are actually sent
   to the RegionServer.  If the writebuffer is used, Puts will not be sent 
until the writebuffer is filled
   or it is explicitly flushed.