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

dineshc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new d2fb937  HDDS-4200. Fix missing right bracket in HA doc (#1380)
d2fb937 is described below

commit d2fb937098b195725ccecad4b51468f4714d190d
Author: lamber-ken <[email protected]>
AuthorDate: Thu Sep 3 11:32:17 2020 +0800

    HDDS-4200. Fix missing right bracket in HA doc (#1380)
    
    Co-authored-by: lamberken <[email protected]>
---
 hadoop-hdds/docs/content/feature/HA.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/docs/content/feature/HA.md 
b/hadoop-hdds/docs/content/feature/HA.md
index 116cbb7..3e683f9 100644
--- a/hadoop-hdds/docs/content/feature/HA.md
+++ b/hadoop-hdds/docs/content/feature/HA.md
@@ -105,7 +105,7 @@ Raft can guarantee the replication of any request if the 
request is persisted to
 
 RocksDB instaces are updated by a background thread with batching transactions 
(so called "double buffer" as when one of the buffers is used to commit the 
data the other one collects all the new requests for the next commit.) To make 
all data available for the next request even if the background process is not 
yet wrote them the key data is cached in the memory.
 
-![Double buffer](HA-OM-doublebuffer.png
+![Double buffer](HA-OM-doublebuffer.png)
 
 The details of this approach discussed in a separated [design doc]({{< ref 
"design/omha.md" >}}) but it's integral part of the OM HA design.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to