[roll] Roll fuchsia [archivist] Set up separate loop for handling sockets

This sets up a separate thread for processing log sockets which reduces
the per-socket memory overhead and improves performance.

This also allows us to introduce a delay which prevents Archivist from
waking immediately after every message.

As a result of this change, we can reduce the number of threads used for
the executor down to 1 since the executor is no longer used when reading
sockets.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1149015
Original-Revision: ec65ec02383869a631a530e9904e363e62d3cac0
GitOrigin-RevId: af927dcc3466cd06dca0c93bca9daa8f6cb837fc
Change-Id: I2d073c85c870979eb5f3de9c21ef519ac3c502c7
1 file changed
tree: 32748fe552062e82fe7e1ef5046d00b58c81293a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.