Skip to content

Commit

Permalink
Merge pull request #206 from frf12/V2.10.1
Browse files Browse the repository at this point in the history
V2.10.1
  • Loading branch information
gys-git authored Oct 14, 2024
2 parents 23cb913 + 4f31d91 commit a12282c
Show file tree
Hide file tree
Showing 23 changed files with 2,872 additions and 212 deletions.
2 changes: 1 addition & 1 deletion _deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class UserConfig(object):
'password': None,
'key_file': None,
'port': 22,
'timeout': 30
'timeout': 300
}

def __init__(self, username=None, password=None, key_file=None, port=None, timeout=None):
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.0.0.0/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.2.0.0/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.2.1.0/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.2.1.4/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.2.2.0/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
2 changes: 1 addition & 1 deletion plugins/oceanbase/4.3.0.0/parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
name_local: 集群系统内存
essential: true
type: CAPACITY_MB
default: 30G
default: 0
min_value: 0M
max_value: NULL
section: OBSERVER
Expand Down
Loading

0 comments on commit a12282c

Please sign in to comment.