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

[JIT-1712] Fix BundleStorage rebuffering #487

Closed
wants to merge 1 commit into from

Conversation

esemeniuc
Copy link
Contributor

@esemeniuc esemeniuc commented Nov 29, 2023

Problem

Bundles may be rebuffered for longer than necessary when cost model checks fail.

Summary of Changes

  • Add TTL to bundles to limit amount of retries

Fixes #

@esemeniuc esemeniuc marked this pull request as ready for review November 29, 2023 22:24
ImmutableDeserializedBundle,
)>,
) -> Self {
Self::new_bundle_storage_ttl(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: why does this need to be a separate function call?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was to avoid modifying all the call sites with the TTL info

)
}

pub fn new_bundle_storage_ttl(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the ttl?

@esemeniuc esemeniuc force-pushed the eric/rebuffer_master branch from 993f46a to 7298ee7 Compare December 12, 2023 03:25
@github-actions github-actions bot added the stale label Dec 26, 2023
@github-actions github-actions bot closed this Jan 2, 2024
@esemeniuc esemeniuc removed the stale label Feb 1, 2024
buffalu pushed a commit that referenced this pull request Apr 1, 2024
ci: add release pipeline (#466)

(cherry picked from commit 212cbdb)

Co-authored-by: Yihau Chen <[email protected]>
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