Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vazois committed May 7, 2024
1 parent 2fa125b commit df85e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/dev/cluster/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ When all key-value pairs have migrated to the target node, the issues has to res

```MigrateKeys``` is the main driver for the migration operation using ```KEYS`` option.
This method iterates over the list of provided keys and sends them over to the target node.
This happens in two steps: (1) look in the main store and if a key exists send it over while removing it from the list of keys to be send, (2) search object store for any remaining keys, not found in the main store and send them over if they are found.
This happens in two steps: (1) look in the main store and if a key exists send it over while removing it from the list of keys to be send and (2) search object store for any remaining keys, not found in the main store and send them over if they are found.
It is possible that a key cannot be retrieved from either store, because it might have expired.
In that case, no error is raised.
When data transmission completes, and depending if COPY option is enabled, ```MigrateKeys``` deletes the keys from the both stores.
Expand Down

0 comments on commit df85e53

Please sign in to comment.