• Ananace
      link
      fedilink
      01 year ago

      Well, one part of it is that Flatpak pulls data over the network, and sometimes data sent over a network doesn’t arrive in the exact same shape as when it left the original system, which results in that same data being sent in multiple copies - until one manages to arrive correctly.

        • @zaphod@sopuli.xyz
          link
          fedilink
          01 year ago

          I think this is actually very unlikely, flatpak is most likely using some TCP based protocol and TCP would take care of this transparently, flatpak wouldn’t know if any packets had to be retransmitted.

            • @FooBarrington@lemmy.world
              link
              fedilink
              01 year ago

              But it’s unlikely those would look like this. Flatpak would only see packets in series, so the only effect a failure could have would be the need for resuming the download - at worst you could receive a couple of bytes again due to alignment, but not this much.

      • @Hujaj@lemmynsfw.com
        cake
        link
        fedilink
        01 year ago

        Hence why Fedora Linux actually recently removed delta updates for DNF. Turns out it used more data in retries than just downloading a whole package again.

          • @Hujaj@lemmynsfw.com
            cake
            link
            fedilink
            01 year ago

            I think they have moved from trying to fix it in DNF, to using the capabilities found in BTRFS for Copy on write. Can’t quite remember exactly.

    • lemmyvore
      link
      fedilink
      English
      01 year ago

      Shoddy implementation they can’t be arsed to fix. They do all kinds of shenanigans like show the size of all locales but only download one, or the other way around, it does not count dependencies and then realizes it has to download something extra etc. It’s all over the place and I’ve given up on it making any sense. I’ve just made sure it’s on a drive with plenty of space and hope for the best.

      • @AProfessional@lemmy.world
        link
        fedilink
        English
        0
        edit-2
        1 year ago

        Locales and runtimes are separate.

        This is an interesting issue though, there is a lot of information flatpak doesn’t know ahead of time, it trusts the contents of the summary file generated by ostree for max size.