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

[GCP] Dedup storage experiment #363

Merged
merged 8 commits into from
Dec 5, 2024

Conversation

AlCutter
Copy link
Collaborator

@AlCutter AlCutter commented Dec 3, 2024

This PR adds an experimental GCP deduplication storage and allows the GCP conformance binary to optionally enable it.

It matches the InMemoryDedupe in its "decorator" approach.

I needed to change the implementation of InMemoryDedupe to not have it globally lock for every entry which came in - that doesn't compose well with lower layers which block.

Towards #332

@AlCutter AlCutter requested a review from mhutchinson December 3, 2024 17:22
@roger2hk roger2hk changed the title [GCP Dedup storage experiment [GCP] Dedup storage experiment Dec 3, 2024
@AlCutter AlCutter force-pushed the gcp_dedup_test branch 4 times, most recently from 8ba8b4d to 169ce5e Compare December 3, 2024 19:09
@AlCutter AlCutter marked this pull request as ready for review December 3, 2024 19:13
@AlCutter AlCutter force-pushed the gcp_dedup_test branch 3 times, most recently from 3a9325b to 71cdbba Compare December 5, 2024 17:44
@AlCutter AlCutter merged commit afd61ea into transparency-dev:main Dec 5, 2024
15 checks passed
@AlCutter AlCutter deleted the gcp_dedup_test branch December 5, 2024 18:05
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.

2 participants