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
(1) |
3
(12) |
4
(2) |
5
(2) |
6
(13) |
7
(2) |
8
(1) |
9
(7) |
10
(7) |
11
(7) |
12
(2) |
13
(9) |
14
(11) |
15
(2) |
16
(2) |
17
(3) |
18
(4) |
19
(1) |
20
(7) |
21
(3) |
22
|
23
|
24
(7) |
25
(5) |
26
(5) |
27
(2) |
28
(1) |
29
|
30
|
31
|
|
|
|
|
|
From: Lin W. <lin...@gm...> - 2014-03-02 05:19:56
|
Hi, first I create user1 then use user1 create a node; seceond, I use 'set role wln' to return the user of the superuser of cluster; last , I want to use 'drop user user1;' to drop the user1, but it shows "Failed to get pooled connections". (use postgres-xc1.1). the detailed content as below: [wln@localhost pgxc]$ psql -d postgres -p 5300 psql (9.3beta2, server 9.2.4) Type "help" for help. postgres=# create user user1 with SUPERUSER; CREATE ROLE postgres=# set role user1; SET postgres=# create node node100 with(type='datanode',host=localhost,port=7809); CREATE NODE postgres=# set role wln; SET postgres=# drop user user1; DROP ROLE postgres=# create user user1 with SUPERUSER; CREATE ROLE postgres=# set role user1; SET postgres=# \c postgres psql (9.3beta2, server 9.2.4) You are now connected to database "postgres" as user "wln". postgres=# drop user user1; ERROR: Failed to get pooled connections postgres=# select oid, * from pgxc_node; oid | node_name | node_type | node_port | node_host | nodeis_primary | nodeis_preferred | node_id -------+--------------+-----------+-----------+-----------+----------------+------------------+------------ 16384 | datanode1 | D | 5302 | localhost | f | f | 888802358 16385 | datanode2 | D | 5304 | localhost | f | f | -905831925 16386 | coordinator1 | C | 5300 | localhost | f | f | 1938253334 16388 | node100 | D | 7809 | localhost | f | f | 1668042070 (4 rows) log: 2014-03-01 06:39:18.543 CST 53111016.6fe0 postgres 28640 psql 0 00000DEBUG: [re]setting xid = 0, old_value = 0 2014-03-01 06:39:18.545 CST 53110fe1.6fd1 postgres 28625 psql 0 00000DEBUG: Postmaster child: connection to GTM closed 2014-03-01 06:39:25.370 CST 53111016.6fe0 postgres 28640 psql 0 00000DEBUG: Postmaster child: connection established to GTM with string host=localhost port=5307 node_name=coordinator1 2014-03-01 06:39:25.371 CST 53111016.6fe0 postgres 28640 psql 0 00000DEBUG: Assigned new transaction ID from GTM = 10014 2014-03-01 06:39:25.371 CST 53111016.6fe0 postgres 28640 psql 10014 00000DEBUG: Getting snapshot. Current XID = 10014 2014-03-01 06:39:25.372 CST 53111016.6fe0 postgres 28640 psql 10014 00000DEBUG: from GTM: xmin = 10014, xmax = 10014, xcnt = 0, RecGlobXmin = 10014 2014-03-01 06:39:25.394 CST 53110fd8.6fac 28588 0 08006LOG: failed to connect to Datanode 2014-03-01 06:39:25.394 CST 53110fd8.6fac 28588 0 01000WARNING: can not connect to node 16388 2014-03-01 06:39:25.394 CST 53111016.6fe0 postgres 28640 psql 10014 53000LOG: failed to acquire connections 2014-03-01 06:39:25.394 CST 53111016.6fe0 postgres 28640 psql 10014 53000STATEMENT: drop user user1; 2014-03-01 06:39:25.394 CST 53111016.6fe0 postgres 28640 psql 10014 53000ERROR: Failed to get pooled connections 2014-03-01 06:39:25.394 CST 53111016.6fe0 postgres 28640 psql 10014 53000STATEMENT: drop user user1; 2014-03-01 06:39:25.394 CST 53111016.6fe0 postgres 28640 psql 10014 00000DEBUG: Record transaction abort 10014 2014-03-01 06:39:25.395 CST 53111016.6fe0 postgres 28640 psql 10014 00000DEBUG: [re]setting xid = 0, old_value = 0 2014-03-01 06:40:16.315 CST 53110fd8.6fba 28602 0 00000DEBUG: Autovacuum launcher: connection established to GTM with string host=localhost port=5307 node_name=coordinator1 Thanks waln |