zoukankan      html  css  js  c++  java
  • MySQL 8 OCP(1Z0-908)认证考试题库原题(第10题)

    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.

  • 相关阅读:
    MyBatis入门案例、增删改查
    Hibernate第三次测试错题解析
    HIbernate二级缓存
    Hibernate组件映射
    java 序列化
    圈复杂度(Cyclomatic Complexity)
    ASE加、解密
    异常Exception
    动态代理(jdk--cglib)
    java.lang.Class类
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/14291550.html
Copyright © 2011-2022 走看看