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: tpc-h parquet writer deadlocks #526

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Jul 30, 2024

block_on is being called from within a runtime.block_on, leading the computer to take an infinite coffee break.

Added a new idempotent_async function to the benchlib to allow doing async stuff in the idempotent body

@a10y a10y enabled auto-merge (squash) July 30, 2024 18:36
@a10y a10y force-pushed the aduffy/fix-idempotent-async branch from 6403efa to df17967 Compare July 30, 2024 18:36
@robert3005
Copy link
Member

eh yes this was a hack. I was hoping it was not bad enough hack but it's broken

@a10y a10y merged commit 3b25817 into develop Jul 30, 2024
3 checks passed
@a10y a10y deleted the aduffy/fix-idempotent-async branch July 30, 2024 19:11
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.

2 participants