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

HybridCache stability and logging improvements #5467

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented Oct 3, 2024

Stability (i.e. when bad things happen, it should be as gentle as possible) and logging:

Note: the ILogger code is glitching at the moment, meaning: it should be code-gen'd, but that step is failing; I have manually generated for now, while I investigate this

Microsoft Reviewers: Open in CodeFlow

- enforce payload quota
- enforce key validity
- add proper logging (infrastructure failure: needs attn)
- log deserialization failures
- expose serialization failures
- tests for serialization logging scenarios
@joperezr joperezr changed the base branch from dev to main October 3, 2024 17:31
@joperezr
Copy link
Member

joperezr commented Oct 3, 2024

Hey @mgravell, as FYI I have re-targeted this PR to main branch as that is now our 9.0 branch going forward. Nothing should change from your point of view.

@RussKie RussKie requested a review from a team October 9, 2024 04:55
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.

HybridCache MaximumPayloadBytes not operating per documentation
3 participants