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

OCM. user loses the shared folder that was copied #10488

Closed
ScharfViktor opened this issue Nov 6, 2024 · 1 comment · Fixed by #10510
Closed

OCM. user loses the shared folder that was copied #10488

ScharfViktor opened this issue Nov 6, 2024 · 1 comment · Fixed by #10510
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug

Comments

@ScharfViktor
Copy link
Contributor

ocis: 6.6.1+6f3322a3d
web: 11.0.1

setup: https://github.com/owncloud/web/blob/master/docker-compose.yml or https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm
Steps:

  • 2 users create connection
  • user1 creates folder f1 with content and shares to user2 -> user2 can see folder f1
  • user1 copies folder f1 to -> f1 (1) and shares again

Expected: user2 can see f1 (1) folder in Shares
Actual: user2 doesn't see f1 (1) folder in Shares

Screen.Recording.2024-11-06.at.12.55.35.mov

maybe related #10222

@ScharfViktor ScharfViktor moved this from Qualification to Prio 2 in Infinite Scale Team Board Nov 6, 2024
@rhafer rhafer added the Priority:p2-high Escalation, on top of current planning, release blocker label Nov 7, 2024
@rhafer rhafer self-assigned this Nov 7, 2024
@rhafer rhafer moved this from Prio 2 to In progress in Infinite Scale Team Board Nov 7, 2024
@rhafer
Copy link
Contributor

rhafer commented Nov 7, 2024

This seems to be a problem with userCache in the graph service. (Creating multiple shares for the same user fails if the subsequent share is create before the user is expired in the cache).

Setting GRAPH_SPACES_USERS_CACHE_TTL=1 seems to workaround the issue. A real fix is on the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants