Overview
After upgrading to the 9.4 version of Jive, you have noticed that the web servers have a very high usage load. This issue didn't occur on a previous version of Jive.
This article describes a possible solution to this issue.
Solution
- Run the following query on your application database:
- SELECT * FROM jiveproperty WHERE name IN ('search.rebuild.gather.blockSize','search.rebuild.worker.drainSize','search.rebuild.workQueue.size');
- If no results are returned, please follow the next step. Otherwise, please contact us so that ATLAS can assist you.
- Browse to the Admin Console > System > System Properties.
- In the Property Name textbox at the top of the page, paste in: search.rebuild.gather.blockSize
- In the Property Value textbox, type in: 100
- Click on the Save Property button.
- In the Property Name textbox at the top of the page, paste in: search.rebuild.worker.drainSize
- In the Property Value textbox, type in: 50
- Click on the Save Property button.
- In the Property Name textbox at the top of the page, paste in: search.rebuild.workQueue.size
- In the Property Value textbox, type in: 1000
- Click on the Save Property button.
The next time a user reindex takes place, the same issue should not occur. If it persists, please contact us.
Comments
0 comments
Please sign in to leave a comment.