日志分析有结果了吗?
是怎么升级的 是否是按照官方推荐升级的么 中间是否跳过升级步骤
sys租户查询一下 这个两个视图
select * from DBA_OB_CLUSTER_EVENT_HISTORY where module like ‘%upgrade%’;
select * from _all_rootservice_event_history where event like 'admin%upgrade_cmd’;
都是空记录
把原来集群销毁了,重新安装的。
经常发生租户合并失败的问题,线上系统不敢使用啊
这个上面说 是升级上来的? 下面又是销毁集群新建的? 有点没整明白
原来版本是4.3.4升级失败后,销毁了。重新部署了4.3.5
目前是新搭建的435环境 经常是报合并超时是么?上面的发的日志信息 是新搭建的435环境 报的错
如何删除sys租户的表
你用ocp查看一下 租户信息 截图发过来
select * from __all_virtual_table_mgr where tenant_id = 1 and ls_id <> 1 and tablet_id =215;
select table_id,table_name,tablet_id from oceanbase.CDB_OB_TABLE_LOCATIONS where table_id=215;
select * from __all_virtual_table_mgr where tenant_id = 1 and ls_id <> 1 and tablet_id =215;
这个sql返回空。
select table_id,table_name,tablet_id from oceanbase.CDB_OB_TABLE_LOCATIONS where table_id=215;
ocp_meta租户访问不了,没有密码,关于ocp_meta密码问题我发了另一个帖子
学习
我在另一个帖子回复你了 自己看一下
select * from __all_virtual_tablet_sstable_macro_info where tablet_id=215;
是sys租户查看的么?