Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3189

Re: HANA Index Server - Stack area size

$
0
0

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:

  1. Increase the thread stack size & restart the system.
    # global.ini
    [threads]
    default_stack_size_kb = 2048
    worker_stack_size_kb = 2048
  2. 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;
  3. Shutdown the system (graceful).
  4. Change the stack size to default. (remove the parameters in step 2)
  5. Restart the system again.

Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>