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
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
The Smarti Backend for Chatpal causes 100% CPU load on the Mongo Cluster.
An analysis of the db.currentOp() result shows that cloud sync requests (used for keeping the chatpal Solr indexes in sync with the MongoDB) are taking way to long (100+ sec) and are also blocking update requests for new messages to be indexed.
The text was updated successfully, but these errors were encountered:
* Added additional indexes to the chatpal collection
* especially on the modified date
* sync delay is now configureable via the `chatpal.cloudSync.delay` property (in ms)
The Smarti Backend for Chatpal causes 100% CPU load on the Mongo Cluster.
An analysis of the
db.currentOp()
result shows that cloud sync requests (used for keeping the chatpal Solr indexes in sync with the MongoDB) are taking way to long (100+ sec) and are also blocking update requests for new messages to be indexed.The text was updated successfully, but these errors were encountered: