-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge 3.0_dev #597
merge 3.0_dev #597
Conversation
merge master
* support check list * support check list * support check list * support check list * support check list * support check list
# Conflicts: # rpm/build.sh # rpm/oceanbase-diagnostic-tool.spec
support GatherComponentLogHandler
# Conflicts: # common/tool.py
merge master
merge master
* replace execute with handle * update core
* build test package * build test package * update GatherComponentLogHandler * update tar_gz_to_zip * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * gather use find to get remote log * rca add oms_full_trans * rca add oms_full_trans * update
* move the script for the gather scene out * black format * Delete the suffix '_scene' in the RCA scene * build rpm
* add staticmethod for tool * update build package yml
# Conflicts: # core.py
* add context for OBConnector * black format * recover call stdio * use context.stdio for OBConnector * balck format * remove stdio parameter for update_obcluster_nodes
* support check list * support check list * support check list * support check list * support check list * support check list * build test package * build test package * update GatherComponentLogHandler * update tar_gz_to_zip * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * gather use find to get remote log * rca add oms_full_trans * rca add oms_full_trans * update * fix core options * add oms config * check list add --all
# container_name: xxx # container_name for ssh_type is docker | ||
# The directory for obproxy installed | ||
home_path: /root/obproxy | ||
oms: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加一个单独oms的配置文件,oms的诊断没有和ob耦合,可以单独执行
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
框架内的耦合很深,所以放在一起了
* support check list * support check list * support check list * support check list * support check list * support check list * build test package * build test package * update GatherComponentLogHandler * update tar_gz_to_zip * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * gather use find to get remote log * rca add oms_full_trans * rca add oms_full_trans * update * fix core options * add oms config * check list add --all * fix parse_env_display when env_list is None
* support check list * support check list * support check list * support check list * support check list * support check list * build test package * build test package * update GatherComponentLogHandler * update tar_gz_to_zip * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * delete zip on gather * gather use find to get remote log * rca add oms_full_trans * rca add oms_full_trans * update * fix core options * add oms config * check list add --all * fix parse_env_display when env_list is None * add gather_component_log file title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to decouple the configuration of OMS and Observer
merge the feature of 3.0_dev