chore: bump reva to 1605a62 - #12850
Open
LukasHirt wants to merge 1 commit into
Open
Conversation
Bumps reva to 1605a62d7be2ebf58364afeb8e4e84b65b464746, which bounds the per-foreign-link gateway Stat fan-out in ListPublicShares (jsoncs3 public share manager) behind deduplication and a worker pool, fixing request timeouts on tenants with many public links (OCISDEV-861). No new configuration is introduced by this change. Signed-off-by: Lukas Hirt <info@hirt.cz>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
LukasHirt
enabled auto-merge (squash)
August 26, 2026 07:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps reva to 1605a62, which includes owncloud/reva#712.
That fix bounds the per-foreign-link gateway
Statfan-out inListPublicShares(thejsoncs3/production public share manager) behind resource-level deduplication and a bounded worker pool, fixing request timeouts (code = Canceled) on tenants with many public links (OCISDEV-861). Visibility/permissions behavior is unchanged; only the cost of the check is bounded.No new configuration is introduced — the reva PR is explicit about this, and it's confirmed here: the
jsoncs3/jsonpublic sharing driver config already inservices/sharing/pkg/config/config.gois unaffected, and ocis only talks toListPublicSharesthrough the gateway gRPC client.Test plan
go mod tidy && go mod vendorgo build ./...go vet ./...(diffed against pre-bump baseline: identical set of pre-existing findings, no new issues)go test ./services/sharing/... ./services/graph/...go mod verify