Skip to content
Snippets Groups Projects
  1. Nov 08, 2021
    • Erik Johnston's avatar
      a55e1ec9
    • Erik Johnston's avatar
      Handle federation inbound instances being killed more gracefully (#11262) · 98c8fc6c
      Erik Johnston authored
      * Make lock better handle process being killed
      
      If the process gets killed and restarted (so that it didn't have a
      chance to drop its locks gracefully) then there may still be locks in
      the DB that are for the same instance that haven't yet timed out but are
      safe to delete.
      
      We handle this case by a) checking if the current instance already has
      taken out the lock, and b) if not then ignoring locks that are for the
      same instance.
      
      * Periodically check for old staged events
      
      This is to protect against other instances dying and their locks timing
      out.
      98c8fc6c
  2. Nov 07, 2021
    • Dan Callahan's avatar
      Minor cleanup to Debian packaging (#11269) · 9799c569
      Dan Callahan authored
      
      * Remove unused Vagrant scripts
      
      * Change package Architecture to any
      
      * Preinstall the wheel package when building venvs.
      
      Addresses the following warnings during Debian builds:
      
          Using legacy 'setup.py install' for jaeger-client, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for matrix-synapse-ldap3, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for opentracing, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for psycopg2, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for systemd-python, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for pympler, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for threadloop, since package 'wheel' is not installed.
          Using legacy 'setup.py install' for thrift, since package 'wheel' is not installed.
      
      * Allow /etc/default/matrix-synapse to be missing
      
      Per the systemd.exec manpage, prefixing an EnvironmentFile with "-":
      
      > indicates that if the file does not exist, it will not be read and no
      > error or warning message is logged.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      9799c569
  3. Nov 05, 2021
  4. Nov 04, 2021
  5. Nov 03, 2021
  6. Nov 02, 2021
  7. Nov 01, 2021
  8. Oct 29, 2021
Loading