Skip to content
Snippets Groups Projects
  1. Apr 25, 2022
  2. Apr 22, 2022
  3. Apr 21, 2022
    • Richard van der Hoff's avatar
      Await un-partial-stating after a partial-state join (#12399) · f5668f0b
      Richard van der Hoff authored
      When we join a room via the faster-joins mechanism, we end up with "partial
      state" at some points on the event DAG. Many parts of the codebase need to
      wait for the full state to load. So, we implement a mechanism to keep track of
      which events have partial state, and wait for them to be fully-populated.
      f5668f0b
  4. Apr 20, 2022
  5. Apr 19, 2022
  6. Apr 18, 2022
  7. Apr 14, 2022
  8. Apr 13, 2022
    • Richard van der Hoff's avatar
      Dockerfile-workers: give the master its own log config (#12466) · 8af8a9bc
      Richard van der Hoff authored
      When we run a worker-mode synapse under docker, everything gets logged to stdout. Currently, output from the workers is tacked with a worker name, for example:
      
      ```
      2022-04-13 15:27:56,810 - worker:frontend_proxy1 - synapse.util.caches.lrucache - 154 - INFO - LruCache._expire_old_entries-0 - Dropped 0 items from caches
      ```
      
      - note `worker:frontend_proxy1`. No such tag is applied to log lines from the master, which makes somewhat confusing reading.
      
      To fix this, we generate a dedicated log config file for the master in the same way that we do for the workers, and use that.
      8af8a9bc
Loading