Tags: microsoft/garnet
Tags
Release pipeline bug fix and Version bump to get new release (#1227) * Added condition: succeeded() to make sure it fails out. Removed some pre req steps to force failure to make sure it works as exppected * Forcing a fail in the code signing to make sure entire pipeline fails * Remove the debug force fail as it showed it works as expected now * Bump Version so release a new build --------- Co-authored-by: Badrish Chandramouli <[email protected]>
Disable protected mode by patching defaults.conf (#1221) * Revert protected mode default to false * update protected mode in docker * nit * update pipeline to allow workflow dispatch without pushing image to server * nit * nit * nit * nit * nit * nit * test * test * test * test * test * test * test * test * update * test * test * test * test * test * test * test * removing unnecessary command --------- Co-authored-by: Tal Zaccai <[email protected]>
Refactor Diskbased Attach & Add logging (#1210) * make diskbased metadata acquisition async and validate in advance to ensure success * consolidate log messages for checkpointEntry * release lock only when acquired for on-demand checkpoint * inline definition of CanDeleteToken * revert multi-db TakeOnDemandCheckpoint * continuous wait for checkpointing to finish while trying to take an on demand checkpoint * wip * acquire checkpoint entry fail test * remove store type option for adding new checkpoint entry since we have a unified checkpoint mechanism * check previous checkpoint entry exists before chaining index token to new checkpoint entry * add info replication checkpoint metadata * cleanup comments * add check for disk checkpoint validity * remove breaking change from disk checkpoint info * remove checkpoint info from replication section * add info field to get Checkpoint Info * version bump
PreviousNext