You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(1) |
3
(6) |
4
(19) |
5
|
6
(15) |
7
(2) |
8
(2) |
9
(22) |
10
(20) |
11
(20) |
12
(14) |
13
(12) |
14
(2) |
15
|
16
(14) |
17
(17) |
18
(4) |
19
(8) |
20
(2) |
21
(3) |
22
|
23
(8) |
24
(1) |
25
|
26
(2) |
27
(1) |
28
|
29
|
30
(7) |
31
(3) |
|
|
|
|
From: Nikhil S. <ni...@st...> - 2012-07-24 14:16:02
|
Hi, So what's the latest status of these HA activities for PGXC? Like the coordinator/datanode agents being discussed here, do we have agents for GTM for example? Also is this happening in some open source group where we can participate and see the latest and greatest source changes? Regards, Nikhils On Mon, Jul 23, 2012 at 12:06 AM, Koichi Suzuki <ko...@in...> wrote: > Thanks. I found the latter works for the master. > --- > Koichi > > On Mon, 23 Jul 2012 12:53:50 +0900 > Michael Paquier <mic...@gm...> wrote: > >> > 2. select application_name,upper(state),upper(sync_state) from >> > pg_stat_replication; >> > >> > This does not work. pg_stat_replication has zero row. >> > >> Because this is datanode slave, we don't have GTM connection or >> > snapshot. This might be a cause of the problem 2, or we might have >> > blocked to update pg_stat_replication system catalog. >> > >> pg_stat_replication has by definition one row per wal sender process: >> http://www.postgresql.org/docs/9.1/static/monitoring-stats.html#MONITORING-STATS-VIEWS-TABLE >> AFAIK, slave has no wal sender processes running, so it is normal to see >> nothing on the slave side, all the data is on the master side. The data is >> only available on master, Am I missing smth? >> You might be able to see rows in pg_stat_replication on a slave if you use >> cascading replication however, but this feature is only available in 9.2. >> Also, in the case of XC, you can use EXECUTE DIRECT to get the information >> of pg_stat_replication from remote nodes, Coordinators and Datanodes >> included. >> -- >> Michael Paquier >> http://michael.otacoo.com > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers -- StormDB - http://www.stormdb.com The Database Cloud |