Skip to content

Conversation

gtrawinski
Copy link
Contributor

@gtrawinski gtrawinski commented Jun 6, 2025

Description

This change allows to control SessionState in the merge function (similarly as in update or delete ops).
We've tested this change on our fork and with memory limit set in SessionContext the usage dropped by a half with no visible impact on the jobs. That might help services potentially running out of memory and panicking. That might result in killing all connections with no warning/tracing.

Related Issue(s)

Documentation

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jun 6, 2025
@gtrawinski gtrawinski marked this pull request as ready for review June 6, 2025 10:07
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.22%. Comparing base (9453b2c) to head (db27983).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3522      +/-   ##
==========================================
- Coverage   74.24%   74.22%   -0.02%     
==========================================
  Files         150      150              
  Lines       44733    44732       -1     
  Branches    44733    44732       -1     
==========================================
- Hits        33210    33203       -7     
+ Misses       9376     9375       -1     
- Partials     2147     2154       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ion-elgreco ion-elgreco added this pull request to the merge queue Jun 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Jun 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 13, 2025
@rtyler rtyler added this pull request to the merge queue Jun 16, 2025
Merged via the queue into delta-io:main with commit eff0b58 Jun 16, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants