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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e2d5366  Add ha document about developer's manual. (#14198)
e2d5366 is described below

commit e2d536671d9504bf2512b616767c73ea93ca6f94
Author: zhaojinchao <[email protected]>
AuthorDate: Tue Dec 21 20:00:15 2021 +0800

    Add ha document about developer's manual. (#14198)
    
    * Add ha document about developer's manual.
    
    * update
    
    * add user-norms about ha
---
 docs/document/content/dev-manual/encryption.cn.md  |  4 ++--
 docs/document/content/dev-manual/encryption.en.md  |  4 ++--
 docs/document/content/dev-manual/ha.cn.md          | 17 +++++++++++++++++
 docs/document/content/dev-manual/ha.en.md          | 17 +++++++++++++++++
 docs/document/content/dev-manual/scaling.cn.md     |  4 ++--
 docs/document/content/dev-manual/scaling.en.md     |  4 ++--
 docs/document/content/dev-manual/shadow.cn.md      |  4 ++--
 docs/document/content/dev-manual/shadow.en.md      |  4 ++--
 docs/document/content/dev-manual/sql-check.cn.md   |  4 ++--
 docs/document/content/dev-manual/sql-check.en.md   |  4 ++--
 docs/document/content/dev-manual/transaction.cn.md |  4 ++--
 docs/document/content/dev-manual/transaction.en.md |  4 ++--
 docs/document/content/features/ha/use-norms.cn.md  | 13 +++++++++++++
 docs/document/content/features/ha/use-norms.en.md  | 12 ++++++++++++
 14 files changed, 79 insertions(+), 20 deletions(-)

diff --git a/docs/document/content/dev-manual/encryption.cn.md 
b/docs/document/content/dev-manual/encryption.cn.md
index 20bfa34..06180a9 100644
--- a/docs/document/content/dev-manual/encryption.cn.md
+++ b/docs/document/content/dev-manual/encryption.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.12. </b>"
+pre = "<b>6.13. </b>"
 title = "数据加密"
-weight = 12
+weight = 13
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/encryption.en.md 
b/docs/document/content/dev-manual/encryption.en.md
index a912d62..638585b 100644
--- a/docs/document/content/dev-manual/encryption.en.md
+++ b/docs/document/content/dev-manual/encryption.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.12. </b>"
+pre = "<b>6.13. </b>"
 title = "Encryption"
-weight = 12
+weight = 13
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/ha.cn.md 
b/docs/document/content/dev-manual/ha.cn.md
new file mode 100644
index 0000000..c61df88
--- /dev/null
+++ b/docs/document/content/dev-manual/ha.cn.md
@@ -0,0 +1,17 @@
++++
+pre = "<b>6.9. </b>"
+title = "高可用"
+weight = 9
+chapter = true
++++
+
+## DatabaseDiscoveryType
+
+| *SPI 名称*                                 | *详细说明*              |
+| ----------------------------------------- | ----------------------- |
+| DatabaseDiscoveryType                     | 高可用类型               |
+
+| *已知实现类*                               | *详细说明*                 |
+| ----------------------------------------- | ------------------------  |
+| MGRDatabaseDiscoveryType                  | 基于 MySQL MGR 的高可用    |
+| OpenGaussDatabaseDiscoveryType            | 基于 openGauss 的高可用    |
diff --git a/docs/document/content/dev-manual/ha.en.md 
b/docs/document/content/dev-manual/ha.en.md
new file mode 100644
index 0000000..8667484
--- /dev/null
+++ b/docs/document/content/dev-manual/ha.en.md
@@ -0,0 +1,17 @@
++++
+pre = "<b>6.9. </b>"
+title = "HA"
+weight = 9
+chapter = true
++++
+
+## DatabaseDiscoveryType
+
+| *SPI Name*                            | *Description*                        
                   |
+| ------------------------------------- | 
------------------------------------------------------- |
+| DatabaseDiscoveryType                 | Highly available type                
                   |
+
+| *Implementation Class*                | *Description*                        
                   |
+| ------------------------------------- | 
------------------------------------------------------- |
+| MGRDatabaseDiscoveryType              | Highly available of MySQL's MGR      
                   |
+| OpenGaussDatabaseDiscoveryType        | Highly available of openGauss        
                   |
diff --git a/docs/document/content/dev-manual/scaling.cn.md 
b/docs/document/content/dev-manual/scaling.cn.md
index 4f01ba3..623e3be 100644
--- a/docs/document/content/dev-manual/scaling.cn.md
+++ b/docs/document/content/dev-manual/scaling.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.10. </b>"
+pre = "<b>6.11. </b>"
 title = "弹性伸缩"
-weight = 10
+weight = 11
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/scaling.en.md 
b/docs/document/content/dev-manual/scaling.en.md
index 798572f..ab04633 100644
--- a/docs/document/content/dev-manual/scaling.en.md
+++ b/docs/document/content/dev-manual/scaling.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.10. </b>"
+pre = "<b>6.11. </b>"
 title = "Scaling"
-weight = 10
+weight = 11
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/shadow.cn.md 
b/docs/document/content/dev-manual/shadow.cn.md
index e14252f..89309d1 100644
--- a/docs/document/content/dev-manual/shadow.cn.md
+++ b/docs/document/content/dev-manual/shadow.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.13. </b>"
+pre = "<b>6.14. </b>"
 title = "影子库"
-weight = 13
+weight = 14
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/shadow.en.md 
b/docs/document/content/dev-manual/shadow.en.md
index 281457a..902abd4 100644
--- a/docs/document/content/dev-manual/shadow.en.md
+++ b/docs/document/content/dev-manual/shadow.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.13. </b>"
+pre = "<b>6.14. </b>"
 title = "Shadow DB"
-weight = 13
+weight = 14
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/sql-check.cn.md 
b/docs/document/content/dev-manual/sql-check.cn.md
index 504cd7a..28162a5 100644
--- a/docs/document/content/dev-manual/sql-check.cn.md
+++ b/docs/document/content/dev-manual/sql-check.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.11. </b>"
+pre = "<b>6.12. </b>"
 title = "SQL 检查"
-weight = 11
+weight = 12
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/sql-check.en.md 
b/docs/document/content/dev-manual/sql-check.en.md
index f36957b..64cb99f 100644
--- a/docs/document/content/dev-manual/sql-check.en.md
+++ b/docs/document/content/dev-manual/sql-check.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.11. </b>"
+pre = "<b>6.12. </b>"
 title = "SQL Checker"
-weight = 11
+weight = 12
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/transaction.cn.md 
b/docs/document/content/dev-manual/transaction.cn.md
index 29092a6..c7b8cc5 100644
--- a/docs/document/content/dev-manual/transaction.cn.md
+++ b/docs/document/content/dev-manual/transaction.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.9. </b>"
+pre = "<b>6.10. </b>"
 title = "分布式事务"
-weight = 9
+weight = 10
 chapter = true
 +++
 
diff --git a/docs/document/content/dev-manual/transaction.en.md 
b/docs/document/content/dev-manual/transaction.en.md
index a5063b5..1d30100 100644
--- a/docs/document/content/dev-manual/transaction.en.md
+++ b/docs/document/content/dev-manual/transaction.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6.9. </b>"
+pre = "<b>6.10. </b>"
 title = "Distributed Transaction"
-weight = 9
+weight = 10
 chapter = true
 +++
 
diff --git a/docs/document/content/features/ha/use-norms.cn.md 
b/docs/document/content/features/ha/use-norms.cn.md
new file mode 100644
index 0000000..f892b0e
--- /dev/null
+++ b/docs/document/content/features/ha/use-norms.cn.md
@@ -0,0 +1,13 @@
++++
+title = "使用规范"
+weight = 2
++++
+
+## 支持项
+
+* MySQL MGR 单主模式.
+
+
+## 不支持项
+
+* MySQL MGR 多主模式.
diff --git a/docs/document/content/features/ha/use-norms.en.md 
b/docs/document/content/features/ha/use-norms.en.md
new file mode 100644
index 0000000..12d787d
--- /dev/null
+++ b/docs/document/content/features/ha/use-norms.en.md
@@ -0,0 +1,12 @@
++++
+title = "Use Norms"
+weight = 2
++++
+
+## Supported
+
+* MySQL MGR single-primary mode.
+
+## Unsupported
+
+* MySQL MGR multi-primary mode.

Reply via email to