rolling restart 什么意思?

今天看英文的数据库技术文档里面有这rolling restart 。? 是热重启的意思么 ?根据上下文也理解不了。
When performing a node restart or an initial node restart, all of the cluster's data nodes must be restarted in turn (also referred to as a rolling restart).

是针对多个服务器而言的,就是一个一个按顺序的重启所有的服务器,不是同是重启所有的。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2016-06-30
滚动重启,一般用于数据库集群
第2个回答  2016-06-29
最简单的方法。用RadioButton控件就行了。何苦搞得这么累呢。如果真要这样做也可以就是五个控件共用一个事件同时订阅相同事件然后再判断你选中的Checkbox其他的为假代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
第3个回答  2016-06-29
innodb_flush_log_at_trx_commit = 1 #每次commit 日志缓存中的数据刷到磁盘中
innodb_log_buffer_size = 8M #事物日志缓存
innodb_log_file_size = 500M #事物日志大小
第4个回答  2016-07-01
[slot].name);printf("Enterstreet:");gets(addr_list[slot].street);printf("Entercity:");gets(addr_list[slot].city);printf("Enterstate:");gets(addr_list[slot].state);printf("Enterzip:");gets(s);addr_list[slot].zip=strtoul(s,'\0',10);}/*Findanunusedstructure.*/intfind_free(void){registerintt;for(t=0;addr_list[t].name[0]&&t=0&&slot
相似回答