Difference between revisions of "Pgpool-II 4.0 development"

From pgpool Wiki
Jump to: navigation, search
Line 83: Line 83:
 
|https://www.pgpool.net/mantisbt/view.php?id=322
 
|https://www.pgpool.net/mantisbt/view.php?id=322
 
|
 
|
|-style="background:silver"
 
| 93
 
| Add some Japanese document.
 
| 2017/7/21
 
|
 
| Peng
 
|
 
| Done.
 
|-style="background:silver"
 
| 94
 
| Deal with OpenSSL 1.1
 
| 2017/7/25
 
|
 
| Ishii
 
|https://www.pgpool.net/pipermail/pgpool-general/2016-July/004828.html
 
| Done (2017/9/11)
 
|-style="background:silver"
 
| 95
 
| [pgpool-general: 5640] oom when memory_cache_enabled is on
 
| 2017/7/28
 
|
 
| Ishii
 
|https://www.pgpool.net/pipermail/pgpool-general/2017-July/005698.html
 
| Fix pushed (2017/8/9). Waiting for the feedback.
 
|-style="background:silver"
 
| 96
 
| [pgpool-general: 5653] pgpoolAdmin-3.6.1-1pgdg.rhel7.noarch.rpm does not have js direcotry.
 
| 2017/7/31
 
|
 
| Peng
 
|https://www.pgpool.net/pipermail/pgpool-general/2017-July/005711.html
 
| Fixed. https://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=commit;h=649f0bb0b7be9c824c9fe19f3287639d3f0e0109
 
|-style="background:silver"
 
| 97
 
| [pgpool-general: 5660] pgpoolAdmin can not set expectedly Pgpool-II params related to bool type ones in "pgpool.conf Setting"
 
| 2017/7/31
 
|
 
| Peng
 
|https://www.pgpool.net/pipermail/pgpool-general/2017-July/005718.html
 
| Fixed. https://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=commitdiff;h=8e919744217efae6d6f71a1a07a681183e79c813
 
|-style="background:silver"
 
| 98
 
| 0000324: backend consumes large amount of RAM with long sessions
 
| 2017/7/31
 
|
 
|Ishii
 
|https://www.pgpool.net/mantisbt/view.php?id=324
 
| Patch provided. Waiting for feedback (2017/8/2) It turns out that this is application's issue. They don't issue close messages -> Issue closed.
 
|-style="background:silver"
 
| 99
 
|0000325: pool_check_fd call failed with an error "Interrupted system call"
 
| 2017/08/02
 
|
 
|Ishii
 
|https://www.pgpool.net/mantisbt/view.php?id=325
 
| Waiting for feedback (2017/8/03)->it turned out configuration problem.
 
|-style="background:silver"
 
| 100
 
|[pgpool-general: 5683] Postgres error not processed by pgpool
 
| 2017/08/04
 
|
 
|Ishii
 
|https://www.pgpool.net/pipermail/pgpool-general/2017-August/005741.html
 
| Waiting for feedback (2017/8/04)-> Solved (2017/8/7)
 
|-style="background:silver"
 
| 101
 
| New feature candidate: Need to support hostname in pool_hba.conf, currently only IP addresses are support
 
|
 
| 2017/9/30
 
| Usama
 
|
 
| Target date includes English documentation
 
|-style="background:silver"
 
| 102
 
| 0000326: pcp_node_info command error occurred on pgpool admin
 
|
 
 
| Peng
 
| http://www.pgpool.net/mantisbt/view.php?id=326
 
| Waiting for feedback. (2017/8/20)
 
|-style="background:silver"
 
| 103
 
| 0000327: Cannot connect to PGPool when caching is enabled (Redshift)
 
| 2017/8/9
 
|
 
| Ishii
 
| http://www.pgpool.net/mantisbt/view.php?id=327
 
| Waiting for feedback (2017/8/16)
 
 
|-style="background:yellow"
 
|-style="background:yellow"
 
| 104
 
| 104

Revision as of 03:33, 23 November 2017

Last update: 2017/11/23 (gray items are done, yellow items are behind schedule, pink items are new features for 3.8)

Each bug items assigned "SL (Severity level)" from 1-3 (1 is the most severe, 3 is the least severe) in "Status" column.

ID Registered/start Date Target Date Person in charge Overview Status
2 pgpool-hackers:1034 2015/09/03 - Usama add new child if it goes down [Feature: small]->postpone to 3.8
3 Make PCP set configuration command public 2016/2/15 - Usama - [Feature: small]->postpone to 3.8
5 Allow to use multiple pgpool-II instances with in-memory query cache enabled 2016/3/4 Tatsuo http://pgpool.net/mediawiki/index.php/TODO#Allow_to_use_multiple_pgpool-II_instances_with_in-memory_query_cache_enabled [Feature: small] [medium size implementation]->postpone to 3.8
43 new feature candidate: verify standby node while finding primary node 2017/1/12 Tatsuo/Usama http://www.pgpool.net/pipermail/pgpool-hackers/2017-January/001979.html [Feature: Medium][medium size implementation]->postpone to 3.8
62 [Feature] New feature candidate: certification base authentication 2017/3/23 postpone to 3.8
63 New feature candidate: Seamless Application Failover 2017/3/23 Similar to Oracle's "Transparent Application Failover". Postpone to 3.8 or later
72 New feature candidate: Support more prefix for query routing (similar to NO LOAD BALANCE) 2017/4/17 Usama Postpone to 3.8
83 [pgpool-hackers: 2400] Garbage output 2017/6/19 Usama
92 0000322: PGPool child processes go into <defunct> state when a backend node is unresponsive 2017/7/21 Usama https://www.pgpool.net/mantisbt/view.php?id=322
104 0000329: Newly elected(promoted) Pgpool does connect to any backend 2017/8/11 Usama http://www.pgpool.net/mantisbt/view.php?id=329 fix in 3.7 done. Needs back patching
105 0000330: Unable to connect to pgpool-II using jdbc 2017/8/14 Ishii http://www.pgpool.net/mantisbt/view.php?id=330 Fixed.
106 0000332: Watch dog issue 2017/8/24 Usama http://www.pgpool.net/mantisbt/view.php?id=332 Assigned.
107 0000333: watchdog fails to add node to master when wd_authkey is not an empty string; pgpool member shuts down 2017/8/24 Usama http://www.pgpool.net/mantisbt/view.php?id=333 Fixed.
108 Pgpool-II minor release. 2017/9/5 Peng Done.
109 0000336: During load the server in production would fail connectivity with a slave and itself, resulting in removing nodes 2017/8/29 Ishii http://www.pgpool.net/mantisbt/view.php?id=336 Waiting for feedback (2017/9/6)
110 [pgpoolAdmin] Add support for PHP7 2017/9/11 2017/10/30 Peng Done.https://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=commit;h=694502da1929a643875c661fe34b278e6efaa142
111 0000339: Failover does not occurr if master Pgpool-II and primary PostgreSQL servers are stopped at the same time 2017/9/13 Usama https://www.pgpool.net/mantisbt/view.php?id=339 Done in 3.6, 3.5, 3.7. Working on 3.4 and 3.3
112 [pgpoolAdmin] [pgpool-general: 5720] "Return" node automatically 2017/9/15 2017/9/30 Peng Done.[pgpool-general: 5743]
113 3.7 release-note 2017/10/1 2017/10/5 Peng Done.
114 Failover bug in replication mode 2017/9/20 2017/9/22 Ishii https://www.pgpool.net/pipermail/pgpool-general/2017-September/005786.html Fix pushed.
115 0000343: Pgpool log is empty after upgrade 2017/9/26 Peng http://www.pgpool.net/mantisbt/view.php?id=343 In progress.
116 0000345: pgpool node.js prepared statement 2017/10/3 ishii http://www.pgpool.net/mantisbt/view.php?id=345 Patch provided. Waiting for feedback.
117 new featue candidate: add "role" column to pcp_node_info command 2017/10/3 2017/10/4 ishii Done.
118 0000347: backend response with kind 'E' when expecting 'R' 2017/10/4 ishii http://www.pgpool.net/mantisbt/view.php?id=347 Waiting for feedback.
119 0000351: pgpool crashes after a network outage to the master 2017/10/9 ishii http://www.pgpool.net/mantisbt/view.php?id=351 Waiting for feedback.
120 0000349: Connection to PGpool Port through VIP fails to connect with JDBC, works fine with ODBC 2017/10/5 ishii http://www.pgpool.net/mantisbt/view.php?id=349 Waiting for feedback.(2017/10/6)
121 Add RPMs for PostgreSQL 10 2017/11/01 Peng Done.
122 0000356: pg_terminate_backend() causing failover despite setting flag 2017/10/19 Usama https://www.pgpool.net/mantisbt/view.php?id=356 Fixed in master, 3.6 and 3.5 stable branch. Waiting for feedback.
123 0000361: Can't detach node from pgpoolAdmin UI, while pcp_detach_node works fine 2017/11/01 Peng https://www.pgpool.net/mantisbt/view.php?id=361 Assigned.
124 0000363: health check not detect node after down 2017/11/09 Peng https://www.pgpool.net/mantisbt/view.php?id=363 Closed.2017/11/9
125 0000348: pgpool failover scenario ERROR - pgpool 3.6.6 (postgres 9.3.5) 2017/11/09 Usama https://www.pgpool.net/mantisbt/view.php?id=348
126 0000342: On master fail slave not able to convert itself to master 2017/11/09 Usama https://www.pgpool.net/mantisbt/view.php?id=342
127 0000364: PGPool hangs when then number of connections are greater than num_init_children 2017/11/10 Peng https://www.pgpool.net/mantisbt/view.php?id=364 Assigned.
200 Feature Agreement 2017/3/31
201 Code Freeze including English docs except release notes 2017/9/30
202 Beta 1 including release notes and Japanese docs 2017/10/17
203 RC1 Release. 2017/11/13
204 Pgpool-II 3.7 official release 2017/11/22