Page MenuHomePhabricator

bin/differential migrate-hunk has a compression bug
Closed, ResolvedPublic

Description

Mostly a note for myself so I don't forget: when migrating a compressed hunk, it ends up in the target storage with uncompressed data and a compressed type. This is recoverable but should be fixed.

Repro:

  • bin/differential migrate-hunk a hunk which is large enough to get compressed into file storage. Data ends up uncompressed, but Hunk says it's compressed still.