You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just experienced what might be hang. There was indexer running in the background. The indexing was done with opengrok-sync, i.e. per project. This means the suggester for each project was being rebuilt. At the same time I wanted to change a setting in the configuration (rebuildThreadPoolSizeInNcpuPercent in suggesterConfig) so I used opengrok-projadm to retrieve the current configuration from the web app, merge it with the read-only configuration and send it back to the web app using the RESTful API call to set new configuration. At that point the incoming requests to the web app stopped.