IBM Support

IBM Db2 Analytics Accelerator for z/OS Version 7.5.0.1 Release Notes

Release Notes


Abstract

This document describes enhancements and fixes in IBM Db2 Analytics Accelerator for z/OS Version 7.5.0.1 / 7.5.0.2

Content



What's new

Find information about new functions here.

Installation and/or Upgrade Considerations

Accelerator on IIAS-specific considerations

If you plan to install or upgrade IBM Db2 Analytics Accelerator, please contact IBM support by opening a case.
For an upgrade we would like you to create an Appliance trace and to upload it to the support case for an offline health check of the system.

The steps to be performed for an upgrade to 7.5.0.1 depend on your current maintenance level of the accelerator:

1) Current maintenance level: 7.5.0, 7.1.9.1, or 7.1.9:
We recommend to migrate directly to maintenance level 7.5.0.1.

2) Current maintenance level: prior to 7.1.9
A two-step upgrade process is mandatory: in step 1 you upgrade to maintenance level 7.1.9.1. In step 2 you upgrade 7.1.9.1  to maintenance level 7.5.0.1.
We recommend to perform the two required upgrade steps in the same maintenance window. To save some time the first upgrade to 7.1.9.1 can be an “essential” update, skipping firmware updates, followed by a full update to 7.5.0.1.

Accelerator on Z-specific considerations

If you plan to install or upgrade IBM Db2 Analytics Accelerator, please contact IBM support by opening a case.
For an upgrade we would like to know your current maintenance level of the accelerator software and the one you want to upgrade to.

The steps to be performed for an upgrade to 7.5.0.2 depend on your current maintenance level of the accelerator:

1) Current maintenance level: 7.5.0.1, 7.5.0, or 7.1.9:
We recommend to migrate directly to maintenance level 7.5.0.2.

2) Current maintenance level: prior to 7.1.9
A two-step upgrade process is mandatory: in step 1 you upgrade to maintenance level 7.1.9, in step 2 you upgrade 7.1.9  to maintenance level 7.5.0.2. We recommend to perform the two required upgrade steps in the same maintenance window.

Further considerations:

  • Maintenance level 7.1.9 significantly changed how the product is configured. Instead of using the Web UI to configure network and storage directly, the configuration is now imported into the Web UI from a separate file. Refer to the Installation Guide for more details.
  • An alternative for the deployment on IBM Z (without massive tables and without accelerator-only tables) is to reinstall the current instance, or provision a completely new instance, and then reload the data from Db2 for z/OS.
 

APARs fixed with 7.5.0.1 / 7.5.0.2

Other previously reported issues resolved with 7.5.0.1

  • The query result is "undefined" under the following conditions:
    (a) A query contains a CAST AS TIMESTAMP expression and a TIMESTAMP() function call on a CHAR(14) column.
    (b) The CHAR(14) column contains timestamp values in the format yyyyddmmHHMMSS.

  • When doing an INSERT into AOT with subSELECT of a DATE data type into a CHAR/VARCHAR column for the LOCAL date format DD/MM/YYYY, the output is a valid date format, not DD/MM/YYYY.

    Example:
    CREATE TABLE T1(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    CREATE TABLE T2(CHARCOL1 CHAR(10),CHARCOL2 CHAR(10)) IN ACCELERATOR ZGRYPHON;
    COMMIT;
    SET CURRENT QUERY ACCELERATION=ALL;
    INSERT INTO T2 VALUES('31/12/2001','31/12/2001');
    INSERT INTO T1(CHARCOL1,CHARCOL2) SELECT DATE(CHARCOL1),DATE('31/12/2001') FROM T2;
    -> an unexpected local data format is returned by the SELECT.
    CHARCOL1 CHARCOL2
    ---------- ----------
    12/31/2001 12/31/2001

    This issue has been fixed with Db2z PTF UI60263 (Db2 12) or UI60265 (Db2 11), APAR PH00933.

  • Replication that uses Integrated Synchronization fails with "Detected LSN moving backwards! current LSN: < lrsn1 > previous LSN: < lrsn2 >" and might set the table into error state.

  • 04E-00C90050 ABEND can occur in Db2z if you are run parallel load jobs or use integrated synchronization to update replicated tables.

Changed behavior of ACCEL_LOAD_TABLES

The SYSPROC.ACCEL_LOAD_TABLES stored procedure behaves differently if automatic change detection is enabled.
Before version 7.1.7, a load job with a setting of detectChanges=“DATA” sometimes did not capture the changes in all partitions if the lock mode NONE had been used for the previous load.
This was fixed with version 7.1.7.

The new behavior:
If you use lock mode NONE and detectChanges=“DATA”,

  • it can happen that more changes are detected than are transferred to the accelerator. This is caused by the SKIP LOCKED DATA option, which is used implicitly by the Db2 Unload Utility. If parts of the data were locked by other processes, then this data is ignored and not unloaded to the accelerator.

  • therefore, a partition in an accelerator-shadow table is always fully reloaded to ensure that all changes are finally transferred. A reload is started even if the partition had no further changes since then.

If you want to use detectChanges="DATA", the recommended lock mode to be used is lock mode "ROW" or higher.

Known issues and restrictions

General recommendations

  • Under a high system load, the accelerator might appear slow or run into timeouts.

    Recommendation: Do not run more than 30 load threads in parallel.

Accelerator-only tables

  • Multi-row inserts fail if rows contain NULL values to be inserted in columns of data type BINARY or VARBINARY.

    Recommendation: Do not use the multi-row insert method under these conditions.

Queries

  • A query running during a partial reload of an incrementally updated table might be unable to access the new partitions.

    Recommendation: Rerun the query after the partial reload has finished.

  • A query referencing a large set of federated objects could result in an SQLCODE -904: 954: Not enough storage is available error

    Recommendation: Contact IBM support for assistance.

  • A query referencing a large set of federated objects could run slow.

    Recommendation: Contact IBM support for assistance.

  • When executing a query with a large result set, the query could be slow.

    Recommendation: Contact IBM support for assistance.

  • An SQL query might hang in IBM Db2 Analytics Accelerator

    Recommendation: Cancel the query from IBM Db2 Analytics Accelerator Studio, or call the SYSPROC.ACCEL_CONTROL_ACCELERATOR stored procedure that uses the <cancelTasks> command.

Loading tables

  • After running the REORG utility in Db2 12 for z/OS,  reloads might be wrongly recommended for partitions that have already been loaded on the accelerator.

    Recommendation: To receive correct reload recommendations, do not use interactive load recommendations and batch job change detection at the same time.

  • If you run SYSPROC.ACCEL_LOAD_TABLES with lock mode "TABLESET", the operation might fail and return an AQT10071E error.

    Recommendation: Cancel the previous load and rerun the load operation.

Incremental updates

  • The time needed to reload a set of incrementally updated tables increases as well as the replication latency.

    Recommendation: Pause after each reload, as this allows the system to come back to normal throughput rates and latency levels.

  • Long load scenarios, during which a continuous replication setup collects about 24 million rows, might cause the integrated synchronization function to run out of memory.

    Recommendation: Try a reload. If the problem reoccurs, load the table with lock mode tableset.

  • If integrated synchronization is the chosen incremental update technology, numerous abnormal endings (abends) of the following types can occur during a load of many tables:

    ABENDDC2 RC5C004221 storage management error in Db2 for z/OS followed by:
    ABEND04E RC00D34454 in DSNLXLLM.DSNLJXUS:0002

    This is a memory allocation problem. To recover from this situation, the replication process has to restart the log reader task. This does not require an intervention on your part. If the memory allocation problem persists after the restart of the log reader task, the replication process goes into error state. In that case, you must restart replication.

    Recommendation: Db2 for z/OS APAR PH20587 provides a fix in PTF UI67915 for the DC2 abend that entails the abend 04E with reason code 00D34454. Install this fix if you encounter this error.

Monitoring

  • The values of the monitoring counter Q8STTMUD are too high, for example 0.18E+20.

    Recommendation: Ignore the high value. It will be corrected during the next collection of statistics.

  • The monitoring values of the Q8STCQL, Q8STCQLS, and Q8STQUEW metrics might be displayed incorrectly.

Tracing

  • The information collected by the apdiag tool is not included in the trace archive of the appliance.

    Recommendation: Contact IBM L3 support and ask if this information is needed.

Miscellaneous

  • Under a very high system load caused by the parallel execution of various operations, such as 'Add Tables', 'Remove Tables', and 'Alter Keys', the accelerator might restart unexpectedly, leading to the abortion of running tasks or queries.
    Symptoms are aborted tasks, lock timeout exceptions, or messages with SQL code -911, SQLSTATE=40001, and rc=68.

    Recommendation: Reduce the task diversity of parallel jobs if you process large table sets with more than 100 tables. For example, do not run 'Alter Keys', 'Add Tables', and 'Remove Tables' operations at the same time. Reduce this to 'Alter Keys' and 'Add Tables' jobs or any other combination of just two different tasks.
    If a query failed, rerun the query.

  • Error when removing multiple tables in parallel. The following error message is "AQT20118E: A distributed commit between the stored procedure and the server failed for the following reason: Distributed commit failed while initiator was preparing for commit".

    Recommendation: Repeat the operation.

Issues specific to IBM Db2 Analytics Accelerator on Z

  • During the replication of changes based on Integrated Synchronization the accelerator might run out of disk space in rare cases.

    Recommendation: As mitigation reload the table and open a support case for further assistance.

  • Error AQT10050E occurs during the pairing of an accelerator or during a process that  adds or removes a multitude of tables: 
    "AQT10050E - An internal error occurred on the 'unknown' accelerator:  An assertion '( false )' failed.  Additional info: Failed to acquire SQL transaction serialization lock for request."

    Recommendation: Restart the accelerator from the IBM Db2 Analytics Accelerator Console. If the issue persists, restart the database engine of the accelerator from the same console.

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS4LQ8","label":"Db2 Analytics Accelerator for z\/OS"},"Component":"","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
27 March 2020

UID

ibm12266215