Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ci-notebook-vision transient 6 hour CI timeouts by installing older pyarrow #2212

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

imatiach-msft
Copy link
Contributor

Description

We are currently seeing ci-notebook-vision build CI running into 6 hour timeouts.
After adding more logging with the PR #2202 , we now see the error:

1.26s/cell]C:\arrow\cpp\src\arrow\filesystem\s3fs.cc:2598:  arrow::fs::FinalizeS3 was not called even though S3 was initialized.  This could lead to a segmentation fault at exit
Error: The operation was canceled.

See link to failing build:
https://github.com/microsoft/responsible-ai-toolbox/actions/runs/5740485357/job/15558444184?pr=2202

According to this github issue:
artidoro/qlora#108
The recommendation is to install pyarrow 11.0.0 with the command:

pip install --upgrade --force-reinstall pyarrow==11.0.0

Similarly, there are multiple issues on pyarrow github itself with the same error:
apache/arrow#35876
apache/arrow#36346

One of the recommendations there too is to use older pyarrow 11.
This error is very interesting because it seems to be related to Amazon S3 SDK when we are not using it at all (we are using Azure).

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-ci-notebook-vision-timeouts branch from 8e096a4 to de66948 Compare August 3, 2023 16:38
@imatiach-msft imatiach-msft force-pushed the ilmat/fix-ci-notebook-vision-timeouts branch from ae8eda3 to 3f7b5ef Compare August 15, 2023 21:38
@imatiach-msft imatiach-msft force-pushed the ilmat/fix-ci-notebook-vision-timeouts branch from 3f7b5ef to 30d9ea0 Compare August 15, 2023 21:42
1 similar comment
@imatiach-msft imatiach-msft merged commit 3cc2e06 into main Aug 16, 2023
67 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/fix-ci-notebook-vision-timeouts branch August 16, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants