DB2 - Problembeschreibung
Problem IC84863 | Status: Geschlossen |
LOAD HANGS WITH ALL LOAD FORMATTERS(DB2LFRM) WAITING FOR SYNCUP OR TRANSFER BUFFER. | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problembeschreibung: | |
This problem with LOAD hanging is rarely hit, and it only affects LOAD using DEL files or ASC files (i.e. it does not affect other LOAD input types like IXF files, LOAD from CURSOR, etc.) The trigger is when customer's input data has very long records. This problem could be identified by checking the stack trace(call stack) of "load formatters (db2lfrmX)" and "load media reader (db2lmr)". "load media reader (db2lmr)" are stuck on stack trace like this: select sqlorqueInternal sqlorque2 sqluReadBufferFromQueue sqluMCContinueRestore sqluMCProcessRestoreStates sqluMCStartRestoreMediaController sqloCreateEDU ...... "load formatters (db2lfrmX)" are stuck on either stack trace: sqloWaitEDUWaitPost sqloSyncUp sqluRiddifyRecords sqluGetAndFormatRecords sqluldat sqloCreateEDU ...... or: msgrcv sqlorqueInternal sqlorque2 sqlulGetBuff sqlulcgf (for DEL file) or sqlulagr (for ASC file) sqlulcrr (for DEL file) or sqlularr (for ASC file) sqluGetAndFormatRecords sqluldat sqloCreateEDU ...... | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * All users of version 10.1 on Linux, Unix and Windows * * platforms. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to DB2 LUW Version 10.1 Fix Pack 1 or higher levels. * **************************************************************** | |
Local-Fix: | |
1. Specify "CPU_PARALLELISM 1" in LOAD command; or 2. Specify "ANYORDER" option in LOAD command; or 3. Increase the amount of load buffer either explicitly via DATA BUFFER option or implicitly via increasing UTIL_HEAP_SZ database configuration parameter. (This will work around a specific problem instance, but it is possible to hit a different load hang with the new load buffer value.) | |
verfügbare FixPacks: | |
DB2 Version 10.1 Fix Pack 1 for Linux, UNIX, and Windows | |
Lösung | |
First fixed in DB2 LUW Version 10.1 Fix Pack 1. | |
Workaround | |
1. Specify "CPU_PARALLELISM 1" in LOAD command; or 2. Specify "ANYORDER" option in LOAD command; or 3. Increase the amount of load buffer either explicitly via DATA BUFFER option or implicitly via increasing UTIL_HEAP_SZ database configuration parameter.(This will work around a specific problem instance, but it is possible to hit a different load hang with the new load buffer value.) | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 23.06.2012 31.10.2012 31.10.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.1.0.1 | |
10.5.0.1 |