-
Notifications
You must be signed in to change notification settings - Fork 543
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
add repository details to Garnet.nuspec #556
Merged
Merged
Conversation
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
add nuget and release links
badrishc
approved these changes
Aug 5, 2024
TalZaccai
added a commit
that referenced
this pull request
Aug 6, 2024
* Add CustomProcedure support (#516) CustomProcedure adds support for an extensibility option for Garnet to perform server side processing with capability to invoke other Garnet commands across multiple keys. Renamed CustomCommand to CustomRawStringCommand Added support CustomProcedure Added sample CustomProcedure implementations * Adding FLUSHALL command (#553) * Adding FLUSHALL command * Adding comment * Fix * Add StoreFunctions and Allocator wrapper to TsavoriteKV (#542) * WIP StoreFunctions and allocator wrapper * More WIP on StoreFunctions and Allocator wrapper * Still more WIP on StoreFunctions and Allocator wrapper * More test-conversion WIP for StoreFunctions * More StoreFunctions test-conversion WIP * More StoreFunctions test-conversion WIP * Test conversion to StoreFunctions complete; BasicTests run * Fix StoreFunctions serializers * Most tests succeed * All tests pass * Ensure kvSettings sizes are 'long' * AggressiveInline GetTailAddress() * Fix YCSB hash table size setting and add more AggressiveInlining * Convert Garnet to use StoreFunctions * formatting nits * update new ListOpsMultiple routine to StoreFunctions * Convert ISessionFunctions.Dispose* to StoreFunctions.DisposeRecord Add StoreFunctions.OnCheckpointComplete Fix allocator on UT * Streamline TAllocator in *AllocatorImpl; add some AggressiveInlining * Update StoreFunctions doc Add BDN.Benchmark RespGetSetStress Move ReadCacheSettings to its own file * Add a BDN.benchmark to Tsavorite; so far only for InliningDiagnoser tests Rename Tsavorite.benchmark.exe to YCSB.benchmark.exe and move this to be with BDN.benchmark under the benchmark directory Add some AggressiveInlining for some things shown by the diagnoser * More cleanup suggested by InliningDiagnoser: convert some set_<Property> to Set/Clear pairs, add some AggressiveInlining, and move clientSession.InPlaceUpdater into SessionFunctionsWrapper.InPlaceUpdater as it was only called once. Rename TsavoriteKVSettings to KVSettings for brevity * YCSB - fix Uniform initialization for small-data out-of-range key handling * Rename to BDN-Tsavorite.benchmark as BDN requires unique project names * Ensure BlittableAllocator k,v types are blittable * dotnet format cleanup * Modify BDN RespTsavoriteStress to be batched and avoid "fixed" * Add 'using' for MainStoreAllocator for symmetry * fix for chiseled * wip * Migration Misc Fixes (#552) * separate error message when adding keySlice to migration tracker * safely add and remove sessions in migration task store * fix slotsrange option * safely deal with multiple dispose calls to MigrateSession * fix bug when iterating stores * fix stores window scan tracking when copyOption is not enabled * remove logger messages * release version 1.0.18 * add slotsrange data test * add back some log messages * nit; change info to trace message * add repository details to Garnet.nuspec (#556) * add repository details to Garnet.nuspec * Update README.md add nuget and release links * Bump to garnet-1.0.18 (#555) Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com> * fix * fix --------- Co-authored-by: Yoganand Rajasekaran <60369795+yrajas@users.noreply.github.com> Co-authored-by: Ted Hart <15467143+TedHartMS@users.noreply.github.com> Co-authored-by: Vasileios Zois <96085550+vazois@users.noreply.github.com> Co-authored-by: Meir Blachman <meirblachman@gmail.com> Co-authored-by: babykart <babykart@gmail.com> Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com>
TalZaccai
added a commit
that referenced
this pull request
Aug 7, 2024
* Adding libaio installation to dockerfiles * spacing * spacing * removing chiseled * Merging from fork (#560) * Add CustomProcedure support (#516) CustomProcedure adds support for an extensibility option for Garnet to perform server side processing with capability to invoke other Garnet commands across multiple keys. Renamed CustomCommand to CustomRawStringCommand Added support CustomProcedure Added sample CustomProcedure implementations * Adding FLUSHALL command (#553) * Adding FLUSHALL command * Adding comment * Fix * Add StoreFunctions and Allocator wrapper to TsavoriteKV (#542) * WIP StoreFunctions and allocator wrapper * More WIP on StoreFunctions and Allocator wrapper * Still more WIP on StoreFunctions and Allocator wrapper * More test-conversion WIP for StoreFunctions * More StoreFunctions test-conversion WIP * More StoreFunctions test-conversion WIP * Test conversion to StoreFunctions complete; BasicTests run * Fix StoreFunctions serializers * Most tests succeed * All tests pass * Ensure kvSettings sizes are 'long' * AggressiveInline GetTailAddress() * Fix YCSB hash table size setting and add more AggressiveInlining * Convert Garnet to use StoreFunctions * formatting nits * update new ListOpsMultiple routine to StoreFunctions * Convert ISessionFunctions.Dispose* to StoreFunctions.DisposeRecord Add StoreFunctions.OnCheckpointComplete Fix allocator on UT * Streamline TAllocator in *AllocatorImpl; add some AggressiveInlining * Update StoreFunctions doc Add BDN.Benchmark RespGetSetStress Move ReadCacheSettings to its own file * Add a BDN.benchmark to Tsavorite; so far only for InliningDiagnoser tests Rename Tsavorite.benchmark.exe to YCSB.benchmark.exe and move this to be with BDN.benchmark under the benchmark directory Add some AggressiveInlining for some things shown by the diagnoser * More cleanup suggested by InliningDiagnoser: convert some set_<Property> to Set/Clear pairs, add some AggressiveInlining, and move clientSession.InPlaceUpdater into SessionFunctionsWrapper.InPlaceUpdater as it was only called once. Rename TsavoriteKVSettings to KVSettings for brevity * YCSB - fix Uniform initialization for small-data out-of-range key handling * Rename to BDN-Tsavorite.benchmark as BDN requires unique project names * Ensure BlittableAllocator k,v types are blittable * dotnet format cleanup * Modify BDN RespTsavoriteStress to be batched and avoid "fixed" * Add 'using' for MainStoreAllocator for symmetry * fix for chiseled * wip * Migration Misc Fixes (#552) * separate error message when adding keySlice to migration tracker * safely add and remove sessions in migration task store * fix slotsrange option * safely deal with multiple dispose calls to MigrateSession * fix bug when iterating stores * fix stores window scan tracking when copyOption is not enabled * remove logger messages * release version 1.0.18 * add slotsrange data test * add back some log messages * nit; change info to trace message * add repository details to Garnet.nuspec (#556) * add repository details to Garnet.nuspec * Update README.md add nuget and release links * Bump to garnet-1.0.18 (#555) Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com> * fix * fix --------- Co-authored-by: Yoganand Rajasekaran <60369795+yrajas@users.noreply.github.com> Co-authored-by: Ted Hart <15467143+TedHartMS@users.noreply.github.com> Co-authored-by: Vasileios Zois <96085550+vazois@users.noreply.github.com> Co-authored-by: Meir Blachman <meirblachman@gmail.com> Co-authored-by: babykart <babykart@gmail.com> Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com> --------- Co-authored-by: Yoganand Rajasekaran <60369795+yrajas@users.noreply.github.com> Co-authored-by: Ted Hart <15467143+TedHartMS@users.noreply.github.com> Co-authored-by: Vasileios Zois <96085550+vazois@users.noreply.github.com> Co-authored-by: Meir Blachman <meirblachman@gmail.com> Co-authored-by: babykart <babykart@gmail.com> Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
see https://learn.microsoft.com/en-us/nuget/reference/nuspec#repository
https://www.nuget.org/packages/Microsoft.Garnet is missing a link to the git repository