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
This bug was discussed today with the team and will be tackled in the next release. For now, to ensure Datamaintain does not crash when it happens, an output max size is going to be added. Do you have an example that could be used to test that size? @mrenou4sh
I am creating an issue about the logs that will be resolved.
We use directly command mongo to store executed-script, but if the output is too large, we explode the buffer of the command line.
Moreover, a mongo document max size is 16 Mb, may be we should store output in grid fs ?
The text was updated successfully, but these errors were encountered: