Skip to content
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 2 commits into from
Aug 5, 2024
Merged

Conversation

Meir017
Copy link
Contributor

@Meir017 Meir017 commented Aug 4, 2024

@badrishc badrishc merged commit a4e8d97 into microsoft:main Aug 5, 2024
23 checks passed
@Meir017 Meir017 deleted the patch-1 branch August 6, 2024 05:04
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>
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants