Sebastian Utz
Sebastian Utz
We may consider using [OpenDAL](https://opendal.apache.org/) for this implementation (and maybe switch other in future to it as well if it works well).
I've run the tests with 200 iterations and it didn't fail. But I've recognized that the table creation takes a lot of time, which is suspicious as this is not...
Looks like the slower table creations observed with the given Seed are related to *not* using the `MockFSIndexStore.TestPlugin`. Without this mocking plugin, table/shard creation is always slower. As said, I...
> I'm not sure all settings listed in `AzureStorageSettings` (and used by a dedicated client, coming from azure-storage) are supported by OpenDAL which lists only few params in docs (https://docs.rs/opendal/latest/opendal/services/struct.Azblob.html)....
Not directly related, more about how preserving `_id` values can be archived when re-indexing data: https://github.com/crate/crate/discussions/18624
retest this please Unrelated blackbox jmx error (flaky?)
@mfussenegger I've rebased the PR with the recent master and added another fixup commit to address the outstanding comments. Please check again, thx!
@mfussenegger Looks like I screwed things up. So pls wait until I have them resolved.
retest this please
@mfussenegger It's now ready for another review, thx!