"cache_value value has exceeded its maximum length".
"cache_value value has exceeded its maximum length".
The error you have faced is due to the exceeding of maximum length for a single cache item and not for a segment. The maximum size for a single cache item is 16000 characters.
{"code":"api/request_failure","message":"socket hang up","value":{"code":"ECONNRESET"}}. The ECONNRESET issue might occur if you have not handled the error with a try catch block in your code and the “catalyst serve” command is running. You can check ...
As of now, we do not have support for configurable API timeout field and timeout cannot be increased for the advanced IO functions from our end. We would suggest you to check on our background functions or circuits in order to resolve the timeout ...
In order to avoid this issue, kindly update your Catalyst functions to the latest SDK version. You can get the latest Java/Node SDK from the Settings-> Developer Tools in Catalyst Console. You can find the help documentation for the same here.
As the message indicates, you have reached the maximum limit for row count in your development environment. You can query the tables in order to find the count of rows in specific table in the ZCQL console. Also, the limit will be 5000 rows per table ...