-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Tsavorite checkpoint path handling to be OS-aware (#306)
* Remove unused DirectoryConfiguration.cs * Refactor Tsavorite checkpoint path construction * Use Path.Join() for OS-aware paths. * Remove LINQ from commit number parsing * Fix * Experiment using Path.Join in Tsavorite.tests * Let's see if this was the issue * Use OS directory seperator char to split the basePath in Azure storage device * Or normalize the path to / * Just testing around, this might be the fix though * Introduce AzureCheckpointNamingScheme * Add AzureCheckpointNamingScheme which uses / as the checkpoint path seperator * Revert unrelated changes Revert "Experiment using Path.Join in Tsavorite.tests" This reverts commit d8424d4. Revert "Use OS directory seperator char to split the basePath in Azure storage device" This reverts commit b5fd3d8. Revert "Or normalize the path to /" This reverts commit c7f399b. --------- Co-authored-by: Tal Zaccai <talzacc@microsoft.com>
- Loading branch information
1 parent
4f4891d
commit 745db47
Showing
10 changed files
with
93 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
140 changes: 0 additions & 140 deletions
140
libs/storage/Tsavorite/cs/src/core/Index/Recovery/DirectoryConfiguration.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.