panic icon indicating copy to clipboard operation
panic copied to clipboard

Chainlink Contract Store could not save to MongoDB

Open dillu24 opened this issue 3 years ago • 0 comments

The following error log was spotted:

04/05/2022 07:22:35 AM - ChainlinkContractStore.MongoApi - ERROR - Mongo error in <lambda>: Resulting document after update is larger than 16777216, full error: {'index': 0, 'code': 17419, 'errmsg': 'Resulting document after update is larger than 16777216'}

This issue is occurring because the contracts data dict is storing large objects. In general we should re-think the data storing procedure and the data model for more efficient storing.

dillu24 avatar May 04 '22 07:05 dillu24