Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ERROR: node identity for local dsn does not match current node
  2. DETAIL: The dsn 'host=192.168.255.3 port=5432 dbname=common_db_staging user=codehood_user password=c0deH00d2016' connects to a node with identity (6382867863122006039,1,16385) but the local node is (6383862159317565462,1,16385)
  3. HINT: The node_local_dsn (or, for bdr, dsn if node_local_dsn is null) parameter must refer to the node you're running this function from
  4. CONTEXT: SQL statement "SELECT bdr.internal_begin_join(
  5. 'bdr_group_join',
  6. local_node_name,
  7. CASE WHEN node_local_dsn IS NULL THEN node_external_dsn ELSE node_local_dsn END,
  8. join_using_dsn)"
  9. PL/pgSQL function bdr_group_join(text,text,text,text,integer,text[]) line 21 at PERFORM
  10. STATEMENT: SELECT bdr.bdr_group_join(
  11. local_node_name := 'Janeo',
  12. node_external_dsn := 'host=192.168.255.3 port=5432 dbname=common_db_staging user=codehood_user password=c0deH00d2016',
  13. join_using_dsn := 'host=192.168.255.8 port=5432 dbname=common_db_staging user=codehood_user password=c0deH00d2016'
  14. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement