recuperar nodo en estado 3 - Mailing list pgsql-general

From Miguel Angel Hernandez Moreno
Subject recuperar nodo en estado 3
Date
Msg-id e720c2d1003111731k64f9e006t5d4fe0b74e2176f0@mail.gmail.com
Whole thread Raw
List pgsql-general


tengo un problema ya habia replicado los datos en las BD

2010-03-11 19:23:58 DEBUG: pid 8252: starting health checking
2010-03-11 19:23:58 DEBUG: pid 8252: health_check: 0 th DB node status: 1
2010-03-11 19:23:58 DEBUG: pid 8252: health_check: 1 th DB node status: 3
2010-03-11 19:24:28 DEBUG: pid 8252: starting health checking
2010-03-11 19:24:28 DEBUG: pid 8252: health_check: 0 th DB node status: 1
2010-03-11 19:24:28 DEBUG: pid 8252: health_check: 1 th DB node status: 3


y me marca eso

lo que hice fue incorporar un nodo en el pg.conf con los mismos datos
que el nodo caido para que me quedara asi

backend_hostname0 = 'pgsql1'
backend_port0 = 5432
backend_weight0 = 1
backend_data_directory0 = '/var/lib/pgsql/data'
backend_hostname1 = 'pgsql2'
backend_port1 = 5432
backend_weight1 = 1
backend_data_directory1 = '/var/lib/pgsql/data'
backend_hostname2 = 'pgsql2'
backend_port2 = 5432
backend_weight2 = 1
backend_data_directory2 = '/var/lib/pgsql/data'

y ahora que me conecto me queda asi
2010-03-11 19:27:56 DEBUG: pid 8384: starting health checking
2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 0 th DB node status: 1
2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 1 th DB node status: 3
2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 2 th DB node status: 1

por que el nodo 1 nunca se recupero a pesar de que son los mismos
gracias!!

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: PgEast Hotel discount deadline today!
Next
From: jgirvin
Date:
Subject: Re: dst question