home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IC84401 Status: Geschlossen

DB2 WLM MAY NOT TERMINATE TRANSACTION ON UOW TOTAL TIME THRESHOL D
VIOLATION IF APPLICATION IS WAITING FOR RESPONSE FROM CLIENT.

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
When WLM UOW total time threshold is defined, it is expected 
that current transaction will be terminated  as soon as 
threshold time limit is reached. Agent working for the 
application is responsible for checking if any of WLM threshold 
limits are violated by the application. 
 
However if coordinator agent for the application is waiting for 
a new request to arrive from the fron-tend client, it is not 
checking if UOW total time threshold limit is reached. 
Therefore, in some cases, when we have "lazy client application" 
it may be possible for a single transaction to last longer then 
WLM limit defined. 
 
To reproduce: 
 
1. Create threshold: 
 
CREATE THRESHOLD UOW1min FOR DATABASE ACTIVITIES 
   ENFORCEMENT DATABASE 
   WHEN UOWTOTALTIME > 1 MINUTE STOP EXECUTION; 
 
ALTER THRESHOLD UOW1MIN ENABLE ; 
 
2. Perform some activity and leave transaction open: 
 
$ db2 connect to sample 
$ db2 +c "create table t1 (c1 integer)" 
$ db2 +c "insert into t1 values (1)" 
 
$ sleep 180 
 
Leave this tx open - do not run any other db2 commands from this 
window. 
 
3. From a different window, check if transaction is still open, 
after 3 minutes: 
 
$ db2 "select count(*) from t1 with UR" 
 
You should see the data you inserted, rollback hasn't been done.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All DB2 Users                                                * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* upgrade to DB2 Version 10.1.1 or higher                      * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Version 10.1 Fix Pack 1 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Lösung
Problem was first fixed in DB2 Version 10 Fix Pack 1
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
14.06.2012
05.11.2012
05.11.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.1 FixList
10.5.0.1 FixList