12c:当发生脑裂时,那个节点会存活?

简介:

APPLIES TO:

Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Information in this document applies to any platform.
Oracle 企业版,从12.1.0.2和以后的版本,适用于任何平台。

PURPOSE

To understand the new behavior, from 12.1.0.2, of which node will survive when split brain takes place.
为了更好的理解从12.1.0.2以后的版本出现脑裂,哪个节点会存活下来。

DETAILS

In 11.2 or even older version, the lowest number node will survive when split
brain takes place, however this has changed in 12.1.0.2 with the introduction of
node weight. Started from 12.1.0.2, during split brain resolution, node with
higher weight will survive:
--在11.2和之前的版本,当出现脑裂的时候,节点号小的会存活。但是从12.1.0.2以后发生了变化,引入了权重的概念,当出现脑裂的时候,权重高的节点会存活下来。

2014-11-24 14:25:41.140603 : CSSD:1117321536: clssnmrCheckNodeWeight: node(1) has weight stamp(0), pebble(0)
2014-11-24 14:25:41.140609 : CSSD:1117321536: clssnmrCheckNodeWeight: node(2) has weight stamp(311972654), pebble(3)
2014-11-24 14:25:41.140612 : CSSD:1117321536: clssnmrCheckNodeWeight: stamp(311972654), completed(1/2)
2014-11-24 14:25:41.140615 : CSSD:1117321536: clssnmrCheckSplit: Waiting for node weights, stamp(311972654)
2014-11-24 14:25:41.188880 : CSSD:1084811584: clssnmvDiskKillCheck: not evicted, file /dev/raw/raw2 flags 0x00000000, kill block unique 0, my unique 1416805718
2014-11-24 14:25:41.558921 : CSSD:1114167616: clssnmvDiskPing: Writing with status 0x3, timestamp 1416810341/1022717334
2014-11-24 14:25:41.731912 : CSSD:1086388544: clssnmvDHBValidateNCopy: node 1, node1, has a disk HB, but no network HB, DHB has rcfg 311972655, wrtcnt, 9527468, LATS 102 2717514, lastSeqNo 9527467, uniqueness 1416808381, timestamp 1416810341/1022722074
2014-11-24 14:25:41.731928 : CSSD:1086388544: clssnmvReadDskHeartbeat: manual shutdown of nodename node1, nodenum 1 epoch 1416810341 msec 1022722074
2014-11-24 14:25:41.732266 : CSSD:1117321536: clssnmrCheckNodeWeight: node(2) has weight stamp(311972654), pebble(3)
2014-11-24 14:25:41.732273 : CSSD:1117321536: clssnmrCheckNodeWeight: stamp(311972654), completed(1/1)
2014-11-24 14:25:41.732294 : CSSD:1117321536: clssnmCheckDskInfo: My cohort: 2
2014-11-24 14:25:41.732299 : CSSD:1117321536: clssnmRemove: Start
2014-11-24 14:25:41.732306 : CSSD:1117321536: (:CSSNM00007:)clssnmrRemoveNode: Evicting node 1, node1, from the cluster in incarnation 311972655, node birth incarnation 311972654, death incarnation 311972655, stateflags 0x225000 uniqueness value 1416808381 The number of the resource executing on each node and others are considered by the weight. Reference

大家只需要知道不同的版本会有很大的变化,要不断的去查看官方文档。










本文转自 roidba 51CTO博客,原文链接:http://blog.51cto.com/roidba/2056286,如需转载请自行联系原作者

目录
相关文章
|
缓存 小程序 JavaScript
从零开始搭建uni-app框架的小程序开发环境
从零开始搭建uni-app框架的小程序开发环境
1032 0
从零开始搭建uni-app框架的小程序开发环境
|
存储 分布式计算 大数据
大数据的工具都有哪些?
【10月更文挑战第9天】大数据的工具都有哪些?
1130 1
|
运维 监控 安全
MSE Nacos 配置变更审计平台使用指南
MSE Nacos 配置变更审计平台使用指南
796 102
|
Java Nacos 微服务
微服务中间件之Nacos
Nacos是阿里巴巴开源的动态服务发现、配置管理和服务管理平台,支持服务注册与发现、配置管理及服务健康监测。采用Spring Cloud、Spring Boot、Raft算法等技术,适用于微服务架构和云原生应用,提供简单易用的安装部署方式和丰富的应用场景。
2417 3
|
Web App开发
selenium自动登录某宝
selenium自动登录某宝
|
网络协议 网络安全 网络虚拟化
HCIP-Datacom H12-821 题库 (3)
HCIP-Datacom H12-821 题库 (3)
157 0
HCIP-Datacom H12-821 题库 (3)
|
SQL 关系型数据库 MySQL
MySQL数据库——图形化界面工具(DataGrip),SQL(2)-DML(插入、修改和删除数据)
MySQL数据库——图形化界面工具(DataGrip),SQL(2)-DML(插入、修改和删除数据)
1404 1
|
数据采集 关系型数据库 数据安全/隐私保护
在 PostgreSQL 中使用 REVERSE
【8月更文挑战第6天】
316 0
在 PostgreSQL 中使用 REVERSE
|
自然语言处理 编译器 API
技术笔记:Roslyn介绍
技术笔记:Roslyn介绍
268 0
|
数据安全/隐私保护 Python
python代码加密以及注意事项分享
假设你已经有了一个 Python 程序 `main.py`。确保它在你的环境中可以正常运行。