Chinaunix首页 | 论坛 | 博客
  • 博客访问: 600358
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Mysql/postgreSQL

2021-01-18 10:32:23

Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第10题

Choose the best answer.

Examine these commands, which execute successfully on the ic1 host:

mysqlsh> dba.createCluster( 'cluster1' , {memberWeight:35})

mysqlsh> var mycluster = dba.getCluster ()

mysqlsh> mycluster.addInstance ( 'ic@ic2' , {memberWeight:25})

mysqlsh> mycluster.addInstance( 'ic@ic3' , {memberWeight:50})

Now examine this configuration setting, which is the same on all nodes:

group_replication_consistency=BEFORE_ON_PRIMARY_FAILOVER

Which statement is true if primary node ic1 fails?

A) Node ic2 becomes the new primary and existing transactions are considered stale and rolled back.

B) Node ic3 becomes the new primary and existing transactions are considered stale and rolled back.

C) Node ic3 becomes the new primary and is ignored until any backlog of transactions is completed.

D) Only two nodes remain so the election process is uncertain and must be done manually.

E) Node ic2 becomes the new primary and is ignored until any backlog of transactions is completed.

阅读(1041) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~