Re: BDR setup - bdr_node_join_wait_for_ready()

From: cchee-ob <carter(dot)chee(at)objectbrains(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: BDR setup - bdr_node_join_wait_for_ready()
Date: 2015-09-01 16:12:13
Message-ID: 1441123933276-5864213.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig,

By an existing database, I mean I have a database that has our data on it.
I have created the btree_gist and bdr extensions and ran the
bdr.bdr_group_create () function and the bdr.bdr_node_join_wait_for_ready(),
all run successfully. After setting up the next BDR node, and after running
bdr.bdr_group_join() function I run the bdr.bdr_node_join_wait_for_ready()
function it just sits there and nothing returns. It doesn't look like it's
replicating data either. But if I create both BDR nodes without any data in
the 1st node they create fine and I can import the database from the export
and the data will be in both nodes. Any insight into why this might occur?
What is the best practice for creating a BDR environment with 2 BDR nodes
and 1 UDR node?

Carter

--
View this message in context: http://postgresql.nabble.com/BDR-setup-bdr-node-join-wait-for-ready-tp5863606p5864213.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2015-09-01 21:09:04 Re: 9.5 beta pg_upgrade documentation
Previous Message cchee-ob 2015-09-01 15:59:13 Re: BDR setup - bdr_node_join_wait_for_ready()