tensorlakeai / indexify

A realtime and indexing and structured extraction engine for Unstructured Data to build Generative AI Applications
https://docs.getindexify.ai
Apache License 2.0
837 stars 92 forks source link

Bug: Coordinator requires restart when it has to reflect data from disk #856

Open sadath-12 opened 2 weeks ago

sadath-12 commented 2 weeks ago

Hey ,

I was trying to support backup and restore via pvc of coordinator , I see that when I restore I got to restart the pod of coordinator and same happens when I delete the disk files in pvc

Mostly , My assumption is


Your app process is probably holding on to open file descriptors. Actual data is only deleted from disk once all file descriptors are closed```