You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xs/tcb: re-chunk when destination bucket has a different chunk config
* since commit `15e325`, the TCB behaves as follows:
* the remote portion of objects is persisted according to the dest
bucket's chunk config, as `poi.size` is properly set via `coi.send`.
* the local portion of objects, however, is still copied directly via
`lom.Copy2FQN`, ignoring the dest bucket's chunk config.
* this patch adds the `coi._chunk` branch to handle this case, triggered
only when source and destination chunk configs differ.
Signed-off-by: Tony Chen <a122774007@gmail.com>
0 commit comments