Netezza Performance Server 11.2.1.4 release notes
Netezza Performance Server 11.2.1.4 provides a stability patch for critical issues and a new web console.
New features and improvements
- Web console
-
Important: If you are on Cloud Pak for Data System 1.0.7.8, you must use a new version of the Netezza Performance Server web console. For more information, see Web console.
- Upgrade
-
- Automated preupgrade steps that are related to the
crond
service to provide better upgrade experience.For Netezza Performance Server for Cloud Pak for Data System 1.0.X, see Upgrading to 11.2.X.X.
For Netezza Performance Server for Cloud Pak for Data System 2.0.X, see Upgrading to 11.2.X.X.
- Automated preupgrade steps that are related to the
- Event management
-
- Added support for configuring threshold values for the
hwDiskFull
event through the system registry variable.For Netezza Performance Server for Cloud Pak for Data System 1.0.X, see Disk space threshold notification.
For Netezza Performance Server for Cloud Pak for Data System 2.0.X, see Disk space threshold notification.
For Netezza Performance Server for Cloud Pak for Data, see Disk space threshold notification.
.
- Added support for configuring threshold values for the
Known issues
-
Fixed-format data files that contain numeric fields might be loaded incorrectly into the database. For more information, see https://www.ibm.com/support/pages/node/6583457.
nzrestore
fails if backup is taken withBUCKET_URL
having slashes.Whenever theWORKAROUND:nzrestore
failure happens with following error:
Check the backup command and verify whether[Restore Server] : Starting the restore process [Restore Server] : Operation aborted Error: Connector exited with error: 'The specified key does not exist. with address : xx.xxx.xx.xxx'.
BUCKET_URL
is having slashes as shown in the following example:BUCKET_URL=bakcupbucket/subdir/ UNIQUE_ID=2024-01-12
ModifyBUCKET_URL
andUNIQUE_ID
as shown:BUCKET_URL=bakcupbucket UNIQUE_ID=subdir/2024-01-12
Note:UNIQUE_ID
is a combination of string that is taken fromBUCKET_URL
after the first slash and actualUNIQUE_ID
. Pass these two arguments to thenzrestore
command.
Resolved issues
- Postgres
-
- Fixed the issue with the system crashing that happened while inconsistent
AND-OR
expressions were processed. - Fixed the postmaster crash that was caused by a deadlock in spinlock.
- Fixed the OOM problem that happened during execution of deeply nested complex subqueries with case expressions.
- Fixed the issue with Postgres crashing during plan cleanup that was caused by recursion. .
- Fixed the issue with vacuum on empty pages.
- Avoided segmentation fault for views that contain the varlena constant across 32-bit to 64-bit upgrades.
- Fixed the issue with Postgres core memory dump that was caused by duplicate actions in the
MERGE
query.
- Fixed the issue with the system crashing that happened while inconsistent
- Backup and restore
-
- Fixed the issue with an error appearing after the nzrestore command was run. The error was caused by permission issues on the listed user.
- Security
-
- Fixed the user-related issues in a multidomain setup with Kerberos enabled.