metno / discovery-metadata-catalog-ingestor

Apache License 2.0
1 stars 1 forks source link

Some files cannot be validated or inserted even if they are valid #251

Closed mortenwh closed 2 days ago

mortenwh commented 3 days ago

Currently, 9 files in the workdir folder in dev has this problem. The rest are inserted but we can't empty the workdir before this is solved. Also, this needs to be solved before merging to staging and prod. Seems to be an issue with the proxy server for validation.

These are the problematic files in the dev workdir:

mortenwh commented 3 days ago

Checking file sizes:

for file in *.xml; do stat -c %s $file; done

There are 9 files that are much larger than the others in the workdir. It must be related to that. Probably some restrictions introduced indirectly by the dmci-proxy...

mortenwh commented 2 days ago

solved