-
### Description
最近处理的问题,卡合并,最终定位是操作系统磁盘异常,替换节点后恢复正常,希望 obdiag major_hold 卡合并的根因分析可以同时收集或者分析一下操作系统日志是否有异常。
/var/log/messages
dmesg -T
askdb updated
3 weeks ago
-
### Description
现象:一张表在information_schema.tables 中查到的有两条记录,两条记录的原因是__all_table_stat 中同时存在两条object_type=1的记录。
原因分析: 非分区表转分区表 ddl,导致一些视图(如 information_schema.tables/all_tables)会多显示一条记录
observer修复版本: …
-
### Describe the bug
![image](https://github.com/oceanbase/obdiag/assets/29743824/a4a3fd94-7765-4066-98dc-de084d87afab)
1、1002租户的 max_allowed_packet 变量已经调整为64M,在输出告警结果中仍然会有。
2、类似 1001 这些meta租户是不是…
askdb updated
1 month ago
-
### Description
1. obdiag gather scene run --scene=observer.perf_sql --env "{db_connect='-h127.0.0.1 -P2881 -utest@test -p****** -Dtest', trace_id='Yxx'}"
2. obdiag gather scene run --scene=observer…
-
### Description
**优化1**
obdiag rca run --scene=ddl_disk_full --input_parameters='{"tenant_name":"x1","table_name":"x2","action_type":"add_index","index_name":"x3"}'
**这里需要支持传database_name,避免同租户…
-
### Description
![image](https://github.com/user-attachments/assets/d4a2c405-85de-48ac-b512-651c25b1fe1d)
2.x版本依旧支持原json的输入方式,3.x版本变更为单一的kv输入方式
-
### Description
您好,我想详细了解一下这三个诉求:`1. OceanBase 内核:oblogminer 优化,对obcdc 4.3.1 输出信息重新打标`;`2. obdiag: OceanBase 自动化诊断工具,使用插件化开发方式` ;`3. ODC:OceanBase 开发者中心,全场景数据库开发和数据管理协同工作`。感谢您的帮助
-
### Describe your use case
目前OB和OBPROXY的日志内不可避免的会记录一下SQL信息,这些SQL信息可能会包含敏感数据,需要脱敏
### Describe the solution you'd like
1,在obdiag收集OB日志后或收集过程中,将目前OB日志内与业务相关的SQL语句(select、delete、update、insert)中的…
-
### Description
obdiag 巡检、采集、根因分析都是场景化的,如果存在危险的指令需要识别出来,拦截掉。
-
### Describe your use case
使用tsar项目编译安装:
```bash
bashgit clone https://mirror.ghproxy.com/https://github.com/kongjian/tsar && cd tsar && make && make install
```
使用如下命令进行检测:
```bash
tsar --chec…