Skip to content

Data Transfer Fails Between Vaults with Different Chunk Sizes #119

@S4tvara

Description

@S4tvara

Describe the bug
If two vaults have different chunk sizes, data transfer fails.

To Reproduce
Steps to reproduce the behavior:

  1. Create two vaults with no encryption but different chunk sizes.
  2. Attempt to sync data between the vaults.
  3. Observe that chunks fail to transfer.

Expected behavior
The vault should:

  • Retrieve all data from the source vault.
  • Reassemble it into a complete file.
  • Re-chunk the file according to the target vault’s chunk size.
  • Successfully store the chunks.

Screenshots

Image

Additional context
This issue occurs because the transfer process does not handle differing chunk sizes. Implementing a reassemble-and-rechunk step will ensure reliable data transfer between vaults with different chunk configurations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions