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 IT08335 Status: Geschlossen

PRIVATE MEMORY LEAK DURING CRASH RECOVERY, ROLLFORWARD, HADR FORCED
TAKEOVER

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
A significant amount of private memory may be leaked during 
crash recovery, rollforward, and hadr forced takeover activities 
while processing logs.  The leak is in private memory pool for a 
db2agent, and will be indirectly freed when the agent terminates 
or recycles.  If the database stays active following the 
vulnerable activity, the agent may remain associated with the 
database for an extended period of time, and the accumulated 
memory stays allocated. 
 
The memory leak is in DB2 private memory, so any DB2 or OS 
monitoring tool would show a marked increase in private memory 
usage if the leak has a significant impact.  For example, the 
following would show a specific EDU with a large memory pool 
usage amount : 
 
select memory_pool_type, edu_id, memory_pool_used from 
table(mon_get_memory_pool('PRIVATE',null,null)) where 
memory_pool_type = 'PRIVATE' order by 3 descending fetch first 3 
rows only 
 
The following can be run on systems with ample free memory to 
further validate the symptom 
db2pd -memblocks pid=<db2sysc process ID> -file private.blocks 
A large number of blocks similar to the following may be 
observed : 
 
PoolID     PoolName    BlkAge Size(Bytes)  I LOC   File 
0                       200   8192         1 366   418210772 
0                       201   8192         1 366   418210772 
0                       202   8192         1 366   418210772 
... 
"File" value is the important value to match.  LOC value may not 
be identical
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All DB2 systems are affected                                 * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.1 Fix Pack 5                       * 
****************************************************************
Local-Fix:
Recycle database (force applications, deactivate database)
Lösung
Problem first fixed in DB2 Version 10.1 Fix Pack 5
Workaround
see Local Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
15.04.2015
29.07.2015
29.07.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.5 FixList