xuang7 opened a new issue, #5106: URL: https://github.com/apache/texera/issues/5106
### What happened? When the dataset records in the database and LakeFS are inconsistent, the file selection fails and shows an empty result. This may happen when the dataset exists in one system but the corresponding repository or record is missing/mismatched in the other. The dataset list API returns a 500 error: 4200/api/dataset/list:1 Failed to load resource: the server responded with a status of 500 (Server Error) <img width="525" height="194" alt="Image" src="https://github.com/user-attachments/assets/ae72e08f-64e0-4bce-866c-a9570b4c4591" /> ### How to reproduce? 1. Create a dataset. 2. Remove the corresponding dataset/repository record from LakeFS. 3. Go to the workflow. 4. Add and open any file input operator. 5. Select files from that dataset. 6. The file selection fails and shows an empty result. ### Branch main ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ERROR [2026-05-16 17:35:23,515] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request ! io.lakefs.clients.sdk.ApiException: Message: Not Found ! HTTP response code: 404 ! HTTP response body: {"message":"repository not found"} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
