vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine
MIT License
4 stars 2 forks source link

Deadlock on Failed extraction #69

Closed net-cscience-raphael closed 1 month ago

net-cscience-raphael commented 2 months ago

Context: Ingesting images using an external feature extraction endpoint (clip).

On timeout from external API an exception is thrown (in this specific case from ApiWrapper on starting the job). In general the pipeline deadlocks if an exception is thrown during executeJob.

image

ppanopticon commented 1 month ago

What is the status of this issue?

ppanopticon commented 1 month ago

Resolved based on feedback from weekly meeting.