-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert "Remove inefficient fed share scanner" #32806
Conversation
This reverts commit ce31914. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* @throws StorageInvalidException | ||
* @throws \Exception | ||
*/ | ||
public function scanAll() { |
Check notice
Code scanning / Psalm
MissingReturnType
* @param array $data | ||
* @param string $path | ||
*/ | ||
private function addResult($data, $path) { |
Check notice
Code scanning / Psalm
MissingReturnType
this will bring back major performance issues unfortunately, so would be only a temporary solution until the locking issue is analyzed and solved on its own |
merging for now to solve the issue, let's bring it back separately and at the same time solve the locking issue @CarlSchwan please raise a ticket (and a revert-revert WIP PR) |
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
The backport to stable23 failed. Please do this backport manually. |
The backport to stable24 failed. Please do this backport manually. |
The backport to stable22 failed. Please do this backport manually. |
might be easier to revert the backport from back then ? |
This reverts commit ce31914. This is causing some issue.
Signed-off-by: Carl Schwan carl@carlschwan.eu