-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update scene about transaction and disconnection_scene
- Loading branch information
1 parent
50c4c48
commit e297185
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
handler/checker/tasks/observer/column_storage/tenant_parameters.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
info: 'Check whether there is any observer have CPU oversold.' | ||
task: | ||
- version: "[4.3.1.0,*]" | ||
steps: | ||
- type: sql | ||
sql: "SELECT GROUP_CONCAT(CONCAT(SVR_IP, ':', SVR_PORT) SEPARATOR ', ') AS IP_PORT_COMBINATIONSFROM from oceanbase.GV$OB_SERVERS WHERE CPU_ASSIGNED > CPU_CAPACITY;" | ||
result: | ||
set_value: CPU_oversold | ||
verify: '[ -z "$CPU_oversold" ]' | ||
report_type: warning | ||
err_msg: 'Some observers have CPU oversold. There are #{CPU_oversold}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters