janus-ftl-plugin icon indicating copy to clipboard operation
janus-ftl-plugin copied to clipboard

Cascading failures can occur on JanusFtl::onOrchestratorStreamRelay

Open haydenmc opened this issue 3 years ago • 0 comments

  1. Orchestrator tells ingest to relay a stream via JanusFtl::onOrchestratorStreamRelay
  2. JanusFtl calls FtlClient::ConnectAsync and waits on the result, blocking the orchestrator thread from processing new messages for as long as the relay target doesn't respond.

haydenmc avatar Mar 06 '21 04:03 haydenmc