码迷,mamicode.com
首页 >  
搜索关键字:Failover cluster    ( 3843个结果
【MySQL】恢复从库时,主库的Binlog接续补上的解决方案
修复主从复制
分类:数据库   时间:2020-06-06 23:13:26    阅读次数:82
Flink内存设置思路
1.前言 对于做实时计算的朋友来说,资源设置都是一个比较麻烦的问题。实时计算不同于离线计算,它的任务都是并行的,启动就会一直占用集群资源,如果资源设置的过多会造成极大的浪费,设置的过少任务会不断发生failover。这里说的资源主要指的就是内存资源,所以本文对Flink的内存设置提供一些思路,尤其是 ...
分类:其他好文   时间:2020-06-06 16:52:23    阅读次数:363
Redis 向集群添加新节点
步骤: 1. 启动集群服务(向集群添加新节点,则说明,集群是已知的)。 2. 搭建将要添加到集群的节点 (1)以集群的方式对新添加的节点进行配置:redis.conf. (2)启动节点实例服务. 3.集群管理 可参考 Redis cluster tutorial 官网指导文档,往往是最新的。 一、启 ...
分类:其他好文   时间:2020-06-06 13:11:35    阅读次数:86
docker-compose安装elasticsearch
单节点安装 创建es.yml,内容如下: version: '3' services: elasticsearch: image: elasticsearch:6.6.2 container_name: elasticsearch environment: - cluster.name=elasti ...
分类:其他好文   时间:2020-06-04 16:51:21    阅读次数:317
Redis系列1-redis主从、哨兵模式、集群模式搭建
Redis作为一款开源的、高性能的键值对存储。支持主从复制,并通过哨兵模式(sentinel)提高了高可用性,以及集群(Redis Cluster)模式保证了高并发性。 一、redis主从 Redis本身提供数据持久化的功能(两种方式:RDB和AOF),把数据保存到磁盘上,保证了即使服务器重启的情况 ...
分类:其他好文   时间:2020-06-04 01:35:53    阅读次数:56
MPI 本地局域网运行多机配置,同时运行多个程序;
在使用MPI框架中,需要多机进行通信进行并行计算;现在配置多个主机进行运行mpi程序,并进行通信;涉及到ssh无密码和nfs文件系统配置; 参考文档: https://mpitutorial.com/tutorials/running-an-mpi-cluster-within-a-lan/ 配置如 ...
分类:其他好文   时间:2020-06-02 19:04:48    阅读次数:154
gSLicr:nfydream gSLICr: SLIC superpixels at over 250Hz (using cuda)
一般的SLIC算法在CPU上运行处理一张图片大概需要300ms 本算法只需要10ms; 主页 github代码 中心思想:K-mean, 先将每个cluster均匀分布, 然后对每个像素找最近的cluster, 然后更新每个cluster.最终的cluster就是超像素 代码解析 主类: SLic_ ...
分类:其他好文   时间:2020-06-02 11:27:09    阅读次数:50
Celery-周期性任务
Introduction celery beat is a scheduler; It kicks off tasks at regular intervals, that are then executed by available worker nodes in the cluster. By ...
分类:其他好文   时间:2020-06-01 22:16:16    阅读次数:117
Rename a Computer that Hosts a Stand-Alone Instance of SQL Server
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:数据库   时间:2020-06-01 20:53:21    阅读次数:104
Why failover-based implementations are not enough
Distributed locks with Redis – Redis https://redis.io/topics/distlock There is an obvious race condition with this model: Client A acquires the lock i ...
分类:其他好文   时间:2020-06-01 13:33:43    阅读次数:58
3843条   上一页 1 ... 20 21 22 23 24 ... 385 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!