You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: ignore invalid/corrupt staging files
issue: if one arrow file is present in staging directory of an ingestor,
the server panics in the sync flow and does not sync the other files to the backend store
this is a two fold problem -
1. find the reason behind corruption of an arrow file
2. discard the invalid/corrupt arrow file and let server sync the other files by notifying the name or the path of the corrupt file for further analysis
This PR solves problem 2 where server notifies the path of the corrupt file name
and ignores the file so that other files do not get stuck in the staging directory
---------
Co-authored-by: Devdutt Shenoi <[email protected]>
0 commit comments