That was a bug in HANA before SPS 08 .3 version; So if you have SPS 08 or 09 running it would be a different reason;
The permanent fix is to upgrade to revision 83. For a workaround, please follow the below steps:
- Increase the thread stack size & restart the system.
# global.ini
[threads]
default_stack_size_kb = 2048
worker_stack_size_kb = 2048- Check to see if the Rollback Transaction Table (RTT) is empty.
-- wait until the following query return 0
select count(*) from sys.m_dev_rollback_transaction_table;- Shutdown the system (graceful).
- Change the stack size to default. (remove the parameters in step 2)
- Restart the system again.