askdb

Results 7 comments of askdb

ocp 接管页面提示的选填cluster_id,如果填上之后,则表示登录的时候用户名格式变成如下: user_name@tenant_name#cluster_name:cluster_id 如果是手动部署或者obd 部署的话,以上用户名格式是无法登录成功的。这里的选填,经过测试验证,仅用来支持接管其他ocp部署的OceanBase 环境的情况,在ocp里cluster_name和cluster_id结合起来才能唯一标识一个集群。

Thank you, this feature has been scheduled and will be supported normally in version 3.1.5.

在OB4.x 上会支持修改列属性的时候可以调整列的位置顺序, 如果我们没有修改列位置顺序的情况,可以考虑先在sql命令行中完成表结构的ddl变更。

感谢反馈,是ocp3.3.0里一个已知的问题,咨询研发老师,在ocp3.3.1里会修复。 目前可以先去ocp meta 租户的库中确认一下是否已经存在compute_vpc 这张表,如果存在,把其他的表删除,仅保留compute_vpc,然后重新初始化ocp。

Thanks for the feedback, it has been confirmed to be a bug, we will fix it as soon as possible, and you are welcome to try and give suggestions for...

登录到obproxy的管理员租户: mysql -h${obproxy_ip} -P${obproxy_port} -uroot@proxysys -p 这个proxysys是一个特殊的租户,该租户并不是一个数据库的租户,所以执行数据库相关的操作的语句,如 show table;show database ![image](https://user-images.githubusercontent.com/29743824/163981393-bf97be27-80b2-47ba-bbfa-9a4f1eb8405f.png) 等都会输出如图所示的信息,**建议这里可以输出为空或者输出不支持这样的操作。**

1、在恢复目标端确认网络带宽 grep -E 'print band limit|succeed to init_bandwidth_throttle' log/observer.log 2、确认租户的恢复并发线程数 select * from gv$ob_parameters where name='ha_high_thread_score' and tenant_id=xxx; 3、在恢复目标端确认 grep "IO STATUS SYS" log/observer.log