Skip to content

Commit

Permalink
docs: Remove old diagrams from design guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jan 16, 2024
1 parent 6dda418 commit c53f4e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ This enables nice tracing across trino-lb and trino (as seen in the screenshot b
This flowchart represents a Trino client submitting a query.
It might be send to a Trino clusters or queued if all clusters are full.

![Flowchart initial post](./assets/flowchart_initial_post.drawio.svg)

This flowchart represents a Trino client asking for the current state of a query that is queued in trino-lb.
In case the query will continue to be queued, the client will receive a nextUri pointing to the same endpoint again, resulting in a loop until the query is unqueued.

![Flowchart queued query](./assets/flowchart_queued_query.drawio.svg)

```mermaid
sequenceDiagram
actor client as Trino client
Expand Down

0 comments on commit c53f4e9

Please sign in to comment.