Flavours of SAP HANA Runtime dumps are:
- Classic
- Memory
- Savepoint
- Index handle waits
- Page corruption
Flavor | File name | Details | |
---|---|---|---|
Classic |
| These standard runtime dumps can be created in different situations:
Per default the file name contains 'rtedump', but the runtime dumps generated implicitly as part of the full system info dump may follow other naming conventions (including upper / lower case variations, other timestamp format and other mixture of "." and "_") and include "runtimedump" instead. | |
Memory |
| This runtime dumps variations are connected to various memory issues such as overall out-of-memory situation or a database request having reached the statement memory limit. | |
Savepoint |
| Generated when blocking savepoint phase exceeds the configured blocked savepoint threshold: indexserver.ini -> [persistence] -> runtimedump_for_blocked_savepoint_timeout = <seconds>
| |
Index handle waits |
| This runtime dump is generated when wait for an index handle takes longer than defined with the following parameter (SAP HANA >= 2.00.010): indexserver.ini -> [indexmgr] -> dump_wait_seconds = <seconds> | |
Page corruption |
| This runtime dump variation is generated when a persistence inconsistency is recognized. |