You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
(9) |
15
(3) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
|
31
|
|
|
|
|
|
|
From: Dika Y. <di...@nt...> - 2010-10-29 07:23:35
|
Cool, does it supports GTM HA feature? Best wishes, Dika Ye -----邮件原件----- 发件人: Koichi Suzuki [mailto:koi...@gm...] 发送时间: 2010年10月29日 14:27 收件人: pgsql-announce; pos...@li...; pos...@li...; Postgres-XC Developers 主题: [Postgres-xc-general] Postgres-XC 0.9.3 is now available Postgres-XC development team is pleased to announce that Postgres-XC Version 0.9.3 is now available. Major additional features include: Transparent DDL. Now DDL is automatically propagated to all the coordinators and data nodes. General SQL support: Statements may include cross node joins. Extended protocol support for libpq: This is needed to use Postgres-XC from Java. Cursor support: This is also needed by Java and other languages. Global Timestamp: Timestamps are now supplied by GTM. This version includes many bug fixes and is much more stable than previous ones. We've tested DBT-1 benchmark for one week with 90% of full load. The test ran stably without any error in DBT-1. You can download the release from Postgres-XC project page: https://sourceforge.net/projects/postgres-xc/ General information is available in Project page: http://postgres-xc.sourceforge.net/ ---------- Postgres-XC Development Team Koichi Suzuki ---------------------------------------------------------------------------- -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Postgres-xc-general mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Koichi S. <koi...@gm...> - 2010-10-29 06:27:09
|
Postgres-XC development team is pleased to announce that Postgres-XC Version 0.9.3 is now available. Major additional features include: Transparent DDL. Now DDL is automatically propagated to all the coordinators and data nodes. General SQL support: Statements may include cross node joins. Extended protocol support for libpq: This is needed to use Postgres-XC from Java. Cursor support: This is also needed by Java and other languages. Global Timestamp: Timestamps are now supplied by GTM. This version includes many bug fixes and is much more stable than previous ones. We've tested DBT-1 benchmark for one week with 90% of full load. The test ran stably without any error in DBT-1. You can download the release from Postgres-XC project page: https://sourceforge.net/projects/postgres-xc/ General information is available in Project page: http://postgres-xc.sourceforge.net/ ---------- Postgres-XC Development Team Koichi Suzuki |
From: Dika Y. <di...@nt...> - 2010-10-15 04:09:51
|
Hi Paquier, That’s good; I got it, thanks very much, Best wishes, Dika Ye NTT Com Asia Limited _____ 发件人: Michael Paquier [mailto:mic...@gm...] 发送时间: 2010年10月15日 12:04 收件人: Dika Ye 抄送: pos...@li... 主题: Re: [Postgres-xc-general] 答复: gtm_coordinator_id or gtm_coord_id Hi Dika, You can get the latest code from the project's GIT repository. GIT is a CVS system. Install it and then take the head code with this git URL. git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc You can create a GIT repository with the following commands: mkdir pgxc cd pgxc git init git remote add pgxc git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc #Upload code to your local machine git fetch pgxc git branch --track master pgxc/master #extract branch master on your local machine git checkout master If you want to install GIT, have a look at their website http://git-scm.com/. They have also some documentation here http://git-scm.com/documentation. I also compiled a small manual here, I believe it is helpful. http://michaelpq.users.sourceforge.net/manuals/git_help.html Regards, -- Michael Paquier http://michaelpq.users.sourceforge.net |
From: Michael P. <mic...@gm...> - 2010-10-15 04:04:12
|
Hi Dika, You can get the latest code from the project's GIT repository. GIT is a CVS system. Install it and then take the head code with this git URL. git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc You can create a GIT repository with the following commands: mkdir pgxc cd pgxc git init git remote add pgxc git:// postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc #Upload code to your local machine git fetch pgxc git branch --track master pgxc/master #extract branch master on your local machine git checkout master If you want to install GIT, have a look at their website http://git-scm.com/ . They have also some documentation here http://git-scm.com/documentation. I also compiled a small manual here, I believe it is helpful. http://michaelpq.users.sourceforge.net/manuals/git_help.html Regards, -- Michael Paquier http://michaelpq.users.sourceforge.net |
From: Dika Y. <di...@nt...> - 2010-10-15 02:40:06
|
Where to get the latest source code? Can you send me the link? Thanks. Best wishes, Dika Ye NTT Com Asia Limited -----邮件原件----- 发件人: Mason Sharp [mailto:mas...@en...] 发送时间: 2010年10月14日 22:11 收件人: pos...@li...; di...@nt... 主题: Re: [Postgres-xc-general] gtm_coordinator_id or gtm_coord_id On 10/14/10 7:05 AM, Koichi Suzuki wrote: > Hi, > > I'm afraid you didn't copy coordinator's database to all the other > coordinators. In the current available release, DDL is not > synchronized to coordinators (synchronized to datanodes, though). To > make all the DDL effect avialable, you should stop all the > coordinators and statically copy $PGDATA to all the other coordinators > to make DDL effect visible. > > Next release will include DDL synchronization to coordinators. > > Dika, If you are comfortable with getting the latest source code from the repository, it includes automatic DDL synchronization between the Coordinators. Regards, Mason > Best Regards; > ---------- > Koichi Suzuki > > > > 2010/10/14 Dika Ye<di...@nt...>: > >> Hi all, >> >> >> >> In version 9.0.2, it uses the parameter use gtm_coordinator_id or >> gtm_coord_id? Are they the same? >> >> I found it in<PG-XC_InstallManual_v0_9_2.pdf>, it said “gtm_coord_id = i” >> in coordinatori postgresql.conf configure file, “gtm_coord_id = i+1” in >> datanodei postgresql.conf configure file, >> >> And I found it in<PG-XC_pgbench_Tutorial_v0_9_2.pdf> said >> “gtm_coordinator_id = 1” for the coordinator1 and “gtm_coordinator_id = 11” >> for the datanode1. >> >> >> >> >> >> >> >> >> >> >> >> >> >> Best wishes, >> >> >> >> Dika.Ye >> >> >> >> ---------------------------------------------------------------------------- -- >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> >> >> > ---------------------------------------------------------------------------- -- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Mason S. <mas...@en...> - 2010-10-14 14:14:00
|
I think this is related to what Koichi pointed out, that you have to resync the other coordinators. You may just want to use the latest code in the git repository so that you do not need to worry about it. On 10/14/10 5:18 AM, Dika Ye wrote: > > I install four datanode/coordinator servers (db01, db02, db03, db04, > each db server include datanode and coordinator service) and one gtm > server, I try to install dbt1-pgxc and run build_db.sh in server db01, > all things seems normal. > > After then, I can check the dbt1 in server db01: > > ################# cut here ######################## > > [root@db01 pgsql]# /usr/local/pgsql/bin/psql -p 5432 -d DBT1 -U postgres > > The session started: 7541 > > psql (8.4.3) > > Type "help" for help. > > DBT1=# \dt > > List of relations > > Schema | Name | Type | Owner > > --------+--------------------+-------+----------- > > public | address | table | messenger > > public | author | table | messenger > > public | cc_xacts | table | messenger > > public | country | table | messenger > > public | customer | table | messenger > > public | item | table | messenger > > public | order_line | table | messenger > > public | orders | table | messenger > > public | shopping_cart | table | messenger > > public | shopping_cart_line | table | messenger > > public | stock | table | messenger > > (11 rows) > > DBT1=# > > ################# cut here ######################## > > But I can't check dbt1 in server db02 or others: > > ################# cut here ######################## > > [root@db02 share]# /usr/local/pgsql/bin/psql -p 5432 -d DBT1 -U postgres > > The session started: 4583 > > FATAL: database "DBT1" does not exist > > psql: FATAL: database "DBT1" does not exist > > [root@db02 share]# The session started: 4584 > > ################# cut here ######################## > > I check my gtm.log, it seems abnormal, please check below: > > ################# cut here ######################## > > LOCATION: ReadCommand, main.c:867 > > 625:1101769024:2010-10-14 17:08:47.060 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 626:1101769024:2010-10-14 17:08:49.408 HKT -LOG: Sending transaction > id 4527 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 627:1101769024:2010-10-14 17:08:49.426 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 628:1101769024:2010-10-14 17:08:49.426 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 629:1101769024:2010-10-14 17:08:54.594 HKT -LOG: Sending transaction > id 4528 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 630:1101769024:2010-10-14 17:08:54.612 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 631:1101769024:2010-10-14 17:08:54.612 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 632:1101769024:2010-10-14 17:08:54.873 HKT -LOG: Sending transaction > id 4529 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 633:1101769024:2010-10-14 17:08:54.892 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 634:1101769024:2010-10-14 17:08:54.892 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 635:1101769024:2010-10-14 17:08:57.605 HKT -LOG: Sending transaction > id 4530 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 636:1101769024:2010-10-14 17:08:57.625 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 637:1101769024:2010-10-14 17:08:57.625 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 638:1101769024:2010-10-14 17:08:58.179 HKT -LOG: Sending transaction > id 4531 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 639:1101769024:2010-10-14 17:08:58.197 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 640:1101769024:2010-10-14 17:08:58.197 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > 641:1101769024:2010-10-14 17:09:01.424 HKT -LOG: Sending transaction > id 4532 > > LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 > > 642:1101769024:2010-10-14 17:09:01.443 HKT -LOG: unexpected EOF on > client connection > > LOCATION: ReadCommand, main.c:867 > > 643:1101769024:2010-10-14 17:09:01.443 HKT -LOG: Cleaning up thread state > > LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 > > ################# cut here ######################## > > What will cause these, thanks. > > Best wishes, > > Dika.Ye > ------------------------------------------------------------------------------------ > NTT Com Asia Network Systems (Guangzhou) Company Limited. > > Tel: (86)-20-8113 0687 > Fax: (86)-20-8135 0322 > Mobile: (86)-135 3371 0342 > Email: di...@nt... <mailto:di...@nt...> > > www.ntt.com.hk <http://www.ntt.com.hk/> > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > > > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Mason S. <mas...@en...> - 2010-10-14 14:11:14
|
On 10/14/10 7:05 AM, Koichi Suzuki wrote: > Hi, > > I'm afraid you didn't copy coordinator's database to all the other > coordinators. In the current available release, DDL is not > synchronized to coordinators (synchronized to datanodes, though). To > make all the DDL effect avialable, you should stop all the > coordinators and statically copy $PGDATA to all the other coordinators > to make DDL effect visible. > > Next release will include DDL synchronization to coordinators. > > Dika, If you are comfortable with getting the latest source code from the repository, it includes automatic DDL synchronization between the Coordinators. Regards, Mason > Best Regards; > ---------- > Koichi Suzuki > > > > 2010/10/14 Dika Ye<di...@nt...>: > >> Hi all, >> >> >> >> In version 9.0.2, it uses the parameter use gtm_coordinator_id or >> gtm_coord_id? Are they the same? >> >> I found it in<PG-XC_InstallManual_v0_9_2.pdf>, it said “gtm_coord_id = i” >> in coordinatori postgresql.conf configure file, “gtm_coord_id = i+1” in >> datanodei postgresql.conf configure file, >> >> And I found it in<PG-XC_pgbench_Tutorial_v0_9_2.pdf> said >> “gtm_coordinator_id = 1” for the coordinator1 and “gtm_coordinator_id = 11” >> for the datanode1. >> >> >> >> >> >> >> >> >> >> >> >> >> >> Best wishes, >> >> >> >> Dika.Ye >> >> >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> >> >> > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Mason S. <mas...@en...> - 2010-10-14 13:02:46
|
On 10/14/10 4:51 AM, Daniel Dettlaff wrote: > Hi > > > I'm just curious if You have some "tutorial"/ "detailed info" how to setup basic multimaster replication with postgres-xc. > Also, just to clarify, Postgres-XC does not use multi-master replication. The term "multi-master" is meant in the sense of "multi-head", that you can connect to anyone of the multiple coordinators and get the same consistent view of the data. We may update the web pages to clarify this. Regards, Mason > If You have one, just please tell me > > > Second question: Is postgres-xc stable? I want to use it on production server.. > > > As Koichi mentioned, no it is not ready for production use. We encourage you to try it out in a test environment and provide feedback. In addition, if you have a specific application in mind that would make for a good pilot project, feel free to contact me directly, as we may be willing to change development priorities so that XC can meet your needs and we have a good case study. Thanks, Mason > thank You > > > > > best regards > > Daniel (dmilith) Dettlaff > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Koichi S. <koi...@gm...> - 2010-10-14 11:05:20
|
Hi, I'm afraid you didn't copy coordinator's database to all the other coordinators. In the current available release, DDL is not synchronized to coordinators (synchronized to datanodes, though). To make all the DDL effect avialable, you should stop all the coordinators and statically copy $PGDATA to all the other coordinators to make DDL effect visible. Next release will include DDL synchronization to coordinators. Best Regards; ---------- Koichi Suzuki 2010/10/14 Dika Ye <di...@nt...>: > Hi all, > > > > In version 9.0.2, it uses the parameter use gtm_coordinator_id or > gtm_coord_id? Are they the same? > > I found it in <PG-XC_InstallManual_v0_9_2.pdf>, it said “gtm_coord_id = i” > in coordinatori postgresql.conf configure file, “gtm_coord_id = i+1” in > datanodei postgresql.conf configure file, > > And I found it in <PG-XC_pgbench_Tutorial_v0_9_2.pdf> said > “gtm_coordinator_id = 1” for the coordinator1 and “gtm_coordinator_id = 11” > for the datanode1. > > > > > > > > > > > > > > Best wishes, > > > > Dika.Ye > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > |
From: Dika Y. <di...@nt...> - 2010-10-14 09:18:40
|
I install four datanode/coordinator servers (db01, db02, db03, db04, each db server include datanode and coordinator service) and one gtm server, I try to install dbt1-pgxc and run build_db.sh in server db01, all things seems normal. After then, I can check the dbt1 in server db01: ################# cut here ######################## [root@db01 pgsql]# /usr/local/pgsql/bin/psql -p 5432 -d DBT1 -U postgres The session started: 7541 psql (8.4.3) Type "help" for help. DBT1=# \dt List of relations Schema | Name | Type | Owner --------+--------------------+-------+----------- public | address | table | messenger public | author | table | messenger public | cc_xacts | table | messenger public | country | table | messenger public | customer | table | messenger public | item | table | messenger public | order_line | table | messenger public | orders | table | messenger public | shopping_cart | table | messenger public | shopping_cart_line | table | messenger public | stock | table | messenger (11 rows) DBT1=# ################# cut here ######################## But I can't check dbt1 in server db02 or others: ################# cut here ######################## [root@db02 share]# /usr/local/pgsql/bin/psql -p 5432 -d DBT1 -U postgres The session started: 4583 FATAL: database "DBT1" does not exist psql: FATAL: database "DBT1" does not exist [root@db02 share]# The session started: 4584 ################# cut here ######################## I check my gtm.log, it seems abnormal, please check below: ################# cut here ######################## LOCATION: ReadCommand, main.c:867 625:1101769024:2010-10-14 17:08:47.060 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 626:1101769024:2010-10-14 17:08:49.408 HKT -LOG: Sending transaction id 4527 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 627:1101769024:2010-10-14 17:08:49.426 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 628:1101769024:2010-10-14 17:08:49.426 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 629:1101769024:2010-10-14 17:08:54.594 HKT -LOG: Sending transaction id 4528 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 630:1101769024:2010-10-14 17:08:54.612 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 631:1101769024:2010-10-14 17:08:54.612 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 632:1101769024:2010-10-14 17:08:54.873 HKT -LOG: Sending transaction id 4529 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 633:1101769024:2010-10-14 17:08:54.892 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 634:1101769024:2010-10-14 17:08:54.892 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 635:1101769024:2010-10-14 17:08:57.605 HKT -LOG: Sending transaction id 4530 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 636:1101769024:2010-10-14 17:08:57.625 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 637:1101769024:2010-10-14 17:08:57.625 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 638:1101769024:2010-10-14 17:08:58.179 HKT -LOG: Sending transaction id 4531 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 639:1101769024:2010-10-14 17:08:58.197 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 640:1101769024:2010-10-14 17:08:58.197 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 641:1101769024:2010-10-14 17:09:01.424 HKT -LOG: Sending transaction id 4532 LOCATION: ProcessBeginTransactionGetGXIDCommand, gtm_txn.c:916 642:1101769024:2010-10-14 17:09:01.443 HKT -LOG: unexpected EOF on client connection LOCATION: ReadCommand, main.c:867 643:1101769024:2010-10-14 17:09:01.443 HKT -LOG: Cleaning up thread state LOCATION: GTM_ThreadCleanup, gtm_thread.c:265 ################# cut here ######################## What will cause these, thanks. Best wishes, Dika.Ye ---------------------------------------------------------------------------- -------- NTT Com Asia Network Systems (Guangzhou) Company Limited. Tel: (86)-20-8113 0687 Fax: (86)-20-8135 0322 Mobile: (86)-135 3371 0342 Email: <mailto:di...@nt...> di...@nt... www.ntt.com.hk <http://www.ntt.com.hk/> |
From: Koichi S. <koi...@gm...> - 2010-10-14 09:17:31
|
They are available from sourceforge. Please visit http://sourceforge.net/projects/postgres-xc/files/ You will also find links to individual document from Postgres-XC page http://postgres-xc.sourceforge.net/ Please try "Download" button. BTW, postgres-xc is not stable yet. If you're interested in using it as a production, I think you should wait a bit. Anyway, testing current version will help. Best Regards; ---------- Koichi Suzuki 2010/10/14 Daniel Dettlaff <dm...@gm...>: > > Hi > > > I'm just curious if You have some "tutorial"/ "detailed info" how to setup basic multimaster replication with postgres-xc. > > If You have one, just please tell me > > > Second question: Is postgres-xc stable? I want to use it on production server.. > > > thank You > > > > > best regards > > Daniel (dmilith) Dettlaff > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |
From: Dika Y. <di...@nt...> - 2010-10-14 09:07:55
|
Maybe you can download from https://sourceforge.net/projects/postgres-xc/files/. Best wishes, Dika Ye NTT Com Asia Limited -----邮件原件----- 发件人: Daniel Dettlaff [mailto:dm...@gm...] 发送时间: 2010年10月14日 16:52 收件人: pos...@li... 主题: [Postgres-xc-general] Instructions lack Hi I'm just curious if You have some "tutorial"/ "detailed info" how to setup basic multimaster replication with postgres-xc. If You have one, just please tell me Second question: Is postgres-xc stable? I want to use it on production server.. thank You best regards Daniel (dmilith) Dettlaff ---------------------------------------------------------------------------- -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Postgres-xc-general mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Daniel D. <dm...@gm...> - 2010-10-14 08:51:41
|
Hi I'm just curious if You have some "tutorial"/ "detailed info" how to setup basic multimaster replication with postgres-xc. If You have one, just please tell me Second question: Is postgres-xc stable? I want to use it on production server.. thank You best regards Daniel (dmilith) Dettlaff |
From: Dika Y. <di...@nt...> - 2010-10-14 07:58:23
|
Hi all, In version 9.0.2, it uses the parameter use gtm_coordinator_id or gtm_coord_id? Are they the same? I found it in <PG-XC_InstallManual_v0_9_2.pdf>, it said "gtm_coord_id = i" in coordinatori postgresql.conf configure file, "gtm_coord_id = i+1" in datanodei postgresql.conf configure file, And I found it in <PG-XC_pgbench_Tutorial_v0_9_2.pdf> said "gtm_coordinator_id = 1" for the coordinator1 and "gtm_coordinator_id = 11" for the datanode1. Best wishes, Dika.Ye |
From: cheng c. <ke...@ho...> - 2010-10-07 03:29:25
|
pg_hba.conf has been config as allow all all 172.22.5.0/24 trust. psql works fine to create table and insert data. my pgamin version is latest one. Kent Date: Wed, 6 Oct 2010 09:48:12 -0400 From: mas...@en... To: ke...@ho... CC: pos...@li... Subject: Re: [Postgres-xc-general] Does postgres-XC support pgadmin? On 10/6/10 1:25 AM, cheng chung wrote: Dear All I have installed postgres-XC 0.9.2 version with single node. I met some problem with trying to use pgadmin to connect database from coordinate but it is sucess to connect from datanode. pgadmin is just hanging there. Are you able to connect to a coordinator via psql? Is your pg_hba.conf file ok? Regards, Mason -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Mason S. <mas...@en...> - 2010-10-06 13:48:35
|
On 10/6/10 1:25 AM, cheng chung wrote: > Dear All > I have installed postgres-XC 0.9.2 version with single node. > I met some problem with trying to use pgadmin to connect database from > coordinate but it is sucess to connect from datanode. > pgadmin is just hanging there. > Are you able to connect to a coordinator via psql? Is your pg_hba.conf file ok? Regards, Mason -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Koichi S. <koi...@gm...> - 2010-10-06 07:02:39
|
Yes. We're planning to upgrade the base version to 9.0.1 (just released) by the end of next March. Until then, we will concentrate on extending coordinator and data node to support wider range of the statement, as well as HA capability. ---------- Koichi Suzuki 2010/10/6 cheng chung <ke...@ho...>: > Dear All > Current postgres-XC only support postgres community 8.4.3 version, is there > any plan to support other postgres version?? > > Eg: EDB 8.4 version or postgresql 9.0?? > > Best regards > Kent > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > |
From: cheng c. <ke...@ho...> - 2010-10-06 06:55:49
|
Dear All Current postgres-XC only support postgres community 8.4.3 version, is there any plan to support other postgres version?? Eg: EDB 8.4 version or postgresql 9.0?? Best regards Kent |
From: cheng c. <ke...@ho...> - 2010-10-06 05:25:53
|
Dear All I have installed postgres-XC 0.9.2 version with single node. I met some problem with trying to use pgadmin to connect database from coordinate but it is sucess to connect from datanode. pgadmin is just hanging there. startup command is blow: /usr/local/pgsql/bin/gtm -p 6666 -D /data/gtm/ & /usr/local/pgsql/bin/postgres -X -i -p 15432 -D /data/datanode/ & /usr/local/pgsql/bin/postgres -C -i -p 5432 -D /data/coord/ & the configuration file is below: coordinate & datanode ==========================pgxc.conf==================== coordinator_hosts = '172.22.5.39' # Host names or addresses of data nodes # (change requires restart) coordinator_ports = '5432' # Port numbers of coordinators # (change requires restart) coordinator_folders = '/data/coord' # List of Data folders of coordinators # (change require restart) ==========================end pgxc.conf==================== ==========================postgres.conf=================== pooler_port = 6667 # Pool Manager TCP port # (change requires restart) num_data_nodes = 1 # Number of Data Nodes # (change requires restart) min_pool_size = 1 # Initial pool size # (change requires restart) max_pool_size = 50 # Maximum pool size # (change requires restart) data_node_hosts = '172.22.5.39' # Host names or addresses of data nodes # (change requires restart) data_node_ports = '15432' # Port numbers of data nodes # (change requires restart) data_node_users = 'postgres' # User names of data nodes # (change requires restart) data_node_passwords = 'postgres' # Passwords of data nodes # (change requires restart) primary_data_node = 1 # Which data node to use first for # replicated writes #------------------------------------------------------------------------------ # GTM CONNECTION #------------------------------------------------------------------------------ gtm_host = '172.22.5.39' # Host name or address of GTM # (change requires restart) gtm_port = 6666 # Port of GTM # (change requires restart) gtm_coordinator_id = 1 # Coordinator identifier # (change requires restart) ==========================end postgres.conf=================== |