Replies: 12 comments 5 replies
-
|
I tried reproducing this issue but got slightly different behavior. Steps I followed:
When both vaults share the same filepath, the chunks are transferred but become orphaned; still, retrieval remains successful. Could it be that this issue is caused by something other than differing |
Beta Was this translation helpful? Give feedback.
-
|
@Udayan853 , |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
@Udayan853,
The configurations for my vaults were:
The file I used was around 4gb. |
Beta Was this translation helpful? Give feedback.
-
|
This is odd, now when I try to transfer the files, the chunks get orphaned, and the file is not transferred
|
Beta Was this translation helpful? Give feedback.
-
|
On making
|
Beta Was this translation helpful? Give feedback.
-
|
@Udayan853, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@Udayan853 , can you try this again but after exchanging keys using |
Beta Was this translation helpful? Give feedback.
-
|
Same result
|
Beta Was this translation helpful? Give feedback.
-
|
@Udayan853 did you try to deep into why this was happening? |
Beta Was this translation helpful? Give feedback.
-
|
I've looked into this issue further. When we run the |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
If two vaults have different chunk sizes, data transfer fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The vault should:
Screenshots
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.
Beta Was this translation helpful? Give feedback.
All reactions