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

BranchService cache contains invalid value after index fail #8833

Closed
vbradnitski opened this issue May 19, 2021 · 2 comments
Closed

BranchService cache contains invalid value after index fail #8833

vbradnitski opened this issue May 19, 2021 · 2 comments
Assignees

Comments

@vbradnitski
Copy link
Contributor

NodeStorageServiceImpl:

  • version and branch records remain after index failing. (could not be a bug)
  • BranchService cache doesn't evict a value for failed node path.
@rymsha
Copy link
Contributor

rymsha commented Nov 12, 2021

It is likely that after #9205 we don't need this cache. For instance if we use primary search preference and refresh.

@rymsha
Copy link
Contributor

rymsha commented Dec 27, 2024

BranchService cache represents what is stored in branch (storage) index, but not in search index - this is expected.

It is unfortunately not that easy to remove cache - as it mitigates duplicate paths problem on single server instances. #9061 (comment)

Problem with dyssynchronization between storage and search is more generic, for instance #10448 .

Closing, because described problem is not a problem - and other similar issues exist.

@rymsha rymsha closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants