The Wayback Machine - https://web.archive.org/web/20200627195409/https://github.com/topics/high-availability
Skip to content
#

high-availability

Here are 333 public repositories matching this topic...

advanced-java
yanglbme
yanglbme commented Apr 15, 2019

英雄招募

成为 Doocs 项目维护者

本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。

如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 pushdoocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。

目前 advanced-java 只有 [yanglbme](http

zestloveheart
zestloveheart commented Apr 23, 2020

在2.3 使用 tarscloud/framework 部署框架中

  1. 启动框架从节点

如果希望多节点部署, 则在不同机器上执行 docker run ...即可, 注意参数设置!

最新版本:

docker run -d \
    --name=tars-framework-slave \
    --net=tars \
    -e MYSQL_HOST="172.25.0.2" \
    -e MYSQL_ROOT_PASSWORD="123456" \
    -e MYSQL_USER=root \
    -e MYSQL_PORT=3306 \
    -e REBUILD=false \
    -e INET=eth0 \
    -e
thanos
z1220726337
z1220726337 commented Jan 30, 2019

我运行的是这4条代码,有可以获得IP,但用python客户端调用没办法取出来

  • 启动scrapy worker,包括代理IP采集器和校验器

    python crawler_booter.py --usage crawler
    python crawler_booter.py --usage validator

  • 启动调度器,包括代理IP定时调度和校验

    python scheduler_booter.py --usage crawler
    python scheduler_booter.py --usage validator
    1

jfg956
jfg956 commented Dec 6, 2019

When using the aggregation mode, the display alias feature display the wrong title: it displays a bogus alias instead of the expected text.

The reason is that the aggregation code is modifying the title of the instance but not its alias.

PR on the way.

kmoppel
kmoppel commented Feb 2, 2017

Hey!
Not a big problem of course but currently when you do "pip install patroni" you still need to go to Github and save a copy of for https://github.com/zalando/patroni/blob/master/postgres0.yml to get started. I know there are env variables but there are quite some to remember. So would be very convenient if running something like "patroni --initconf postgres0.yml" would fill the postgres0.yml

stolon
stremovsky
stremovsky commented Mar 5, 2020

What would you like to be added:

For security reasons, I do not want to connect to consul using the domain socket.

The following is not working as I expect it to be:
"stolon-sentinel --store-backend=consul --store-endpoints unix:///var/run/consul/consul_http.sock"

I am getting the next error:

2020-03-05T20:46:32.998Z FATAL cmd/sentinel.go:1985 cannot create sentinel: c

gluster-ant
gluster-ant commented Mar 12, 2020

URL: https://bugzilla.redhat.com/1379982
Creator: ndevos at redhat
Time: 20160928T10:44:57

Description of problem:
http://review.gluster.org/14701 adds new public functions for gfapi applications that want to receive upcall events. These functions are sparsely documented, which need to improve.

Version-Release number of selected component (if applicable):
mainline (+backports)

rbq
rbq commented Oct 1, 2019

I have one degraded volume (replica count: 3, anti-affinity: hard) with four replicas listed, each on a different host:

  • Node 1: Healthy
  • Node 2: Rebuilding…
  • Node 3: Healthy
  • Node 4: Failed

Health is correctly shown as “Degraded” in list and detail view, but when you hover over it, there is a tooltip for “Limited node redundancy” (multiple replicas being located on the same node). Bu

dashersw
dashersw commented May 26, 2017

The readme features basic documentation for Sockends, and doesn't give a complete example for how and why it works. Therefore we need more detailed documentation in the readme. Certain things like simple security mechanisms via respondsTo and broadcasts configurations should also be taken into account.

dragon2611
dragon2611 commented Feb 1, 2020

Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.

,x-systemd.mount-timeout=30,_netdev

The line in fstab now looks like

mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev

I think it was trying to mount mooseFS before it had fini

guestisp
guestisp commented Nov 23, 2017

I don't want to use current chunks loop for replication (mostly because is still unclear how it works).
What I would like is to set our cluster to replicate as much chunks as possible up to REPLICATION_BANDWIDTH_LIMIT_KBPS

What should I have to set and how ? I think that both REPLICATION_BANDWIDTH_LIMIT_KBPS and chunks loop limits are honored, so I have to set chunk loop to very high value

76439984jc
76439984jc commented Mar 17, 2019

我刚看了一下其他人都好像有这个问题,不过还是看见有人数可以用renew的办法,我也尝试了一下
kubeadm alpha phase all
初步看好像是续期了一年的样子,但由于我是vmware的1master 3node的。。没有环境测试高可用情况下这样renew证书的话,其他master要怎么操作。

另外贴一下下面的help信息
[root@t0 etcd]# kubeadm alpha phase --help
This command is not meant to be run on its own. See list of available subcommands.

[root@t0 etcd]# kubeadm alpha certs renew --help
This command is not meant to be run on its ow

agola
pashagolub
pashagolub commented Sep 25, 2019

WaitForEvent function heavily dependant on poll.h include, but in all other places, PostgreSQL uses such include tecnhique:

#ifdef HAVE_POLL_H
#include <poll.h>
#endif

If we do define include in such a manner we got:

pasha@PG480 MINGW64 /src/pg_auto_failover
$ make
make -C src/monitor/ all
make[1]: Entering directory '/src/pg_auto_failover/src/monitor'
gcc -Wall -Wmis
FranklinRay
FranklinRay commented May 30, 2018

非常感谢提供Mosquitto的集群程序。
在使用时,当我开启不允许匿名登陆后,各个节点无法连接。
进一步尝试在配置 Certificate based SSL/TLS support 中的 ca 路径后,节点之间出现 OpenSSL Error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol问题。
请问是否是因为不支持该功能?还是在配置上需要增加配置?

Improve this page

Add a description, image, and links to the high-availability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the high-availability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.