Please try to comment and post things now, and see if they federate again.

Hopefully you see your activity instantly federated. I have tried making comments both to instances running Lemmy 0.19.1 and 0.18.5 and they all federate like they should.

Hope you have the same experience! 🥳

  • oleorun
    link
    fedilink
    English
    66 months ago

    I am reading this from lemmy.fan so you’re definitely federating now!

    • @mrmanagerOPMA
      link
      9
      edit-2
      6 months ago

      Thats great. :)

      I know other instances on 0.19.1 had issues with federation so I can share what we did here to try and fix it.

      There is a database table in postgres called instance and in our case, it had thousands of instances that were considered dead. Our instance didnt seem to try and talk to them anymore since the “updated” column would never update.

      So we ran a simple database query to set the updated column to now() for all instances that we knew about:

      update instance set updated = now()
      

      This caused Lemmy to go out and try to talk to all of the instances again, and reconsider if they were dead or not.

      According to this site we are now federated with 3000+ instances again:

      https://phiresky.github.io/lemmy-federation-state/site?domain=lemmy.today

      I hope we stay federated this time. Will keep an eye on it. :)

  • @mrmanagerOPMA
    link
    6
    edit-2
    6 months ago

    Seems federation is still not fixed even though it certainly helped to federate some things, while leaving others… :/

    On the positive side, the pull request that may fix federation properly in the software was approved by one of the Lemmy devs 2 hours ago so it should be merged with the main code soon:

    https://github.com/LemmyNet/lemmy/pull/4330

  • @Allero
    link
    46 months ago

    Yay, thank you admin! Will test it out

  • MacN'Cheezus
    link
    English
    36 months ago

    Hmm, I made some recent posts to remote communities and so far they haven’t shown up on any other instances yet, but most of my recent comments at least seem to be visible.

    Thanks for your hard work trying to figure this out and happy 2024.

  • Magnor
    link
    fedilink
    3
    edit-2
    6 months ago

    This fixed my federation issues as well. Thanks a bunch! I am however missing a lot of comments from this thread (Like the one from db0).

    Edit : fix only held up for a few days. Had to reapply.

      • Magnor
        link
        fedilink
        26 months ago

        Federation is really being weird since 0.19… But at least you managed to offer a bit of hope!

        • @mrmanagerOPMA
          link
          26 months ago

          Yeah I think it will be fixed soon. Just need to wait a bit longer for Lemmy devs to push some code. :)

          • Magnor
            link
            fedilink
            16 months ago

            Turns out this only worked for a bit. I had to redo the fix today.

            • @mrmanagerOPMA
              link
              1
              edit-2
              6 months ago

              Yep I had to redo the fix also once more and also split up Lemmy in several docker containers. One container is doing the federation part only and I can restart that without disturbing the Lemmy user interface or database. So that one is restarting every 10 minutes now but we don’t notice it since it’s happening in the background.

              Anyway, I read in the github thread that a fix for federation is working and will come soon… Just need to wait a bit longer.

              https://github.com/LemmyNet/lemmy/issues/4288

  • @tal
    link
    26 months ago

    I’ve been seeing federation issues again. For example:

    https://lemmy.today/comment/4640480

    That hasn’t made it to sh.itjust.works, and I made the comment 4 hours ago.

    Not sure if this is the same problem or something new.

    • @mrmanagerOPMA
      link
      36 months ago

      Yeah we need the new 0.19.2 version of Lemmy to hopefully fix things. Good news is that I saw it being worked on yesterday on github, so it should come very soon now. :)

  • db0
    link
    fedilink
    26 months ago

    Interestingly, I see your OP, but I don’t see your comment. However your instance’s updated column is current in my instances table

  • @Pounddc
    link
    1
    edit-2
    5 months ago

    Removed by mod

  • @1984
    link
    16 months ago

    Yep finally it works, getting responses to comments again!