Last Modified: Feb 15, 2022
Opened: May 28, 2020
Severity: 3-Major
Tokumond occasionally restarts due to searchd service load after 60 seconds on the request.
Tokumond restarts and needs to be reindexed
Large configurations during cpu heavy operation(discovery/import)
Increase timeout for tokumon. To do this, change line 28 of /usr/share/rest/tokumon/lib/http.js from : const DEFAULT_REQUEST_TIMEOUT = (1000 * 60); to: const DEFAULT_REQUEST_TIMEOUT = (1000 * 120);
This issue no longer occurs.