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

ARROW-16978: [C#] Intermittent Archery Failures #13573

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

eerhardt
Copy link
Contributor

RentReturnAsync has a bug where the rented byte[] is getting returned to the pool while the async action is still using it. This causes intermittent failures due to the pooled array's data being overwritten while it is still used.

To fix the issue, we need to await the async action and only return the rented array back to the pool once the async action is complete.

RentReturnAsync has a bug where the rented byte[] is getting returned to the pool while the async action is still using it. This causes intermittent failures due to the pooled array's data being overwritten while it is still used.

To fix the issue, we need to await the async action and only return the rented array back to the pool once the async action is complete.
@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@kou
Copy link
Member

kou commented Jul 11, 2022

@github-actions crossbow submit verify-rc-source-integration-*

@github-actions
Copy link

Revision: 67e676d

Submitted crossbow builds: ursacomputing/crossbow @ actions-c4a1a03e27

Task Status
verify-rc-source-integration-linux-almalinux-8-amd64 Github Actions
verify-rc-source-integration-linux-conda-latest-amd64 Github Actions
verify-rc-source-integration-linux-ubuntu-18.04-amd64 Github Actions
verify-rc-source-integration-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-integration-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-integration-macos-amd64 Github Actions
verify-rc-source-integration-macos-arm64 Github Actions
verify-rc-source-integration-macos-conda-amd64 Github Actions

@eerhardt
Copy link
Contributor Author

Merging to fix intermittent test failures.

@eerhardt eerhardt merged commit efd7c3a into apache:master Jul 12, 2022
@eerhardt eerhardt deleted the Fix16978 branch July 12, 2022 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants