-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Object store move fixes and more #48160
Conversation
0e8eac6
to
4baf83f
Compare
It seems to uncover a lot of different problems according to the tests. |
…FromStorage Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
4baf83f
to
8b06ce1
Compare
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
8b06ce1
to
431846b
Compare
431846b
to
bdaac72
Compare
@icewind1991 |
bdaac72
to
0792108
Compare
phpunit is green now |
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
f325c71
to
1ad58d6
Compare
Seems like the sharding bug is back on oracle. |
from what I can tell |
/backport to stable30 |
Fixes some issues in cross-storage moves with object storage found by the tests added in #47986
I'm not sure how much of these issues would occur in the real world or only in the artificial test situations.
Comes with a bonus lower overhead
file_put_contents
implementation.Fixes #48169