The chunk manager may return early if the chunk metadata is corrupted (i.e., contains holes or mismatched keys).
It is not certain whether any corruptions will not already have been discovered by the incremental reload's logic in the _load method, but for the sake of not introducing a regression the early return should be removed.
The bug was introduced by this commit and is only present in 3.4.0-RC2.