码迷,mamicode.com
首页 >  
搜索关键字:Failure obtaining d    ( 1286个结果
Redis(六)——高可用之哨兵sentinel配置与启动及主从服务宕机与恢复
、主从复制高可用 #主从复制存在的问题: 1 主从复制,主节点发生故障,需要做故障转移,可以手动转移:让其中一个slave变成master 2 主从复制,只能主写数据,所以写能力和存储能力有限 哨兵是对Redis的系统的运行情况的监控,它是一个独立进程,它会独立运行,功能有二个: 通过发送命令,让R ...
分类:其他好文   时间:2020-01-13 00:57:07    阅读次数:227
Conservation and the genetics of population重要语录
0、demographic:statistical description of populations 1、Extinction is a demographic process: the failure of one generation to replace itself with a sub ...
分类:Web程序   时间:2020-01-12 22:22:07    阅读次数:122
docker网络管理
docker网络管理。 在通常情况下,Docker使用网桥(Bridge)与 NAT 的通信模式 (1) 容器访问外部网络 iptables -t nat -A POSTROUTING -s 172.17.0.0/16 -o docker0 -j MASQUERADE 2) 外部网络访问容器 doc ...
分类:其他好文   时间:2020-01-08 10:29:40    阅读次数:107
mitmproxy(TLS错误)
一.原来的基础上添加代码 ...
分类:其他好文   时间:2020-01-06 19:39:42    阅读次数:230
ReaHat7.6/7.7 最小化安装更新yum源
### 设置IP地址 ### 挂载磁盘仓库 >添加下面内容 >:wq --退出并保存. ### 使用yum命令自动安装软件 >测试 ### 下载最新的安装包 ###卸载原先的yum(rpm -qa|grep yum|xargs rpm -e --nodeps) ###更新文件 ###更新源以及安装一 ...
分类:其他好文   时间:2020-01-01 13:24:33    阅读次数:84
离线安装docker
一、基础环境 1、操作系统:CentOS 7.3 2、Docker版本:18.06.1 官方下载地址 3、百度云Docker 18.06.1地址:https://pan.baidu.com/s/1YdN9z72QutPkHBfLq06H1A 密码:dvvh 4、官方参考文档:https://docs ...
分类:其他好文   时间:2019-12-30 17:41:14    阅读次数:90
【异常】The channel is full or unexpected failure. The source will try again after 1000 ms
Flume采集的控制台提示:The channel is full or unexpected failure. The source will try again after 1000 ms 这个是因为当前被采集的文件过大,深层的原因是文件采集的速度和sink的速度没有匹配好。所以应该可以通过增大 ...
分类:其他好文   时间:2019-12-28 22:41:20    阅读次数:335
prometheus安装全过程
#安装prometheus wget https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gz tar -xvf prometheus-2.5.0.lin ...
分类:其他好文   时间:2019-12-27 21:55:25    阅读次数:97
SpringBoot项目打包出错
首先确定项目都能跑通的情况下,在跟项目打包时报错 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project spring_boot: Ther ...
分类:编程语言   时间:2019-12-26 14:47:05    阅读次数:125
5-1. AQS(AbstarctQueuedSynchronizer)
本章内容: 1.AQS产生背景 2.AQS的设计和结构 3.AQS源代码实现 4.AQS应用(继承AQS的组件)★★★★★--见5-2 一、AQS产生背景 Jdk1.5开始引入了j.u.c包,这个包提供了一系列支持并发的组件。这些组件是一系列的同步器,这些同步器主要维护着以下几个功能:内部同步状态的 ...
分类:其他好文   时间:2019-12-23 22:49:22    阅读次数:126
1286条   上一页 1 ... 11 12 13 14 15 ... 129 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!