Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlecommand output
The encryption key has been changed for cache group "default".

...

View encryption key identifiers.

Code Block
languagebash
titlecommand syntax
control.(sh|bat) --encryption cache_key_ids cacheGroupName

...

Code Block
languagebash
titlecommand output
Encryption key identifiers for cache: default
  Node: d8a5a9bb-057e-41dd-9a50-0a6fd8000001
    1 (active)
    0
  Node: 60bcdb65-2715-4a74-8e93-c6b8cdf00000
    1 (active)
    0

View cache group encryption status.

Code Block
languagebash
titlecommand syntax
control.(sh|bat)  Change the encryption key of the--encryption cache_group_encryption_status cacheGroupName


Code Block
languagebash
titlecommand output
Encryption status for cache group: default
  Node: 7518757e-7a8c-4abb-bbfd-d82438700000
    left=387 total=389 (memory pages), completed=0.5%
  Node: 329808a8-3003-4661-ae45-0c3d23700001
    left=387 total=389 (memory pages), completed=0.5%

Stop cache group re-encryption.

Code Block
languagebash
titlecommand syntax
  control.(sh|bat) --encryption change_cache_key cacheGroupName

  Get encryption key identifiers of the cache group:
    control.(sh|bat) --encryption cachestop_key_ids cacheGroupName

  Getreencryption cacheGroupName


Code Block
languagebash
titlecommand output
Node 53401f0d-b9b8-48ff-a9b7-40f091800000: re-encryption of the cache group "default" has been stopped.
Node d81b23a8-4988-4334-a131-11e1cd700001: re-encryption of the cache group "default" has been stopped.

Start cache group re-encryption.

Code Block
languagebash
titlecommand syntax
encryption status:
    control.(sh|bat) --encryption cache_key_ids cacheGroupName

  Start cache group re-encryption:
    control.(sh|bat) --encryption start_reencryption cacheGroupName

  Stop


Code Block
languagebash
titlecommand output
Node 5debe2e9-fad9-48cb-934a-3260c3600000: re-encryption of the cache group "default" has been started.
Node de3b4dbd-b01e-4472-aa31-39554c600001: re-encryption of the cache group "default" has been started.

View/change re-encryption rate limit.

Code Block
languagebash
titlecommand syntax
re-encryption:
    control.(sh|bat) --encryption stop_reencryption cacheGroupName

  View/change re-encryption rate limit:
    control.(sh|bat) --encryption reencryption_rate [limit]

    Parameters:
      limit  - decimal value to change rate limit (MB/s)


Code Block
languagebash
titlecommand output
Node acb45f4b-9f3c-47ea-816b-548995400000: reencryption rate is limited to 0.01 MB/s.
Node 107f080d-2dc5-4629-95a0-048090a00001: reencryption rate is limited to 0.01 MB/s.

Public API changes

IgniteEncryption

...