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

WIP Graceful shutdown #8396

Closed
wants to merge 7 commits into from
Closed

WIP Graceful shutdown #8396

wants to merge 7 commits into from

Conversation

srh
Copy link
Member

@srh srh commented Jun 25, 2024

No description provided.

@srh srh requested review from a team as code owners June 25, 2024 20:49
@github-actions github-actions bot added the pr:community Contribution from Cube.js community members. label Jun 25, 2024
srh added 7 commits June 25, 2024 19:05
This avoids stack overflows in datafusion, caused by very inefficient
Rust stack layout in opt-level 0, that makes the
sql_expr_to_logical_expr function, called recursively, use 50KB stack
frames.  (Some other functions use 90KB or over 100KB, as well.)
@srh srh force-pushed the graceful-shutdown branch from a8d49ad to 8e29202 Compare June 26, 2024 02:10
Copy link

vercel bot commented Jun 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Jun 26, 2024 2:11am

@srh srh closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:community Contribution from Cube.js community members.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant