High CPU usage and OOM error after upgrade to 15100

High CPU usage and OOM error after upgrade to 15100

      In some customer environments after upgrading to 15100, High CPU utilization and Out of Memory errors due to insufficient Heap space were seen.

1. High CPU utilization error (SD-132540 released in 15110 build)

      In 15100 build version, we have introduced Zia Parser feature which is enabled by default in IT helpdesk portal and disabled in other available portals. For this feature, data training will occur during service startup for all portals (even when Zia parser is disabled). This is to try out "Test Zia Parser" option inside the Zia parser feature. However, in some big environments, training in available portals triggered High CPU usage.

This has been fixed in 15110 build - Training during service startup will occur only for Zia parser feature enabled portals. This training will occur only once and the trained data will be stored in a file. Post this, during every service startup, training will not occur due to this stored data file.

2. Out of Memory error due to insufficient Heap space (SD-133334)

      In some customer environments, while initializing the Zia parser feature using the training data, we encountered OOM errors. We are actively analyzing this issue. If any customer reaches out with this error, kindly collect us the files present under "/ZIA/dataset/parser/" directory

For customers in 15100 build, please use the attached fjar file for SD-132540 fix. Even then if customer faces OOM error, execute the below update query (to disable zia parser feature in all portals) and restart the service once.

Quote
update ai_module set action_enabled=false where actionname='parser';


                  New to ADSelfService Plus?

                    • Related Articles

                    • SQL Server High CPU - To collect queries consuming CPU resources

                      1. To get an idea of how much CPU the queries are currently using, out of overall CPU capacity, run the following statement: DECLARE @init_sum_cpu_time int, @utilizedCpuCount int --get CPU count used by SQL Server SELECT @utilizedCpuCount = COUNT( * ...
                    • High CPU Utilization during Backup

                      Cause: From 14740, below listed parameters will no longer be included in the command. As a result, when performing backups, 7-Zip utilizes a high number of CPU threads, leading to increased CPU usage. mmt - Sets number of CPU threads mmemuse - Sets a ...
                    • Error - Sanity Failed - Upgrade from 8121 to 11

                      While upgrading from 8121 to 11, after executing Updatemanager.bat and if the update fails, You need to check the Updatemanager logs in the path < Support Center Plus Application path -> Server-> Default-> Logs > .  And if you find the below ...
                    • Error when Processing Request during Upgrade - Version8121 - 11

                      Error:  While upgrading 8121 to 11011 when you get the below shown error,  Cause of the error: The issue with the Upgrade is that the System defined user kept getting deleted and it was because of data anonymization.   Solution : In 8121,  Go to ...
                    • Upgrade Failed -> Reverting steps

                      This article covers 2 areas : a) Analysis stage b) Reversion steps (rollback) a) Analysis stage Please send the below files to our support for analysis: 1. Zip the complete log folder present under <servicedesk plus msp home>/server/default or from ...