madisonmlin commented on issue #3842: URL: https://github.com/apache/texera/issues/3842#issuecomment-3441380399
10/23/2025 meeting summary: Currently, the dataset download implementation (using S3 pre-signed URL) contains a bug causing it to sometimes fail (success/fail appears inconsistent). I discussed the next steps with @chenlica and @aicam and determined that I need to: - Reproduce the bug by making it happen deterministically - Log each step from the frontend to the interactions with MinIO - Debug the issue based on the logs Although I currently cannot reproduce the bug on my local deployment, @aicam 's deployment contains the bug with the following error occurring: ``` This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>AccessDenied</Code> <Message>Access Denied.</Message> <Resource/> <Region>us-east-1</Region> <RequestId>d47a72a3-23cc-4bbc-9c67-e4724c87e651</RequestId> <HostId>046CF9517E3A3625</HostId> </Error> ``` Diagram of current implementation (by @aicam):  -- 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]
