- 博客(5)
- 收藏
- 关注
原创 mysql基于gtid slave 创建
前言如果您希望GTID支持,则需要在从属服务器中启用log_slave_updates,并且应该考虑性能影响详细操作步骤如下1、授权在master上添加复制账号grant replication client,replication slave on *.* to 'apoc2real'@'10.140.0.%' identified by 'apoc2real'2、导出mys...
2019-10-19 14:56:16 335 1
原创 from _weakref import ( ImportError: cannot import name _remove_dead_weakref Tue Jul
启动uwsgi 时出现以下错误:Traceback (most recent call last): File "./opsmanage/__init__.py", line 5, in <module> from .celery import app as celery_app File "./opsmanage/celery.py", line 11, in &l...
2019-07-23 12:50:36 873
原创 Nginx 负载均衡策略
简介在多个应用实例中使用负载均衡是一种常用的技术,他可以优化资源利用率,最大限度的提高吞吐量,减少延迟,增强容错。在多个web应用服务器中,使用nginx 可以有效的做到HTTP负载均衡和流量分配,提高性能,扩展性和稳定性负载均衡机制nginx 支持以下负载均衡机制:nginx可以根据客户端ip进行负载均衡,在upstream里设置ip_hash,就可以针对同一个C类地址段中的客...
2019-05-25 11:01:28 1783
原创 maxwell 启动脚本
#!/bin/sh## chkconfig: 345 99 01# description: maxwell ## File : maxwell## Description: Starts and stops the maxwell server#source /etc/rc.d/init.d/functionssource /etc/profileMAXWELL_HOME...
2019-05-24 21:58:54 2786 1
原创 Redis 集群的部署及原理
Redis Cluster 部署文档updated: 09/05/20191 说明Redis Cluster 的主要特点如下:无中心结构,客户端与 redis 节点直连,不需要中间代理层节点冗余设计,slave->master 选举,集群容错数据分片存储,且支持在线分片ASK / MOVED 转向机制,可通过任意节点,读写不属于本节点的数据本文以部署一个可实现高可用的...
2019-05-24 19:42:42 210
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人