[roll] Roll fuchsia [archivist] Implement Time-Limited Archivist Chunks

Implemented a `TimeLimitedChunks` stream adapter for the Archivist to prevent
component snapshot timeouts from causing Archivist to yield NO data.

The goal is to have Archivist balance IPC overhead with the time it
takes for components to be snapshotted. The previous approach
prioritized minimal IPCs at the risk of multiple long-running components
causing the 64 component buffer to not fill within the safety time
limits of clients like Feedback.

This adapter buffers items and flushes them when capacity is reached or a timeout expires.

Original-Bug: 491570107
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574878
Original-Revision: 380fb29518393a68957e1bff7d995e5b1c1a602c
GitOrigin-RevId: 6621b4d2440dab90e713aa0e7a192e7307033cf4
Change-Id: Ic864914d2312bc734ba562417aa2c92a48964fdf
1 file changed
tree: 945b146c058db40189e66b0f81ef38e7b3a5277c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.