Skip to content

fix(introspection): coalesce concurrent cache misses - #6

Merged
shreemaan-abhishek merged 2 commits into
release/1.8from
fix/introspection-single-flight-1.8
Sep 10, 2026
Merged

fix(introspection): coalesce concurrent cache misses#6
shreemaan-abhishek merged 2 commits into
release/1.8from
fix/introspection-single-flight-1.8

Conversation

@shreemaan-abhishek

@shreemaan-abhishek shreemaan-abhishek commented Sep 10, 2026

Copy link
Copy Markdown

Summary

Coalesces concurrent introspection cache misses for the same token so one request calls the endpoint and waiters share its result. Cache bypass remains independent, normal cache hits avoid lock overhead, and non-cacheable responses are shared only with the in-flight request generation.

Checklist

  • Tests pass with docker build -f tests/Dockerfile . -t lua-resty-openidc/test
  • Tests pass with docker run -t --rm lua-resty-openidc/test:latest
  • ChangeLog is updated for behavior changes, bug fixes, features, or user-visible documentation changes

The focused introspection suite passes 71/71, and both complete CI runs pass.

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: ca8d8498-034f-438d-96ff-7ba282dd5569

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@shreemaan-abhishek
shreemaan-abhishek force-pushed the fix/introspection-single-flight-1.8 branch from f829345 to 96c00e9 Compare September 10, 2026 07:12
@shreemaan-abhishek shreemaan-abhishek mentioned this pull request Sep 10, 2026
3 tasks
@shreemaan-abhishek
shreemaan-abhishek merged commit 5f33d7c into release/1.8 Sep 10, 2026
4 checks passed
@shreemaan-abhishek shreemaan-abhishek self-assigned this Sep 10, 2026
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.

1 participant