I got this error during ingest data to FeatureSet:
Error - Failed to save aggregation for /k78/online_detail/nosql/sets/on line_detail/0354467518.ed74fc2b
Response status code was 400: b'{\n\t"ErrorCode": -28,\n\t"ErrorMessage": "No space left on device"\n}
Update expression was: pr_ph='0354467518';id=7309877;type='r77'
I used standard code for ingestion, see:
import mlrun
import mlrun.feature_store as fs
...
project = mlrun.get_or_create_project(project_name, context='./', user_project=False)
feature_set=featureGetOrCreate(True, project_name, 'sample')
...
fs.ingest(feature_set, df)
It seems as the issue with disk space, but I am 100% sure that I had enough free space for ingest (it will be something different). Did you have the similar issue?
The issue was in number of objects on side of data nodes and it has relation to these platform limits.
It is possible to run the HealthCheckScript (hcs) and see number of objects in v3io containers, see the command (with setting):
and you see these outputs:
BTW: The hcs command is available on side of data nodes.